26
26
27
27
28
28
class EuclidClass (TapPlus ):
29
-
30
29
__ERROR_MSG_REQUESTED_OBSERVATION_ID = "Missing required argument: 'observation_id'"
31
30
__ERROR_MSG_REQUESTED_TILE_ID = "Missing required argument: 'tile_id'"
32
31
__ERROR_MSG_REQUESTED_OBSERVATION_ID_AND_TILE_ID = "Incompatible: 'observation_id' and 'tile_id'. Use only one."
@@ -828,25 +827,33 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
828
827
observation_id : str, mandatory
829
828
observation id for observations. It is not compatible with parameter tile_index.
830
829
831
- Searchable products by observation_id: 'DpdNirStackedFrame', 'DpdVisStackedFrame', 'dpdPhzPfOutputForL3',
832
- 'dpdPhzPfOutputCatalog', 'dpdMerFinalCatalog', 'dpdSpePfOutputCatalog', 'dpdSheLensMcChains',
833
- 'dpdHealpixBitMaskVMPZ', 'dpdHealpixFootprintMaskVMPZ', 'dpdHealpixCoverageVMPZ', 'dpdHealpixDepthMapVMPZ',
834
- 'dpdHealpixInfoMapVMPZ', 'dpdSheBiasParams', 'dpdSheLensMcFinalCatalog','dpdSheLensMcRawCatalog',
835
- 'dpdSheMetaCalFinalCatalog', 'dpdSheMetaCalRawCatalog', 'dpdSleDetectionOutput', 'dpdSleModelOutput',
836
- 'DpdMerSegmentationMap', 'dpdVisRawFrame', 'dpdNispRawFrame', 'DpdVisCalibratedQuadFrame',
837
- 'DpdNirCalibratedFrame', 'DpdVisCalibratedQuadFrame', 'DpdNirCalibratedFrame', 'DpdNirStackedFrameCatalog',
838
- 'DpdVisStackedFrameCatalog', 'DpdNirCalibratedFrameCatalog', 'DpdVisCalibratedFrameCatalog',
830
+ Searchable products by observation_id: 'dpdVisRawFrame', 'dpdNispRawFrame',
831
+ ,'DpdVisCalibratedQuadFrame','DpdVisCalibratedFrameCatalog', 'DpdVisStackedFrame',
832
+ 'DpdVisStackedFrameCatalog',
833
+ 'DpdNirCalibratedFrame', 'DpdNirCalibratedFrameCatalog', 'DpdNirStackedFrameCatalog', 'DpdNirStackedFrame',
834
+ 'DpdMerSegmentationMap', 'dpdMerFinalCatalog',
835
+ 'dpdPhzPfOutputCatalog', 'dpdPhzPfOutputForL3',
836
+ 'dpdSpePfOutputCatalog',
837
+ 'dpdSheLensMcChains','dpdSheBiasParams', 'dpdSheLensMcFinalCatalog','dpdSheLensMcRawCatalog',
838
+ 'dpdSheMetaCalFinalCatalog', 'dpdSheMetaCalRawCatalog',
839
+ 'dpdHealpixBitMaskVMPZ', 'dpdHealpixFootprintMaskVMPZ', 'dpdHealpixCoverageVMPZ',
840
+ 'dpdHealpixDepthMapVMPZ', 'dpdHealpixInfoMapVMPZ',
841
+ 'dpdSleDetectionOutput','dpdSleModelOutput',
839
842
'DpdSirCombinedSpectra','dpdSirScienceFrame'
840
843
841
844
tile_index : str, mandatory
842
845
tile index for products searchable by tile. It is not compatible with parameter observation_id.
843
846
844
- Searchable products by tile_index: 'DpdMerBksMosaic', 'dpdPhzPfOutputForL3', 'dpdPhzPfOutputCatalog',
845
- 'dpdMerFinalCatalog','dpdSpePfOutputCatalog', 'dpdSheLensMcChains', 'dpdHealpixBitMaskVMPZ',
846
- 'dpdHealpixFootprintMaskVMPZ', 'dpdHealpixCoverageVMPZ', 'dpdHealpixDepthMapVMPZ','dpdHealpixInfoMapVMPZ',
847
- 'dpdSheBiasParams', 'dpdSheLensMcFinalCatalog', 'dpdSheLensMcRawCatalog', 'dpdSheMetaCalFinalCatalog',
848
- 'dpdSheMetaCalRawCatalog', 'dpdSleDetectionOutput', 'dpdSleModelOutput', 'DpdSirCombinedSpectra',
849
- 'DpdMerSegmentationMap'
847
+ Searchable products by tile_index:
848
+ 'DpdMerSegmentationMap', 'dpdMerFinalCatalog', 'DpdMerBksMosaic',
849
+ 'dpdPhzPfOutputCatalog','dpdPhzPfOutputForL3',
850
+ 'dpdSpePfOutputCatalog',
851
+ 'dpdSheLensMcChains', 'dpdSheBiasParams', 'dpdSheLensMcFinalCatalog', 'dpdSheLensMcRawCatalog',
852
+ 'dpdSheMetaCalFinalCatalog', 'dpdSheMetaCalRawCatalog',
853
+ 'dpdHealpixBitMaskVMPZ', 'dpdHealpixFootprintMaskVMPZ', 'dpdHealpixCoverageVMPZ',
854
+ 'dpdHealpixDepthMapVMPZ','dpdHealpixInfoMapVMPZ',
855
+ dpdSleDetectionOutput', 'dpdSleModelOutput',
856
+ 'DpdSirCombinedSpectra'
850
857
851
858
product_type : str, mandatory, default None
852
859
Available product types:
@@ -862,7 +869,6 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
862
869
863
870
#. VIS
864
871
DpdVisCalibratedQuadFrame: VIS Calibrated Frame Product
865
- DpdVisCalibratedCatalog: VIS Calibrated Catalogue Product
866
872
DpdVisCalibratedFrameCatalog: VIS Calibrated Frame Catalog
867
873
DpdVisStackedFrame: Vis Stacked Frame Product
868
874
DpdVisStackedFrameCatalog: Vis Stacked Catalogue Product
0 commit comments