.bandit.yml
.gitignore
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.IN
MANIFEST.in
README.md
conftest.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ci_workflows.yml
docs/Makefile
docs/analyzer.rst
docs/builder.rst
docs/conf.py
docs/extractor.rst
docs/index.rst
docs/make.bat
docs/preprocessor.rst
docs/requirements.txt
docs/skopes.rst
docs/analyzer/compute.rst
docs/analyzer/explore.rst
docs/analyzer/track.rst
docs/builder/cnn.rst
docs/extractor/draw_mosaics.rst
docs/extractor/frame_data.rst
docs/extractor/load_images.rst
docs/extractor/scrape_json.rst
docs/preprocessor/augment.rst
docs/preprocessor/radio.rst
docs/preprocessor/transform.rst
docs/skopes/hst/svm-classifier.rst
docs/skopes/hst/svm-corrupt.rst
docs/skopes/hst/svm-predict.rst
docs/skopes/hst/svm-train.rst
docs/skopes/kepler/planet-hunter.rst
examples/k2_lightcurve_cnn.py
spacekit/__init__.py
spacekit/_version.py
spacekit.egg-info/PKG-INFO
spacekit.egg-info/SOURCES.txt
spacekit.egg-info/dependency_links.txt
spacekit.egg-info/not-zip-safe
spacekit.egg-info/requires.txt
spacekit.egg-info/top_level.txt
spacekit/analyzer/__init__.py
spacekit/analyzer/compute.py
spacekit/analyzer/explore.py
spacekit/analyzer/track.py
spacekit/builder/__init__.py
spacekit/builder/cnn.py
spacekit/extractor/__init__.py
spacekit/extractor/draw_mosaics.py
spacekit/extractor/frame_data.py
spacekit/extractor/load_images.py
spacekit/extractor/scrape_json.py
spacekit/preprocessor/__init__.py
spacekit/preprocessor/augment.py
spacekit/preprocessor/radio.py
spacekit/preprocessor/transform.py
spacekit/skopes/__init__.py
spacekit/skopes/hst/__init__.py
spacekit/skopes/hst/mosaic/__init__.py
spacekit/skopes/hst/mosaic/svm_corrupt.py
spacekit/skopes/hst/mosaic/svm_predict.py
spacekit/skopes/hst/mosaic/svm_train.py
spacekit/skopes/trained_networks/__init__.py
tests/__init__.py
tests/test_example.py