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