This is an updated version of Neale Gibson's Ephemeris code for calculating the times of exoplanet transits
This script works out the visible transits for a list of objects and observatories.
- Observatories are specified as per the observatories2 file
- Target's ephemrides are specified as per the targets/Planets file
There are several utility scripts also available in the utils/
directory:
- whatsUpTonight.py - shows which objects are transiting tonight (currently for LaPalma only)
- refineEphemeris.py - refines the period to match a given transit mid-point
- updateNGEphem.py - grabs updated planet parameters from ETD needs updating
To get the transit times for targets in NITES_2016.txt
between 1st Dec 2016 and 31st Dec 2016 do:
python ephemeris2.py targets/NITES_2016.txt observatories2 2016-12-01 2016-12-31
where the observatory required is uncommented in the observatories2
file. Target files are now stored in targets/
directory as they can build up and clutter the parent folder.
To study exoplanet transits you need to know when they occur
Clone this repo using:
git clone [email protected]:WarwickAstro/transit-ephemerides.git
Neale Gibson, James McCormac
MIT License