Víctor Terrón
Víctor Terrón
There's now a limit of 10,000 credits, and we easily exceed it. https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing 
Python 2 reached its EOL on January 1st, 2020. > [...] no new bug reports, fixes, or changes will be made to Python 2, and Python 2 is no longer...
We subtract the magnitude of the comparison star from that of the star, not the other way around, see: https://github.com/vterron/lemon/blob/0a33c725bf2f229d9ae9e3f9de50bfb2141a3fba/diffphot.py#L468
Since September 29 I'm no longer affiliated with the [Institute of Astrophysics of Andalusia](https://www.iaa.csic.es/en) (CSIC). For posterity: 
This is the `BJD_TDB` FITS keyword. It's a non-standard keyword but commonly used for exoplanets. More information on: - https://en.wikipedia.org/wiki/Barycentric_Julian_Date - http://astroutils.astronomy.ohio-state.edu/time/
The command `diffphot` should warn the users when there are too many astronomical objects whose light curve could not be generated because of an insufficient number of images or comparison...
As seen in #85, `annuli` is no longer working. This has been the case for a long time. This command was never a good idea and the whole concept of...
Add support for [Barycentric Julian Dates in Barycentric Dynamical Time](http://astroutils.astronomy.ohio-state.edu/time/bjd_explanation.html) (`BJD_TDB`). Since internally LEMON uses Unix timestamps in UTC, the values read from the FITS keyword must be first converted...
Instead of always fetching the _current_ index value, add an option to `get()` to allow users specify the date they're interested in. This is almost trivial to implement after the...
See @TheSnoozer's [suggestion](https://github.com/vterron/fear-and-greed/commit/e7d9eb535e16f75f9e36232ed9fd66c004601004#r72106330) in e7d9eb535e16f75f9e36232ed9fd66c004601004.