@@ -198,10 +198,9 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
198
198
'MCMC_GSPPHOT', 'MCMC_MSC', 'EPOCH_ASTROMETRY', 'RVS_EPOCH_DATA_SINGLE',
199
199
'RVS_EPOCH_DATA_DOUBLE','RVS_EPOCH_SPECTRUM', 'RVS_TRANSIT', 'EPOCH_ASTROMETRY_CROWDED_FIELD',
200
200
'EPOCH_IMAGE', 'EPOCH_PHOTOMETRY_CCD', 'XP_EPOCH_SPECTRUM_SSO', 'XP_EPOCH_CROWDING', 'XP_MEAN_SPECTRUM',
201
- 'XP_EPOCH_SPECTRUM', 'CROWDED_FIELD_IMAGE', 'EPOCH_ASTROMETRY_BRIGHT'].. Note that for
202
- 'CROWDED_FIELD_IMAGE' only the format 'fits' can be used,
203
- and that its image, in the principal header, will not be available in the returned dictionary. Set
204
- 'output_file' to retrieve all data: image + tables.
201
+ 'XP_EPOCH_SPECTRUM', 'CROWDED_FIELD_IMAGE', 'EPOCH_ASTROMETRY_BRIGHT']. Note that for
202
+ 'CROWDED_FIELD_IMAGE' only the format 'fits' can be used, and that its image, in the principal header, will
203
+ not be available in the returned dictionary. Set 'output_file' to retrieve all data: image + tables.
205
204
linking_parameter : str, optional, default SOURCE_ID, valid values: SOURCE_ID, TRANSIT_ID, IMAGE_ID
206
205
By default, all the identifiers are considered as source_id
207
206
SOURCE_ID: the identifiers are considered as source_id
0 commit comments