Published October 30, 2018
| Version v1.0b21
Software
Open
KeplerGO/lightkurve: Lightkurve v1.0b21
Authors/Creators
- 1. NASA
- 2. K2 GO Office
- 3. Kepler/K2 GO Office at NASA Ames Research Center
- 4. Max Planck Institute for Solar System Research
- 5. @Zocdoc
Description
Lightkurve v1.0b21 includes the following changes:
- The
from_archive()methods ofKeplerTargetPixelFileandKeplerLightCurveFilehave been deprecated in favor of the newsearch_targetpixelfile()andsearch_lightcurvefile()functions. These allow users to inspect the results of their queries and offer more powerful features, e.g. cone-searches. If you are currently usingtpf = KeplerTargetPixelFile.from_archive("objectname"), please start usingtpf = search_targetpixelfile("objectname").download()instead. TargetPixelFileobjects can now be indexed and sliced. [#308]- The default number of
windowsused by the SFF systematics removal algorithm has been changed from 1 to 10. [#312] - Various small bug fixes and unit test improvements.
Files
KeplerGO/lightkurve-v1.0b21.zip
Files
(26.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:962114d5ef908713d3d980a12e946dfa
|
26.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/KeplerGO/lightkurve/tree/v1.0b21 (URL)