Skip to content

Commit

Permalink
Add new loadDiaCatalogs pipelineTask
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Aug 9, 2024
1 parent c0272b5 commit dc59001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pipelines/LATISS/ApPipe-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ description: >-
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LATISS/ApPipe.yaml
tasks:
loadDiaCatalogs:
class: lsst.ap.association.LoadDiaCatalogsTask
config:
doLoadForcedSources: false # see DM-43394
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
doLoadForcedSources: false # see DM-43394
doRunForcedMeasurement: false # see DM-43402
5 changes: 4 additions & 1 deletion pipelines/LSSTComCamSim/ApPipe-noForced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ description: >-
imports:
- location: $PROMPT_PROCESSING_DIR/pipelines/LSSTComCamSim/ApPipe.yaml
tasks:
loadDiaCatalogs:
class: lsst.ap.association.LoadDiaCatalogsTask
config:
doLoadForcedSources: false # see DM-43394
diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
doLoadForcedSources: false # see DM-43389
doRunForcedMeasurement: false # see DM-43402

0 comments on commit dc59001

Please sign in to comment.