KeplerGO/lightkurve: Lightkurve v1.2.0
Creators
- 1. NASA
- 2. K2 GO Office
- 3. HKUST@ConvexGroup
- 4. University of Hawaii
- 5. Kepler/K2 GO Office at NASA Ames Research Center
- 6. DIRAC Institute, University of Washington
- 7. Center for Astrophysics | Harvard & Smithsonian and the American Astronomical Society
- 8. UoB
- 9. University of Sydney
- 10. @Zocdoc
Description
Lightkurve v1.2.0 includes the following changes:
Added
flux_unit
andflux_quantity
properties to theLightCurve
class to enable users to keep track of a light curve's flux units. [#591]Changed the default behavior of
LightCurve.plot()
to usenormalize=False
, ie. plots now display a light curve in its intrinsic units by default. [#591]Added an optional
unit
argument toLightCurve.normalize()
to make it convenient to obtain a relative light curve in percent (unit='percent'
), parts per thousand (unit='ppt'
) or parts per million (unit='ppm'
). [#591]Changed
LombScarglePeriodogram.from_lightcurve()
to not normalize the input light curve by default. [#591]Changed
LightCurve.normalize()
to emit a warning if the light curve appears to be zero-centered. [#589]Fixed an issue which caused the search functions to be incompatible with the latest version of astroquery (v0.3.10). [#598]
Added support for performing mathematical operations involving
LightCurve
objects, e.g. twoLightCurve
objects can now be added together. [#532]Updated the online tutorials (https://docs.lightkurve.org/tutorials) to take all recent Lightkurve API changes into account. [#596]
Files
KeplerGO/lightkurve-v1.2.0.zip
Files
(32.3 MB)
Name | Size | Download all |
---|---|---|
md5:c6070444d9206ae24309e1169f32e744
|
32.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/KeplerGO/lightkurve/tree/v1.2.0 (URL)