Skip to content

Commit 1698ee3

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1863 Uddate help for the method get_product_list
1 parent 9ae8925 commit 1698ee3

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

astroquery/esa/euclid/core.py

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
class EuclidClass(TapPlus):
29-
3029
__ERROR_MSG_REQUESTED_OBSERVATION_ID = "Missing required argument: 'observation_id'"
3130
__ERROR_MSG_REQUESTED_TILE_ID = "Missing required argument: 'tile_id'"
3231
__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
828827
observation_id : str, mandatory
829828
observation id for observations. It is not compatible with parameter tile_index.
830829
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',
839842
'DpdSirCombinedSpectra','dpdSirScienceFrame'
840843
841844
tile_index : str, mandatory
842845
tile index for products searchable by tile. It is not compatible with parameter observation_id.
843846
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'
850857
851858
product_type : str, mandatory, default None
852859
Available product types:
@@ -862,7 +869,6 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
862869
863870
#. VIS
864871
DpdVisCalibratedQuadFrame: VIS Calibrated Frame Product
865-
DpdVisCalibratedCatalog: VIS Calibrated Catalogue Product
866872
DpdVisCalibratedFrameCatalog: VIS Calibrated Frame Catalog
867873
DpdVisStackedFrame: Vis Stacked Frame Product
868874
DpdVisStackedFrameCatalog: Vis Stacked Catalogue Product

0 commit comments

Comments
 (0)