Seabird
Hakai Seabird Data Processing workflow follow closely the recommendations provided by Sea-Bird within the SBE Data Processing Manual. Hakai essentially uses a python wrapper to interface the Seabird SBEDataProcessing software to run the different processing steps involved in the standard processing of the Seabird CTD data.
The Python wrapper to interface the Seabird SBEDataProcessing software maintained and available within the hakai-data-tools/ctd-tools/seabird-proc/ repository.
Procedure summary
For each Seabird hex files submitted, the following steps are applied: very step described here is executed within the Seabird Data Processing Software.
- Convert hex file to cnv with matching nearest prior
.xmlcon
file and.psa
file.1 - Ignore the first minute of data (240 records at 4Hz) which includes data recorded while the instrument is lowered to the soak depth.
- Low-Pass Filter Correction:
- Low pass filter = 0.5: Temperature, Conductivity, Transmissivity, Absorbance, Rinko Oxygen Sensor
- Low pass filter = 1: Pressure
- Alignment Correction
- Temperature: 0.50s
- Seabird Oxygen (SBE43) Voltage: 3.00s
- Fluorescence: 0.25s
- Transmissometry (CStar): 0.35s
- Rinko Oxygen Voltages: 2.00s
- Thermal Mass Correction
- alpha = 0.0400
- beta = 8.0000
- Loop Edit Correction
- Minimum Speed: 0.25m/s
- Soak Detection
- Minimum Depth: 1 m
- Maximum Depth: 5 m
- Use Deck Pressure: Yes
- Derive Practical Salinity [Constant Geographic Position: 50N, 125W]
- Derive Oxygen Concentration from raw voltage
- docdt = 2s
- tau correction = Yes
- Vertical
- Bin type = decibars
- BinSize=1
- Exclude bad scans = Yes
- Skip over = 20
- No surface bin
Maintenance
New configuration .xmlcon
and .psa
files should be added to their respective directory: .xmlcon
file, .psa
files
Files should follow the naming convention: `{model}-{serial number}_{date:yyyymmdd}.[extension]
Deployment
Since the SBEDataProcessing Software is only available for windows. The tool is runned within a dedicated server hosted within the Hakai Victoria Wharf street office.
-
The python wrapper match for a given SBE hex file, the related instrument serial number and the closest xmlcon calibration file available within the xmlcon files directory prior to the collection date. ↩