-
When I try to calculate the transit times from the ephFrame in the oscaarGui I get a TypeError: "calculateEphemerides() takes exactly 2 arguments (1 given)." I am getting this error on a windows machi…
-
The only Octave / MATLAB dependency right now is the function `planet_ephem` in the module ephem. Having to configure Octave makes installation more difficult (Fortran already makes it tricky), and th…
-
This is the 2nd delivery to CosmoQuest. It will contain updated png files as well as an updated database dump. The major change in this delivery is the redrizzling of the images to a different size an…
-
I've found a 20 minute difference between the exoplanets.org parameter predicted mid-transit time for XO-1b and the parameter predicted mid-transit time from the more recent paper Deming 2013 using HS…
-
The (wonderfully) updated ephemeris calculator uses the dates input by the .par file, but the GUI by default should input the start date as the current date, and the end date as one week from the curr…
-
It works nice with de405, but it fails with de421:
```
$ python -m jplephem.jpltest
de405 AU = 149597870.691 km
7214 tests successful
de421 AU = 149597870.7 km
Traceback (most recent call last):
…
-
The coordinates stored in the master_finders table are actually delta coordinates. They are the x and y separation in units of pixel from the `ra_targ` and `dec_targ` header keywords in the `single_sc…
-
currently eclipses are masked and padded only if the indices are passed explicitly to padLC
this needs to be changed so that eclipses are masked and padded using estimated Transit ephemerides i.e. T0…