ctdcal.process_ctd.ctd_align

ctdcal.process_ctd.ctd_align(inMat=None, col=None, time=0.0)[source]

ctd_align function

Function takes full NUMPY ndarray with predefined dtype array and adjusts time of sensor responce and water flow relative to the time frame of temperature sensor.

Originally written by Courtney Schatzman, docstring by Joseph Gum. Need to generate alignment plots in order to properly use ctd_align.

Parameters
  • param1 (ndarray) – inMat, numpy ndarray with dtype array

  • param2 (float) – col, column to apply time advance to.

  • param3 (float) – time, advance in seconds to apply to raw data.

Returns

The return value is ndarray with adjusted time of parameter

specified.

Return type

Narray