Skip to content

Commit

Permalink
Merge pull request #184 from lsst/tickets/DM-46784
Browse files Browse the repository at this point in the history
DM-46784: Update quicklook pipeline for ComCam on sky
  • Loading branch information
mfisherlevine authored Nov 26, 2024
2 parents ef1aa0a + cb9eb32 commit fe02389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks:
doFlat: false
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
# TO DO: DM-41189 Get pipeline that will attach an atool here from lauren
# TO DO: DM-41189 Get pipeline that will attach an atool here from lauren
subsets:
step1:
subset:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/LSSTComCam/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ tasks:
calibrate:
class: lsst.pipe.tasks.calibrate.CalibrateTask
config:
requirePhotoCal: false
requireAstrometry: false
python: |
config.measurement.plugins.names = ['base_CircularApertureFlux',
'base_PsfFlux',
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTComCamSim/quickLook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks:
# preSources downstream.
calibrateImage:
class: lsst.pipe.tasks.calibrateImage.CalibrateImageTask
# TO DO: DM-41189 Get pipeline that will attach an atool here from lauren
# TO DO: DM-41189 Get pipeline that will attach an atool here from lauren
subsets:
step1:
subset:
Expand Down

0 comments on commit fe02389

Please sign in to comment.