.gitignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE.rst
MANIFEST.in
Makefile
README.rst
aer205.cnv
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
bin/ctdqc
binder/environment.yml
docs/Makefile
docs/authors.rst
docs/contributing.rst
docs/history.rst
docs/make.bat
docs/readme.rst
docs/notebooks/BasicsReadingData.ipynb
docs/notebooks/ProcessingData.ipynb
docs/notebooks/QualityControl.ipynb
docs/source/commandline.rst
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/install.rst
docs/source/overview.rst
sampledata/CTD/Hotin.cnv
sampledata/CTD/PIRA001.cnv
sampledata/CTD/SK287_CTD05.cnv
sampledata/CTD/dPIRX003.cnv
sampledata/CTD/dPIRX010.cnv
sampledata/CTD/missing_whitespace.cnv
sampledata/CTD/sta0860.cnv
sampledata/TSG/TSG_PIR_001.cnv
sampledata/TSG/TSG_PIR_010.cnv
sampledata/btl/MI18MHDR.btl
seabird/__init__.py
seabird/checks.py
seabird/cli.py
seabird/cnv.py
seabird/exceptions.py
seabird/netcdf.py
seabird/qc.py
seabird/utils.py
seabird/version.py
seabird.egg-info/PKG-INFO
seabird.egg-info/SOURCES.txt
seabird.egg-info/dependency_links.txt
seabird.egg-info/entry_points.txt
seabird.egg-info/not-zip-safe
seabird.egg-info/requires.txt
seabird.egg-info/top_level.txt
seabird/rules/cnv.json
seabird/rules/cnv.yaml
seabird/rules/cnv2.json
seabird/rules/cnv3.json
seabird/rules/cnv4.json
seabird/rules/cnv_binary.json
seabird/rules/cnv_btl.json
seabird/rules/refnames.json
tests/test_import.py
tests/test_parse.py
tests/test_rules.py
tests/test_serialize.py