getP7Data(ID=None,
code=None,
include_nans=True)
| source code
|
Extract P7 timeseries from the catalog.
WARNING: only very few target ID's can be resolved (HD,HIP,SAO
and that's about it)
WARNING: there could be nan's in the data somewhere. If you don't want
nan's anywhere, set 'include_nans' to False.
- Parameters:
ID (str) - target ID (limited!)
code (int) - target's GENEVA code (e.g. 100180642 for HD180642)
- Returns: np record array,dict
- record array containing times (HJD) and corresponding GENEVA
mags, and a dictionary with header information (only source=P7)
|