SIO-ODF / ctdcal

A CTD calibration package in use on US GO-SHIP cruises
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Retain RINKO_T #88

Closed Klankers closed 2 weeks ago

Klankers commented 2 weeks ago

The RINKO_T has not been included in CTDCAL processing, as the SBE3 has been used instead for the water parcel being sampled.

Data don't have to be written out or returned, but they should at least be available in the processing. Should happen before ARC01 for intercomparison purposes (especially with the RBR duet).

This happens in convertFromSBEReader() in convert.py. As with the rinko oxy column, current solution will depend on knowing what this parameter was named by the user in the xmlcon file.

asmith75218 commented 2 weeks ago

Addressed in PR #101.