LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
src/pyshoc/__init__.py
src/pyshoc/__main__.py
src/pyshoc/caldb.py
src/pyshoc/config.py
src/pyshoc/config.yaml
src/pyshoc/convert_keywords.py
src/pyshoc/core.py
src/pyshoc/flopzone.py
src/pyshoc/header.py
src/pyshoc/match.py
src/pyshoc/printing.py
src/pyshoc/tel_info.py
src/pyshoc/timing.py
src/pyshoc/treeops.py
src/pyshoc/utils.py
src/pyshoc.egg-info/PKG-INFO
src/pyshoc.egg-info/SOURCES.txt
src/pyshoc.egg-info/dependency_links.txt
src/pyshoc.egg-info/entry_points.txt
src/pyshoc.egg-info/requires.txt
src/pyshoc.egg-info/top_level.txt
src/pyshoc/examples/pySHOC-demo.py
src/pyshoc/examples/pySHOC.demo.html
src/pyshoc/examples/pySHOC.demo.ipynb
src/pyshoc/image/__init__.py
src/pyshoc/image/sample.py
src/pyshoc/nightlog/weather.py
src/pyshoc/pipeline/__init__.py
src/pyshoc/pipeline/__main__.py
src/pyshoc/pipeline/calibrate.py
src/pyshoc/pipeline/cli.py
src/pyshoc/pipeline/lightcurves.py
src/pyshoc/pipeline/logging.py
src/pyshoc/pipeline/main.py
src/pyshoc/pipeline/plotting.py
src/pyshoc/pipeline/products.py
src/pyshoc/pipeline/run.py
src/pyshoc/pipeline/utils.py
src/pyshoc/pipeline/banner/__init__.py
src/pyshoc/pipeline/banner/logo.txt
src/pyshoc/readnoise/README
src/pyshoc/readnoise/__init__.py
src/pyshoc/readnoise/data/SHOC1.txt
src/pyshoc/readnoise/data/SHOC2.txt
tests/test_bjd.py
tests/test_caldb.py
tests/test_core.py
tests/test_logging.py
tests/test_timing.py
tests/test_wcs.py