.gitignore
.readthedocs.yml
.travis.yml
README.md
conftest.py
development_requirements.txt
infer.py
license
requirements.txt
setup.py
train.py
astroramjet.egg-info/PKG-INFO
astroramjet.egg-info/SOURCES.txt
astroramjet.egg-info/dependency_links.txt
astroramjet.egg-info/requires.txt
astroramjet.egg-info/top_level.txt
data/.template_metadatabase.sqlite3
docs/Makefile
docs/build.py
docs/conf.py
docs/data_types.rst
docs/development_requirements.txt
docs/index.rst
docs/make.bat
docs/python_api_for_tess_data.rst
docs/quick-start-tutorial.rst
docs/ramjet_engine.png
docs/tess-data-interface-tutorial.rst
docs/_static/.keep
docs/_templates/autoapi/index.rst
docs/_templates/util/sidetoc.html
docs/quick-start-tutorial/tess-lightcurve-with-transits.png
docs/tess-data-interface-tutorial/plot-from-mast-example.png
ramjet/__init__.py
ramjet/basic_models.py
ramjet/losses.py
ramjet/py_mapper.py
ramjet/trial.py
ramjet/analysis/__init__.py
ramjet/analysis/color_palette.py
ramjet/analysis/convert_column_name_to_display_name.py
ramjet/analysis/lightcurve_visualizer.py
ramjet/analysis/log_cleaner.py
ramjet/analysis/model_loader.py
ramjet/analysis/roc_calculator.py
ramjet/analysis/transit_fitter.py
ramjet/analysis/transit_vetter.py
ramjet/analysis/results_viewer/__init__.py
ramjet/analysis/results_viewer/application.py
ramjet/analysis/results_viewer/ffi_results_viewer.py
ramjet/analysis/results_viewer/main.py
ramjet/analysis/results_viewer/results_viewer.py
ramjet/analysis/results_viewer/templates/index.html
ramjet/analysis/viewer/__init__.py
ramjet/analysis/viewer/light_curve_display.py
ramjet/analysis/viewer/preloader.py
ramjet/analysis/viewer/view_entity.py
ramjet/analysis/viewer/viewer.py
ramjet/data_interface/__init__.py
ramjet/data_interface/metadatabase.py
ramjet/data_interface/moa_data_interface.py
ramjet/data_interface/tess_data_interface.py
ramjet/data_interface/tess_eclipsing_binary_metadata_manager.py
ramjet/data_interface/tess_ffi_lightcurve_metadata_manager.py
ramjet/data_interface/tess_target_metadata_manager.py
ramjet/data_interface/tess_toi_data_interface.py
ramjet/data_interface/tess_transit_metadata_manager.py
ramjet/data_interface/tess_two_minute_cadence_lightcurve_metadata_manager.py
ramjet/database/__init__.py
ramjet/database/base_model.py
ramjet/database/tess_planet_disposition.py
ramjet/database/tess_target.py
ramjet/database/tess_transiter.py
ramjet/models/__init__.py
ramjet/models/eos.py
ramjet/models/hades.py
ramjet/models/nyx.py
ramjet/models/powell_tess_ffi_resnet.py
ramjet/models/components/__init__.py
ramjet/models/components/light_curve_network_block.py
ramjet/models/components/selu_light_curve_network_block.py
ramjet/photometric_database/__init__.py
ramjet/photometric_database/light_curve.py
ramjet/photometric_database/lightcurve_collection.py
ramjet/photometric_database/lightcurve_database.py
ramjet/photometric_database/microlensing_signal_generator.py
ramjet/photometric_database/sql_metadata_lightcurve_collection.py
ramjet/photometric_database/standard_and_injected_lightcurve_database.py
ramjet/photometric_database/tess_ffi_light_curve.py
ramjet/photometric_database/tess_light_curve.py
ramjet/photometric_database/tess_target.py
ramjet/photometric_database/tess_two_minute_cadence_light_curve.py
ramjet/photometric_database/derived/__init__.py
ramjet/photometric_database/derived/moa_microlensing_database.py
ramjet/photometric_database/derived/moa_microlensing_lightcurve_collection.py
ramjet/photometric_database/derived/moa_survey_balanced_tag_database.py
ramjet/photometric_database/derived/moa_survey_light_curve_collection.py
ramjet/photometric_database/derived/moa_survey_none_single_and_binary_database.py
ramjet/photometric_database/derived/self_lensing_binary_database.py
ramjet/photometric_database/derived/self_lensing_binary_synthetic_signals_lightcurve_collection.py
ramjet/photometric_database/derived/tess_ffi_eclipsing_binary_lightcurve_collection.py
ramjet/photometric_database/derived/tess_ffi_lightcurve_collection.py
ramjet/photometric_database/derived/tess_ffi_transit_databases.py
ramjet/photometric_database/derived/tess_ffi_transit_lightcurve_collections.py
ramjet/photometric_database/derived/tess_two_minute_cadence_lightcurve_collection.py
ramjet/photometric_database/derived/tess_two_minute_cadence_transit_databases.py
ramjet/photometric_database/derived/tess_two_minute_cadence_transit_lightcurve_collections.py
ramjet/photometric_database/setup/__init__.py
ramjet/photometric_database/setup/gpu_experiments.py
ramjet/photometric_database/setup/metadata_setup.py
ramjet/photometric_database/setup/quick_start.py
ramjet/photometric_database/setup/tess_two_minute_cadence_transit_metadata.py
tests/__init__.py
tests/picklable_mock.py
tests/test_experiments.py
tests/test_py_mapper.py
tests/analysis/__init__.py
tests/analysis/test_convert_column_name_to_display_name.py
tests/analysis/test_lightcurve_visualizer.py
tests/analysis/test_model_loader.py
tests/analysis/test_roc_calculator.py
tests/analysis/test_transit_fitter.py
tests/analysis/test_transit_vetter.py
tests/analysis/results_viewer/__init__.py
tests/analysis/results_viewer/test_ffi_results_viewer.py
tests/analysis/test_model_loader_resources/test_logs/baseline 2019-11-08-11-18-21/keep.txt
tests/analysis/test_model_loader_resources/test_logs/baseline 2019-11-08-13-53-27/keep.txt
tests/analysis/test_model_loader_resources/test_logs/baseline 2019-11-08-13-54-37/keep.txt
tests/analysis/viewer/__init__.py
tests/analysis/viewer/test_light_curve_display.py
tests/analysis/viewer/test_preloader.py
tests/analysis/viewer/test_view_entity.py
tests/data_interface/__init__.py
tests/data_interface/test_metadatabase.py
tests/data_interface/test_tess_data_interface.py
tests/data_interface/test_tess_ffi_lightcurve_metadata_manager.py
tests/data_interface/test_tess_toi_data_interface.py
tests/data_interface/test_tess_transit_disposition_metadata_manager.py
tests/data_interface/test_tess_two_minute_cadence_lightcurve_metadata_manager.py
tests/data_interface/test_tess_ffi_data_interface_resources/ffi_lightcurves/tesslcs_sector_1_104/tesslcs_tmag_12_13/fake0.pkl
tests/data_interface/test_tess_ffi_data_interface_resources/ffi_lightcurves/tesslcs_sector_1_104/tesslcs_tmag_5_6/fake0.pkl
tests/data_interface/test_tess_ffi_data_interface_resources/ffi_lightcurves/tesslcs_sector_22_104/tesslcs_tmag_12_13/fake0.pkl
tests/photometric_database/__init__.py
tests/photometric_database/test_light_curve.py
tests/photometric_database/test_lightcurve_collection.py
tests/photometric_database/test_lightcurve_database.py
tests/photometric_database/test_sql_metadata_lightcurve_collection.py
tests/photometric_database/test_standard_and_injected_lightcurve_database.py
tests/photometric_database/test_tess_ffi_light_curve.py
tests/photometric_database/test_tess_target.py
tests/photometric_database/test_tess_two_minute_cadence_light_curve.py
tests/photometric_database/derived/__init__.py
tests/photometric_database/derived/test_self_lensing_binary_database.py
tests/photometric_database/derived/test_self_lensing_binary_synthetic_signals_lightcurve_collection.py
tests/photometric_database/resources/test_candlist_RADec.dat.txt
tests/photometric_database/resources/test_data_directory/test_candlist_RADec.dat.feather
tests/photometric_database/resources/test_data_directory/negative/negative1-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/negative/negative2-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/negative/negative3-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/negative/negative4-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/negative/negative5-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive1-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive2-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive3-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive4-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive5-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/positive/positive6-R-1-0-100869.phot.cor.feather
tests/photometric_database/resources/test_data_directory/tess/data_validations/tess2018206190142-s0001-s0001-0000000117544915-00106_dvr.xml
tests/photometric_database/resources/test_data_directory/tess/data_validations/tess2018206190142-s0001-s0001-0000000126602778-00106_dvr.xml
tests/photometric_database/resources/test_data_directory/tess/data_validations/tess2018206190142-s0001-s0001-0000000126890217-00106_dvr.xml
tests/photometric_database/resources/test_data_directory/tess/lightcurves/tess2018206045859-s0001-0000000117544915-0120-s_lc.fits
tests/photometric_database/resources/test_data_directory/tess/lightcurves/tess2018206045859-s0001-0000000126602778-0120-s_lc.fits
tests/photometric_database/resources/test_data_directory/tess/lightcurves/tess2018206045859-s0001-0000000126890217-0120-s_lc.fits
tests/photometric_database/resources/test_data_directory/tess/lightcurves/tess2018206045859-s0001-0000000150065151-0120-s_lc.fits
tests/photometric_database/resources/test_data_directory/tess/lightcurves/tess2018234235059-s0002-0000000150065151-0121-s_lc.fits