Skip to content

Commit 4be57bd

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
EUCLIDMNGT-1275 New category PHZ
1 parent 245e915 commit 4be57bd

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

astroquery/esa/euclid/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ class Conf(_config.ConfigNamespace):
120120
'DpdCovarTwoPCFWLResamplePEBPosShear2D', 'DpdCovarTwoPCFWLResamplePEBShearShear2D',
121121
'DpdCovarTwoPCFWLResamplePosPos2D', 'DpdCovarTwoPCFWLResamplePosShear2D',
122122
'DpdCovarTwoPCFWLResampleShearShear2D'],
123-
'PK': ['DpdPKWLAlms', 'DpdPKWLCovMatrix2D', 'DpdPKWLEstimate2D', 'DpdPKWLMaps', 'DpdPKWLMixingMatrix2D']}
123+
'PK': ['DpdPKWLAlms', 'DpdPKWLCovMatrix2D', 'DpdPKWLEstimate2D', 'DpdPKWLMaps', 'DpdPKWLMixingMatrix2D']},
124+
'PHZ': {
125+
'PHZ': ['DpdBinMeanRedshift', 'DpdReferenceSample', 'DpdTomographicBins']}
124126
}
125127

126128
PRODUCT_TYPES = ['observation', 'mosaic']

astroquery/esa/euclid/core.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
12981298
#. 'Galaxy Clustering Products'
12991299
#. 'Internal Data Products'
13001300
#. 'Weak Lensing Products'
1301+
3. 'PHZ'
13011302
group : str, optional, default None
13021303
Available groups per category:
13031304
@@ -1324,6 +1325,8 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
13241325
#. 'GrpClustering'
13251326
#. 'GrpLMF'
13261327
#. 'GrpTiling'
1328+
#. PHZ
1329+
#. 'PHZ'
13271330
13281331
product_type : str, optional, default None
13291332
Available product types per category and group:
@@ -1334,7 +1337,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
13341337
#. SEL Wide
13351338
#. 'DpdLE3IDSELIDSubsampledCatalog':
13361339
#. VMSP Group
1337-
#. 'DpdLE3IDVMSPConfiguration' : VMSP Configuration
1340+
#. 'DpdLE3IDVMSPConfiguration': VMSP Configuration
13381341
#. 'DpdLE3IDVMSPDetectionModel': VMSP ID Detection Model
13391342
#. 'DpdLE3IDVMSPDistModel': VMSP Distribution Model
13401343
#. 'DpdLE3IDVMSPRandomCatalog': Random Catalog Product
@@ -1426,7 +1429,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
14261429
#. 'DpdLE3gcTwoPointAutoCorr': 1D [Angle-averaged Auto-correlation Product]
14271430
#. 'DpdLE3gcTwoPointAutoCorrCart': 2D Cartesian [2D Cartesian and Projected Auto-corr. Product]
14281431
#. 'DpdLE3gcTwoPointAutoCorrPol': 2D Polar [2D Polar and Multipole Auto-correlation Product]
1429-
#. 'DpdLE3gcTwoPointCrossCorr' : 1D [Angle-averaged Cross-correlation Product]
1432+
#. 'DpdLE3gcTwoPointCrossCorr': 1D [Angle-averaged Cross-correlation Product]
14301433
#. 'DpdLE3gcTwoPointCrossCorrCart': 2D Cartesian [2D Cartesian and Projected Cross-corr.
14311434
Product]
14321435
#. 'DpdLE3gcTwoPointCrossCorrPol': 2D Polar [2D Polar and Multipole Cross-correlation Product]
@@ -1538,6 +1541,12 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
15381541
#. 'DpdLE3clCLTile': This product contains the information describing a CL tile
15391542
#. 'DpdLE3clCommon': Common data product for CL
15401543
#. 'DpdLE3clConfigurationSet': Generic configuration information for CL PFs
1544+
#. PHZ
1545+
#. PHZ
1546+
#. 'DpdBinMeanRedshift':
1547+
#. 'DpdReferenceSample':
1548+
#. 'DpdTomographicBins':
1549+
15411550
release : str, mandatory.
15421551
Data release from which data should be taken.
15431552
verbose : bool, optional, default 'False'

0 commit comments

Comments
 (0)