You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'INDIVIDUAL' products are provided in separate files for each sourceId. All files are zipped in a single
177
-
bundle, even if only one source/file is considered
178
-
'COMBINED' products are provided in a single file concatenating the data of all sourceIds together.
179
-
How this is organised depends on the chosen format
180
-
'RAW' products are provided following a Data Model similar to that used in the MDB, meaning in
181
-
particular that parameters stored as arrays will remain as such. Like in the COMBINED structure, a single file is provided for the data of all sourceIds together, but in this case there will be always be one row per sourceId
182
-
retrieval_type : str, optional, default 'ALL'
183
-
retrieval type identifier. It can be either 'epoch_photometry'
184
-
for compatibility reasons or 'ALL' to retrieve all data from
185
-
the list of sources.
176
+
'INDIVIDUAL' means products are provided in separate files for each sourceId. All files are zipped in a single
177
+
bundle, even if only one source/file is considered
178
+
'COMBINED' means products are provided in a single file concatenating the data of all sourceIds together.
179
+
How this is organised depends on the chosen format
180
+
'RAW' means products are provided following a Data Model similar to that used in the MDB, meaning in
181
+
particular that parameters stored as arrays will remain as such. Like in the COMBINED structure, a single
182
+
file is provided for the data of all sourceIds together, but in this case there will be always be one
183
+
row per sourceId
184
+
retrieval_type : str, optional, default 'ALL' to retrieve all data from the list of sources
185
+
retrieval type identifier. For GAIA DR2 possible values are ['EPOCH_PHOTOMETRY']
186
+
For future GAIA DR3 (Once published), possible values will be ['EPOC_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS',
187
+
'XP_SAMPLED', 'MCMC_GSPPHOT' or 'MCMC_MSC']
186
188
valid_data : bool, optional, default True
187
189
By default, the epoch photometry service returns only valid data,
0 commit comments