AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/cnn_usage/data_generation.rst
docs/cnn_usage/index.rst
docs/cnn_usage/train_model.rst
docs/neville_usage/index.rst
docs/neville_usage/load_model.rst
docs/pipeline_usage/index.rst
docs/pipeline_usage/run_pipeline.rst
docs/usage/index.rst
pipeline/__init__.py
pipeline/make_dag_files_astro.py
pipeline/make_dag_files_lines.py
pipeline/make_html_page.py
pipeline/run_full_soap_astro.py
pipeline/run_full_soap_lines.py
pipeline/soap_config_parser.py
pipeline/css/general.css
pipeline/scripts/table_scripts.js
soapcw/__init__.py
soapcw/cli.py
soapcw/soap_config_parser.py
soapcw/soapcw.c
soapcw/soapcw.pyx
soapcw.egg-info/PKG-INFO
soapcw.egg-info/SOURCES.txt
soapcw.egg-info/dependency_links.txt
soapcw.egg-info/entry_points.txt
soapcw.egg-info/not-zip-safe
soapcw.egg-info/requires.txt
soapcw.egg-info/top_level.txt
soapcw/cnn/__init__.py
soapcw/cnn/cnn_data_dag_gen.py
soapcw/cnn/cnn_data_gen.py
soapcw/cnn/generate_gaussian_train_data.py
soapcw/cnn/generate_test_data.py
soapcw/cnn/generate_train_data.py
soapcw/cnn/narrowband_sfts.py
soapcw/cnn/train_model.py
soapcw/cnn/pytorch/__init__.py
soapcw/cnn/pytorch/load_models.py
soapcw/cnn/pytorch/models.py
soapcw/cw/__init__.py
soapcw/cw/generate_data.py
soapcw/cw/load_sfts.py
soapcw/cw/make_sfts.py
soapcw/cw/sft.py
soapcw/cw/timeseries.py
soapcw/cw/tools.py
soapcw/line_aware_stat/__init__.py
soapcw/line_aware_stat/gen_lookup.pyx
soapcw/line_aware_stat/gen_lookup_python.py
soapcw/line_aware_stat/save_lookup.py
soapcw/neville/__init__.py
soapcw/neville/load_models.py
soapcw/neville/models.py
soapcw/neville/tools.py
soapcw/neville/truncated_gauss.py
soapcw/tools/__init__.py
soapcw/tools/plots.py
soapcw/tools/tools.py
tests/SNR_injections.ipynb
tests/__init__.py
tests/test_cwload.py
tests/test_line_aware_stat.py
tests/test_soap.py