.gitignore
.travis.yml
LICENSE
README.md
bandit.yml
requirements.txt
setup.cfg
setup.py
camille/__init__.py
camille/version.py
camille.egg-info/PKG-INFO
camille.egg-info/SOURCES.txt
camille.egg-info/dependency_links.txt
camille.egg-info/requires.txt
camille.egg-info/top_level.txt
camille/output/__init__.py
camille/output/bazefetcher.py
camille/process/__init__.py
camille/process/atm_stb.py
camille/process/delta_temp.py
camille/process/fft.py
camille/process/mooring_fatigue.py
camille/process/rolling.py
camille/source/__init__.py
camille/source/bazefetcher.py
camille/util/__init__.py
camille/util/resample.py
camille/util/sncurves.py
tests/__init__.py
tests/output/test_bazefetcher.py
tests/processors/__init__.py
tests/processors/test_atmstb.py
tests/processors/test_fft.py
tests/processors/test_mooring_fatigue.py
tests/processors/test_rolling.py
tests/processors/test_sncurve.py
tests/source/__init__.py
tests/source/test_bazefetcher.py
tests/test_data/synthetic_bazefield_generator.py
tests/test_data/synthetic_windiris_generator.py
tests/test_data/authored/Empty-Tag/Empty-Tag_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/authored/installation-04-status/installation-04-status_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.json.gz
tests/test_data/authored/installation-04-status/installation-04-status_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/authored/installation-04-status/installation-04-status_2030-01-03T00.00.00+00.00_2030-01-04T00.00.00+00.00.json.gz
tests/test_data/authored/installation-04-status/installation-04-status_2030-01-04T00.00.00+00.00_2030-01-05T00.00.00+00.00.json.gz
tests/test_data/baze/Cos-T60s-SR1hz/Cos-T60s-SR1hz_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.err
tests/test_data/baze/Cos-T60s-SR1hz/Cos-T60s-SR1hz_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.json.gz
tests/test_data/baze/Cos-T60s-SR1hz/Cos-T60s-SR1hz_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/baze/Cos-T60s-SR1hz/Cos-T60s-SR1hz_2030-01-03T00.00.00+00.00_2030-01-04T00.00.00+00.00.json.gz
tests/test_data/baze/Cos-T60s-SR1hz/Cos-T60s-SR1hz_2030-01-04T00.00.00+00.00_2030-01-05T00.00.00+00.00.json.gz
tests/test_data/baze/Perlin/Perlin_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.json.gz
tests/test_data/baze/Perlin/Perlin_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/baze/Perlin/Perlin_2030-01-03T00.00.00+00.00_2030-01-04T00.00.00+00.00.json.gz
tests/test_data/baze/Perlin/Perlin_2030-01-04T00.00.00+00.00_2030-01-05T00.00.00+00.00.json.gz
tests/test_data/baze/Sin-T60s-SR1hz/Sin-T60s-SR1hz_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.json.gz
tests/test_data/baze/Sin-T60s-SR1hz/Sin-T60s-SR1hz_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/baze/Sin-T60s-SR1hz/Sin-T60s-SR1hz_2030-01-03T00.00.00+00.00_2030-01-04T00.00.00+00.00.json.gz
tests/test_data/baze/Sin-T60s-SR1hz/Sin-T60s-SR1hz_2030-01-04T00.00.00+00.00_2030-01-05T00.00.00+00.00.json.gz
tests/test_data/baze/Tan-T60s-SR1hz/Tan-T60s-SR1hz_2030-01-01T00.00.00+00.00_2030-01-02T00.00.00+00.00.json.gz
tests/test_data/baze/Tan-T60s-SR1hz/Tan-T60s-SR1hz_2030-01-02T00.00.00+00.00_2030-01-03T00.00.00+00.00.json.gz
tests/test_data/baze/Tan-T60s-SR1hz/Tan-T60s-SR1hz_2030-01-03T00.00.00+00.00_2030-01-04T00.00.00+00.00.json.gz
tests/test_data/baze/Tan-T60s-SR1hz/Tan-T60s-SR1hz_2030-01-04T00.00.00+00.00_2030-01-05T00.00.00+00.00.json.gz
tests/test_data/windiris/WI_2030-01-01.csv.gz
tests/test_data/windiris/WI_2030-01-02.csv.gz
tests/test_data/windiris/WI_2030-01-03.csv.gz
tests/test_data/windiris/WI_2030-01-04.csv.gz
tests/util/test_resample.py