.bumpversion.cfg
.gitignore
CHANGELOG.md
Dockerfile
Dockerfile-stable
LICENSE
MANIFEST.in
README.md
README.rst
requirements.txt
setup.cfg
setup.py
astrobase/__init__.py
astrobase/astrobase.conf
astrobase/astrokep.py
astrobase/checkplot.py
astrobase/coordutils.py
astrobase/emailutils.py
astrobase/lcdb.py
astrobase/lcmath.py
astrobase/lcproc.py
astrobase/lcproc_batch.py
astrobase/magnitudes.py
astrobase/modtemplate.py
astrobase/plotbase.py
astrobase/timeutils.py
astrobase.egg-info/PKG-INFO
astrobase.egg-info/SOURCES.txt
astrobase.egg-info/dependency_links.txt
astrobase.egg-info/entry_points.txt
astrobase.egg-info/not-zip-safe
astrobase.egg-info/requires.txt
astrobase.egg-info/top_level.txt
astrobase/cpserver/__init__.py
astrobase/cpserver/checkplot-viewer.html
astrobase/cpserver/checkplot-viewer.js
astrobase/cpserver/checkplotlist.py
astrobase/cpserver/checkplotserver.py
astrobase/cpserver/checkplotserver_handlers.py
astrobase/cpserver/cps-assets/DejaVuSans.ttf
astrobase/cpserver/cps-assets/cpbase.html
astrobase/cpserver/cps-assets/cpindex.html
astrobase/cpserver/cps-assets/cpserver.css
astrobase/cpserver/cps-assets/cpserver.js
astrobase/cpserver/cps-assets/mousetrap.min.js
astrobase/cpserver/cps-assets/no-tool-results.png
astrobase/cpserver/cps-assets/nolc-available.png
astrobase/data/checkplot-filelist.json
astrobase/data/checkplot-pickle-flist.json
astrobase/data/cps-projects.json
astrobase/data/tai-utc.dat
astrobase/data/lcformats/binned-hat.json
astrobase/data/lcformats/binned-hp.json
astrobase/data/lcformats/binned-kep.json
astrobase/data/lcformats/hat-csv.json
astrobase/data/lcformats/hat-sql.json
astrobase/data/lcformats/hp-pkl.json
astrobase/data/lcformats/hp-txt.json
astrobase/data/lcformats/kep-fits.json
astrobase/data/lcformats/kep-pkl.json
astrobase/fakelcs/__init__.py
astrobase/fakelcs/generation.py
astrobase/fakelcs/recovery.py
astrobase/hatsurveys/__init__.py
astrobase/hatsurveys/hatlc.py
astrobase/hatsurveys/hplc.py
astrobase/hatsurveys/k2hat.py
astrobase/hatsurveys/oldhatlc.py
astrobase/hatsurveys/texthatlc.py
astrobase/lcmodels/__init__.py
astrobase/lcmodels/eclipses.py
astrobase/lcmodels/flares.py
astrobase/lcmodels/sinusoidal.py
astrobase/lcmodels/transits.py
astrobase/periodbase/__init__.py
astrobase/periodbase/kbls.py
astrobase/periodbase/macf.py
astrobase/periodbase/oldpf.py
astrobase/periodbase/saov.py
astrobase/periodbase/smav.py
astrobase/periodbase/spdm.py
astrobase/periodbase/zgls.py
astrobase/services/__init__.py
astrobase/services/dust.py
astrobase/services/fortney2k7.py
astrobase/services/gaia.py
astrobase/services/hatds.py
astrobase/services/skyview.py
astrobase/services/trilegal.py
astrobase/varbase/__init__.py
astrobase/varbase/autocorr.py
astrobase/varbase/flares.py
astrobase/varbase/lcfit.py
astrobase/varbase/signals.py
astrobase/varbase/trends.py
astrobase/varclass/__init__.py
astrobase/varclass/periodicfeatures.py
astrobase/varclass/rfclass.py
astrobase/varclass/starfeatures.py
astrobase/varclass/varfeatures.py
tests/test_checkplot.py
tests/test_lcfit.py
tests/test_periodbase.py