katoctin is a package that automates multi-planet search in archival
K2 light curve data. The algorithm is based on
Transit Least Squares (TLS)
to find planet transits in K2 light curves. The code uses a custom detrending
algorithm based on Savitzky–Golay filtering to normalize light curves.
This is my summer project at Space Telescope Science Institute. Many thanks to Dr. Susan Mullally, who mentored me, and STScI for giving me the opportunity to create this.
Command line script for planet search.
| Usage: |
|---|
planet_search [-h] (-f FILE | -s STARS) -c CAMPAIGN [-l LOG]
[-p PROVENANCE] [-m MAX_PLANETS] [-i]Find multiple planets around each star in the input list.
| Optional arguments: |
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Examples: | |||||||||||||||||||||||||||||||
$ ./planet_search -s 228863643 -i -c 1
$ ./planet_search -s '228863643,228867558' -i
$ ./planet_search -s '228863643,228867558' -i -c '*'
$ ./planet_search -s '228863643,228867558' -i -c '*' -m 2A script for comparing planet periods found as a result of planet search and saved in the summary log with periods downloaded from MAST.
| Usage: |
|---|
fcomp [-h] -s SUMMARY -m MAST -o OUTPUTCompare found transit periods with known values from MAST.
| Optional arguments: |
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Examples: | |||||||||||||||
$ ./fcomp -s logs/summary_log.csv -m mast_data/k2_mast.csv -o comp_results.csv