Skip to content

Commit 75e16a6

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1760 Include new datalink retrieve types in the method load_data
1 parent d10d841 commit 75e16a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/gaia/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
197197
'RVS_TRANSIT', 'EPOCH_ASTROMETRY_CROWDED_FIELD', 'EPOCH_IMAGE', 'EPOCH_PHOTOMETRY_CCD',
198198
'XP_EPOCH_SPECTRUM_SSO', 'XP_EPOCH_CROWDING', 'XP_MEAN_SPECTRUM', 'XP_EPOCH_SPECTRUM',
199199
'CROWDED_FIELD_IMAGE']. Note that for 'CROWDED_FIELD_IMAGE' only the format 'fits' can be used,
200-
and that its image in the principal header will not be available. Set 'output_file' to retrieve all data:
201-
image + tables.
200+
and that its image, in the principal header, will not be available in the returned dictionary. Set
201+
'output_file' to retrieve all data: image + tables.
202202
linking_parameter : str, optional, default SOURCE_ID, valid values: SOURCE_ID, TRANSIT_ID, IMAGE_ID
203203
By default, all the identifiers are considered as source_id
204204
SOURCE_ID: the identifiers are considered as source_id

0 commit comments

Comments
 (0)