Skip to content

Commit 5efd551

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
Reformat documenation for method load_data
1 parent 6dc2b51 commit 5efd551

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

astroquery/gaia/core.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,9 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
198198
'MCMC_GSPPHOT', 'MCMC_MSC', 'EPOCH_ASTROMETRY', 'RVS_EPOCH_DATA_SINGLE',
199199
'RVS_EPOCH_DATA_DOUBLE','RVS_EPOCH_SPECTRUM', 'RVS_TRANSIT', 'EPOCH_ASTROMETRY_CROWDED_FIELD',
200200
'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.
205204
linking_parameter : str, optional, default SOURCE_ID, valid values: SOURCE_ID, TRANSIT_ID, IMAGE_ID
206205
By default, all the identifiers are considered as source_id
207206
SOURCE_ID: the identifiers are considered as source_id

0 commit comments

Comments
 (0)