@@ -182,15 +182,12 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
182182 data release from which data should be taken. E.g. 'Gaia DR3'
183183 By default, it takes the current default one.
184184 data_structure: str, optional, default 'INDIVIDUAL'
185- it can be 'INDIVIDUAL', 'COMBINED', 'RAW':
185+ it can be 'INDIVIDUAL' or 'RAW':
186186 'INDIVIDUAL' means products are provided in separate files for each sourceId. All files are zipped
187187 in a single bundle, even if only one source/file is considered
188- 'COMBINED' means products are provided in a single file concatenating the data of all sourceIds together.
189- How this is organised depends on the chosen format
190188 'RAW' means products are provided following a Data Model similar to that used in the MDB, meaning in
191- particular that parameters stored as arrays will remain as such. Like in the COMBINED structure, a single
192- file is provided for the data of all sourceIds together, but in this case there will be always be one
193- row per sourceId
189+ particular that parameters stored as arrays will remain as such. A single file is provided for the data of
190+ all sourceIds together, but in this case there will be always be one row per sourceId
194191 retrieval_type : str, optional, default 'ALL' to retrieve all data from the list of sources
195192 retrieval type identifier. For GAIA DR2 possible values are ['EPOCH_PHOTOMETRY']
196193 For GAIA DR3, possible values are ['EPOCH_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
0 commit comments