Skip to content

Commit

Permalink
Merge pull request #213 from lsst/tickets/DM-47899
Browse files Browse the repository at this point in the history
DM-47899: Turn on rbClassify for LsstComCam and LsstComCamSim
  • Loading branch information
isullivan authored Dec 3, 2024
2 parents 20e820b + 55c97d1 commit 2d5f05b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
51 changes: 0 additions & 51 deletions pipelines/LSSTComCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,3 @@ description: |
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
exclude:
# turn off R/B analysis to save processing time
- rbClassify

tasks:
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
# turn off R/B analysis to save processing time
doIncludeReliability: False
subsets:
# apPipe and prompt must be redefined from $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
# because its rbClassify was excluded.
apPipe:
subset:
- loadDiaCatalogs
- isr
- calibrateImage
- retrieveTemplate
- subtractImages
- detectAndMeasure
- filterDiaSrcCat
- transformDiaSrcCat
- getRegionTimeFromVisit
- mpSkyEphemerisQuery
- diaPipe
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- sampleSpatialMetrics
- diffimTaskCore
- diffimTaskPlots
- initialPviCore
description: >
An alias of ApPipe to use in higher-level pipelines.
prompt:
subset:
- isr
- calibrateImage
- retrieveTemplate
- subtractImages
- detectAndMeasure
- filterDiaSrcCat
- transformDiaSrcCat
- diaPipe
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- initialPviCore
description: >
Tasks necessary to turn raw images into APDB rows and alerts.
Requires preload subset to be run first.
51 changes: 0 additions & 51 deletions pipelines/LSSTComCamSim/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,3 @@ description: |
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
exclude:
# turn off R/B analysis to save processing time
- rbClassify

tasks:
transformDiaSrcCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
# turn off R/B analysis to save processing time
doIncludeReliability: False
subsets:
# apPipe and prompt must be redefined from $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
# because its rbClassify was excluded.
apPipe:
subset:
- loadDiaCatalogs
- isr
- calibrateImage
- retrieveTemplate
- subtractImages
- detectAndMeasure
- filterDiaSrcCat
- transformDiaSrcCat
- getRegionTimeFromVisit
- mpSkyEphemerisQuery
- diaPipe
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- sampleSpatialMetrics
- diffimTaskCore
- diffimTaskPlots
- initialPviCore
description: >
An alias of ApPipe to use in higher-level pipelines.
prompt:
subset:
- isr
- calibrateImage
- retrieveTemplate
- subtractImages
- detectAndMeasure
- filterDiaSrcCat
- transformDiaSrcCat
- diaPipe
- analyzeAssocDiaSrcCore
- analyzeTrailedDiaSrcCore
- diffimTaskCore
- initialPviCore
description: >
Tasks necessary to turn raw images into APDB rows and alerts.
Requires preload subset to be run first.

0 comments on commit 2d5f05b

Please sign in to comment.