Skip to content

Commit

Permalink
Add reprocessVisitImage to DRP pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 18, 2024
1 parent 8cae164 commit 4def002
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-Prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ subsets:
- fgcmFitCycle
- fgcmOutputProducts
- updateVisitSummary
- reprocessVisitImage
- writeRecalibratedSourceTable
- transformSourceTable
- consolidateSourceTable
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ subsets:
- TE4
- catalogMatchVisit
- astrometricRefCatSourceVisit
- reprocessVisitImage
description: |
Per-visit tasks. These should never be run with tract constraints
nightlyStep3:
Expand Down
6 changes: 6 additions & 0 deletions pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ tasks:
photo_calib_provider: "global"
background_provider: "input_summary"

reprocessVisitImage:
class: lsst.drp.tasks.reprocess_visit_image.ReprocessVisitImageTask
config:
do_use_sky_corr: false

selectDeepCoaddVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask
config:
Expand Down Expand Up @@ -151,6 +156,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
- makeCcdVisitTable
- makeVisitTable
description: |
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTCam/nightly-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCam/nightly-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCamSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCamSim/nightly-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
5 changes: 5 additions & 0 deletions pipelines/_ingredients/DECam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ tasks:
background_provider: "input_summary"
connections.photoCalibName: "jointcal"
connections.skyWcsName: "jointcal"
reprocessVisitImage:
class: lsst.drp.tasks.reprocess_visit_image.ReprocessVisitImageTask
config:
do_use_sky_corr: false
makeWarp:
class: lsst.pipe.tasks.makeWarp.MakeWarpTask
config:
Expand Down Expand Up @@ -175,6 +179,7 @@ subsets:
- transformSourceTable
- consolidateSourceTable
- updateVisitSummary
- reprocessVisitImage
description: |
Visit-level tasks.
Allowed data query constraints: visit
Expand Down
4 changes: 4 additions & 0 deletions pipelines/_ingredients/DRP-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ tasks:
wcs_provider: "tract"
photo_calib_provider: "global"
background_provider: "replacement"
reprocessVisitImage:
class: lsst.drp.tasks.reprocess_visit_image.ReprocessVisitImageTask
config:
do_use_sky_corr: true
measure:
class: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
config:
Expand Down
6 changes: 6 additions & 0 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ tasks:
isolatedStarAssociation: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
finalizeCharacterization: lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationTask
updateVisitSummary: lsst.drp.tasks.update_visit_summary.UpdateVisitSummaryTask
reprocessVisitImage:
class: lsst.drp.tasks.reprocess_visit_image.ReprocessVisitImageTask
config:
connections.background_1: calexpBackground
remove_initial_photo_calib: false
do_use_sky_corr: false
makeCcdVisitTable: lsst.pipe.tasks.postprocess.MakeCcdVisitTableTask
makeVisitTable: lsst.pipe.tasks.postprocess.MakeVisitTableTask
makeWarp:
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ subsets:
- updateVisitSummary
- catalogMatchVisit
- astrometricRefCatSourceVisit
- reprocessVisitImage
description: |
Tasks that can be run together, but only after the 'step1'.
Expand Down

0 comments on commit 4def002

Please sign in to comment.