From 75b4d440f891838787232e147a625449073518ad Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Fri, 13 Sep 2024 12:42:22 -0700 Subject: [PATCH] Exclude FGCM tasks from LSSTCam/LSSTComCam --- pipelines/LSSTCam/DRP.yaml | 6 +++++- pipelines/LSSTCam/nightly-validation.yaml | 6 +++++- pipelines/LSSTCam/quickLook.yaml | 6 +++++- pipelines/LSSTComCam/DRP.yaml | 6 +++++- pipelines/LSSTComCam/nightly-validation.yaml | 6 +++++- pipelines/LSSTComCam/quickLook.yaml | 6 +++++- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/pipelines/LSSTCam/DRP.yaml b/pipelines/LSSTCam/DRP.yaml index bffa9725..e8f9fcbe 100644 --- a/pipelines/LSSTCam/DRP.yaml +++ b/pipelines/LSSTCam/DRP.yaml @@ -1,7 +1,11 @@ description: DRP Pipeline for LSSTCam instrument: lsst.obs.lsst.LsstCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts subsets: step1: diff --git a/pipelines/LSSTCam/nightly-validation.yaml b/pipelines/LSSTCam/nightly-validation.yaml index a470c83c..f66a8200 100644 --- a/pipelines/LSSTCam/nightly-validation.yaml +++ b/pipelines/LSSTCam/nightly-validation.yaml @@ -7,7 +7,11 @@ description: | 10am processing. instrument: lsst.obs.lsst.LsstCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts tasks: analyzePreSourceTableCore: class: lsst.analysis.tools.tasks.SourceTableVisitAnalysisTask diff --git a/pipelines/LSSTCam/quickLook.yaml b/pipelines/LSSTCam/quickLook.yaml index c47b72e9..dfe30c97 100644 --- a/pipelines/LSSTCam/quickLook.yaml +++ b/pipelines/LSSTCam/quickLook.yaml @@ -3,7 +3,11 @@ description: | the summit which feeds RubinTV for realtime observer feedback instrument: lsst.obs.lsst.LsstCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts tasks: isr: class: lsst.ip.isr.IsrTask diff --git a/pipelines/LSSTComCam/DRP.yaml b/pipelines/LSSTComCam/DRP.yaml index 816ff8e4..12ab062a 100644 --- a/pipelines/LSSTComCam/DRP.yaml +++ b/pipelines/LSSTComCam/DRP.yaml @@ -1,7 +1,11 @@ description: DRP Pipeline for LSSTComCam instrument: lsst.obs.lsst.LsstComCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts subsets: step1: diff --git a/pipelines/LSSTComCam/nightly-validation.yaml b/pipelines/LSSTComCam/nightly-validation.yaml index 3a4d67ec..4b70bf1f 100644 --- a/pipelines/LSSTComCam/nightly-validation.yaml +++ b/pipelines/LSSTComCam/nightly-validation.yaml @@ -7,7 +7,11 @@ description: | 10am processing. instrument: lsst.obs.lsst.LsstComCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts tasks: analyzePreSourceTableCore: class: lsst.analysis.tools.tasks.SourceTableVisitAnalysisTask diff --git a/pipelines/LSSTComCam/quickLook.yaml b/pipelines/LSSTComCam/quickLook.yaml index 36fd0fe7..4fc031a6 100644 --- a/pipelines/LSSTComCam/quickLook.yaml +++ b/pipelines/LSSTComCam/quickLook.yaml @@ -3,7 +3,11 @@ description: | the summit which feeds RubinTV for realtime observer feedback instrument: lsst.obs.lsst.LsstComCam imports: - - $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + - location: $DRP_PIPE_DIR/pipelines/_ingredients/LSSTComCam/DRP.yaml + exclude: + - fgcmBuildFromIsolatedStars + - fgcmFitCycle + - fgcmOutputProducts tasks: isr: class: lsst.ip.isr.IsrTask