Skip to content

Commit 53f16a9

Browse files
authored
Merge pull request #3238 from esdc-esac-esa-int/ESA_gaia_GAIAMNGT-1828_ammend_change_rvs_type
GAIA: Revert change in the name of the datalink RVS type, in the PR #3207
2 parents 72952b7 + 269a520 commit 53f16a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Service fixes and enhancements
3434
gaia
3535
^^^^
3636

37-
- Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207]
37+
- Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207, #3238]
3838

3939
ipac.irsa
4040
^^^^^^^^^

astroquery/gaia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Conf(_config.ConfigNamespace):
2828
VALID_DATALINK_RETRIEVAL_TYPES = ['EPOCH_PHOTOMETRY',
2929
'XP_CONTINUOUS',
3030
'XP_SAMPLED',
31-
'RVS_MEAN_SPECTRUM',
31+
'RVS',
3232
'MCMC_GSPPHOT',
3333
'MCMC_MSC',
3434
'EPOCH_ASTROMETRY',

0 commit comments

Comments
 (0)