@@ -1298,6 +1298,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
1298
1298
#. 'Galaxy Clustering Products'
1299
1299
#. 'Internal Data Products'
1300
1300
#. 'Weak Lensing Products'
1301
+ 3. 'PHZ'
1301
1302
group : str, optional, default None
1302
1303
Available groups per category:
1303
1304
@@ -1324,6 +1325,8 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
1324
1325
#. 'GrpClustering'
1325
1326
#. 'GrpLMF'
1326
1327
#. 'GrpTiling'
1328
+ #. PHZ
1329
+ #. 'PHZ'
1327
1330
1328
1331
product_type : str, optional, default None
1329
1332
Available product types per category and group:
@@ -1334,7 +1337,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
1334
1337
#. SEL Wide
1335
1338
#. 'DpdLE3IDSELIDSubsampledCatalog':
1336
1339
#. VMSP Group
1337
- #. 'DpdLE3IDVMSPConfiguration' : VMSP Configuration
1340
+ #. 'DpdLE3IDVMSPConfiguration': VMSP Configuration
1338
1341
#. 'DpdLE3IDVMSPDetectionModel': VMSP ID Detection Model
1339
1342
#. 'DpdLE3IDVMSPDistModel': VMSP Distribution Model
1340
1343
#. 'DpdLE3IDVMSPRandomCatalog': Random Catalog Product
@@ -1426,7 +1429,7 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
1426
1429
#. 'DpdLE3gcTwoPointAutoCorr': 1D [Angle-averaged Auto-correlation Product]
1427
1430
#. 'DpdLE3gcTwoPointAutoCorrCart': 2D Cartesian [2D Cartesian and Projected Auto-corr. Product]
1428
1431
#. '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]
1430
1433
#. 'DpdLE3gcTwoPointCrossCorrCart': 2D Cartesian [2D Cartesian and Projected Cross-corr.
1431
1434
Product]
1432
1435
#. '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
1538
1541
#. 'DpdLE3clCLTile': This product contains the information describing a CL tile
1539
1542
#. 'DpdLE3clCommon': Common data product for CL
1540
1543
#. 'DpdLE3clConfigurationSet': Generic configuration information for CL PFs
1544
+ #. PHZ
1545
+ #. PHZ
1546
+ #. 'DpdBinMeanRedshift':
1547
+ #. 'DpdReferenceSample':
1548
+ #. 'DpdTomographicBins':
1549
+
1541
1550
release : str, mandatory.
1542
1551
Data release from which data should be taken.
1543
1552
verbose : bool, optional, default 'False'
0 commit comments