Skip to content

Commit

Permalink
Merge branch 'tickets/DM-27140' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Oct 21, 2020
2 parents 1d38f5b + d5a44e2 commit f5d0ddf
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 15 deletions.
4 changes: 0 additions & 4 deletions pipelines/Coaddition.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions pipelines/DRP.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
description: Base Pipeline that describes the Data Release Production process.
inherits:
- location: $PIPE_TASKS_DIR/pipelines/_SingleFrame.yaml
- location: $PIPE_TASKS_DIR/pipelines/_Coaddition.yaml
- location: $PIPE_TASKS_DIR/pipelines/_Multiband.yaml
- location: $PIPE_TASKS_DIR/pipelines/_Forced.yaml
6 changes: 0 additions & 6 deletions pipelines/DataReleaseProduction.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions pipelines/ProcessCcd.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions pipelines/_Coaddition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description: Coaddition
tasks:
makeWarp: lsst.pipe.tasks.makeCoaddTempExp.MakeWarpTask
assembleCoadd: lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddTask
subsets:
coaddition:
subset:
- makeWarp
- assembleCoadd
description: A set of tasks to run when coadding images
7 changes: 7 additions & 0 deletions pipelines/Forced.yaml → pipelines/_Forced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ description: Forced
tasks:
forcedPhotCcd: lsst.meas.base.forcedPhotCcd.ForcedPhotCcdTask
forcedPhotCoadd: lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddTask
subsets:
forced:
subset:
- forcedPhotCcd
- forcedPhotCoadd
description: A set of tasks to run when doing forced measurements

10 changes: 10 additions & 0 deletions pipelines/Multiband.yaml → pipelines/_Multiband.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ tasks:
deblend: lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask
measure: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
mergeMeasurements: lsst.pipe.tasks.mergeMeasurements.MergeMeasurementsTask
subsets:
multiband:
subset:
- detection
- mergeDetections
- deblend
- measure
- mergeMeasurements
description: A set of tasks to run when making measurements on one or more
bands of coadd outputs
12 changes: 12 additions & 0 deletions pipelines/_SingleFrame.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description: ProcessCcd
tasks:
isr: lsst.ip.isr.IsrTask
characterizeImage: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
calibrate: lsst.pipe.tasks.calibrate.CalibrateTask
subsets:
processCcd:
subset:
- isr
- characterizeImage
- calibrate
description: A set of tasks to run when doing single frame processing

0 comments on commit f5d0ddf

Please sign in to comment.