@@ -184,18 +184,20 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
184
184
in a single bundle, even if only one source/file is considered
185
185
'RAW' means products are provided following a Data Model similar to that used in the MDB, meaning in
186
186
particular that parameters stored as arrays will remain as such. A single file is provided for the data of
187
- all sourceIds together, but in this case there will be always be one row per sourceId
187
+ all sourceIds together, but in this case there will be always be one row per sourceId.
188
188
retrieval_type : str, optional, default 'ALL' to retrieve all data from the list of sources
189
189
retrieval type identifier. For GAIA DR2 possible values are ['EPOCH_PHOTOMETRY']
190
190
For GAIA DR3, possible values are ['EPOCH_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
191
191
'MCMC_GSPPHOT' or 'MCMC_MSC']
192
192
For GAIA DR4, possible values will be ['EPOCH_PHOTOMETRY', 'MEAN_SPECTRUM_RVS', 'XP_CONTINUOUS',
193
193
'XP_SAMPLED', 'MCMC_GSPPHOT', 'MCMC_MSC', 'EPOCH_ASTROMETRY', 'RVS_EPOCH_DATA_SINGLE',
194
194
'RVS_EPOCH_DATA_DOUBLE','RVS_EPOCH_SPECTRUM', 'RVS_TRANSIT', 'EPOCH_ASTROMETRY_CROWDED_FIELD',
195
- 'EPOCH_IMAGE', 'EPOCH_PHOTOMETRY_CCD', 'XP_EPOCH_SPECTRUM_SSO', 'XP_EPOCH_CROWDING', 'XP_MEAN_SPECTRUM',
196
- 'XP_EPOCH_SPECTRUM', 'CROWDED_FIELD_IMAGE', 'EPOCH_ASTROMETRY_BRIGHT']. Note that for
197
- 'CROWDED_FIELD_IMAGE' only the format 'fits' can be used, and that its image, in the principal header, will
198
- not be available in the returned dictionary. Set 'output_file' to retrieve all data: image + tables.
195
+ 'EPOCH_PHOTOMETRY_CROWDED_FIELD', 'EPOCH_IMAGE', 'EPOCH_PHOTOMETRY_CCD', 'XP_EPOCH_SPECTRUM_SSO',
196
+ 'XP_EPOCH_CROWDING', 'XP_MEAN_SPECTRUM', 'XP_EPOCH_SPECTRUM', 'CROWDED_FIELD_IMAGE',
197
+ 'EPOCH_ASTROMETRY_BRIGHT', 'XP_MEAN_SPECTRUM_GRAVLENS', 'EPOCH_FLAGS_NSS', 'EPOCH_PARAMETERS_RVS_SINGLE',
198
+ EPOCH_PARAMETERS_RVS_DOUBLE', 'EPOCH_FLAGS_VARI']. Note that for 'CROWDED_FIELD_IMAGE' only the format
199
+ 'fits' can be used, and that its image, in the principal header, will not be available in the returned
200
+ dictionary. Set 'output_file' to retrieve all data: image + tables.
199
201
linking_parameter : str, optional, default SOURCE_ID, valid values: SOURCE_ID, TRANSIT_ID, IMAGE_ID
200
202
By default, all the identifiers are considered as source_id
201
203
SOURCE_ID: the identifiers are considered as source_id
0 commit comments