lightkurve.lightcurvefile.
LightCurveFile
(path, **kwargs)¶Bases: object
Generic class to represent FITS files which contain one or more light curves.
Parameters: |
|
---|
Attributes Summary
PDCSAP_FLUX |
Returns a LightCurve object for PDCSAP_FLUX |
SAP_FLUX |
Returns a LightCurve object for SAP_FLUX |
cadenceno |
Cadence number |
dec |
Declination of the target. |
ra |
Right Ascension of the target. |
time |
Time measurements |
Methods Summary
from_fits (path_or_url, **kwargs) |
WARNING: THIS FUNCTION IS DEPRECATED AND WILL BE REMOVED VERY SOON. |
header ([ext]) |
Header of the object at extension ext |
plot ([flux_types, style]) |
Plot all the light curves contained in this light curve file. |
Attributes Documentation
PDCSAP_FLUX
¶Returns a LightCurve object for PDCSAP_FLUX
SAP_FLUX
¶Returns a LightCurve object for SAP_FLUX
cadenceno
¶Cadence number
dec
¶Declination of the target.
ra
¶Right Ascension of the target.
time
¶Time measurements
Methods Documentation
from_fits
(path_or_url, **kwargs)¶WARNING: THIS FUNCTION IS DEPRECATED AND WILL BE REMOVED VERY SOON.
Please use lightkurve.open()
instead.
header
(ext=0)¶Header of the object at extension ext
plot
(flux_types=None, style='lightkurve', **kwargs)¶Plot all the light curves contained in this light curve file.
Parameters: |
|
---|
Created with ♥ by the Lightkurve developers. Join us on GitHub.