catalogs.load_targets
catalogs.load_targets(database='nea_data.txt', is_confirmed=np.nan)Unpack star and planet properties from plain text file.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| database | nea_data.txt or tess_data.txt | 'nea_data.txt' |
Returns
| Name | Type | Description |
|---|---|---|
| targets | List of Target |
Examples
>>> import gen_tso.catalogs as cat
>>> nea_data = cat.load_nea_targets_table()