Skip to content

Commit

Permalink
Exclude FGCM tasks from LSSTCam/LSSTComCam
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 13, 2024
1 parent e065537 commit 75b4d44
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion pipelines/LSSTCam/DRP.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 5 additions & 1 deletion pipelines/LSSTCam/nightly-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion pipelines/LSSTCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion pipelines/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 5 additions & 1 deletion pipelines/LSSTComCam/nightly-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion pipelines/LSSTComCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75b4d44

Please sign in to comment.