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

Add support for SSSCC commenting #87

Closed Klankers closed 2 weeks ago

Klankers commented 2 weeks ago

Support SSSCC commenting with leading #

This is helpful for adding/removing certain casts, turning them more into a "toggle" rather than an entry (which needs to be remembered between different files).

During ARC01 we'll want to standardize what we use to read any/all CSV files from.

Identified locations of CSV parsing process_ctd.py get_ssscc_list

rinko.py calibrate_oxy

odf_io.py _salt_loader

asmith75218 commented 2 weeks ago

Addressed in PR #100.