Skip to content

Commit

Permalink
Merge branch 'tickets/DM-21421'
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Nov 9, 2019
2 parents 75534f6 + 151fdf4 commit 728bddb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/Coaddition.yaml
@@ -0,0 +1,4 @@
description: Coaddition
tasks:
makeWarpTask: lsst.pipe.tasks.makeCoaddTempExp.MakeWarpTask
assembleCoadd: lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddTask
6 changes: 6 additions & 0 deletions pipelines/DataReleaseProduction.yaml
@@ -0,0 +1,6 @@
description: DRP
inherits:
- location: $PIPE_TASKS_DIR/pipelines/ProcessCcd.yaml
- location: $PIPE_TASKS_DIR/pipelines/Coaddition.yaml
- location: $PIPE_TASKS_DIR/pipelines/Multiband.yaml
- location: $PIPE_TASKS_DIR/pipelines/Forced.yaml
4 changes: 4 additions & 0 deletions pipelines/Forced.yaml
@@ -0,0 +1,4 @@
description: Forced
tasks:
forcedPhotCcd: lsst.meas.base.forcedPhotCcd.ForcedPhotCcdTask
forcedPhotCoadd: lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddTask
7 changes: 7 additions & 0 deletions pipelines/Multiband.yaml
@@ -0,0 +1,7 @@
description: Multiband
tasks:
detection: lsst.pipe.tasks.multiBand.DetectCoaddSourcesTask
mergeDetections: lsst.pipe.tasks.mergeDetections.MergeDetectionsTask
deblend: lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesSingleTask
measure: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
mergeMeasurements: lsst.pipe.tasks.mergeMeasurements.MergeMeasurementsTask
5 changes: 5 additions & 0 deletions pipelines/ProcessCcd.yaml
@@ -0,0 +1,5 @@
description: ProcessCcd
tasks:
isr: lsst.ip.isr.IsrTask
charImage: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
calibrate: lsst.pipe.tasks.calibrate.CalibrateTask

0 comments on commit 728bddb

Please sign in to comment.