Skip to content

Commit

Permalink
Turn off all external calibrations on LSSTCam-imSim pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 17, 2022
1 parent 7cc480e commit d226454
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,26 @@ tasks:
columns_target_flux_err=[f'{band}_cModelFluxErr',],
)
config.columns_flux = columns_flux
forcedPhotCcd:
class: lsst.meas.base.forcedPhotCcd.ForcedPhotCcdTask
config:
doApplyExternalPhotoCalib: False
doApplyExternalSkyWcs: False
forcedPhotDiffim:
class: lsst.meas.base.ForcedPhotCcdTask
config:
doApplyExternalPhotoCalib: False
doApplyExternalSkyWcs: False
forcedPhotCcdOnDiaObjects:
class: lsst.meas.base.ForcedPhotCcdFromDataFrameTask
config:
doApplyExternalPhotoCalib: False
doApplyExternalSkyWcs: False
forcedPhotDiffOnDiaObjects:
class: lsst.meas.base.ForcedPhotCcdFromDataFrameTask
config:
doApplyExternalPhotoCalib: False
doApplyExternalSkyWcs: False
subsets:
step1:
subset:
Expand Down

0 comments on commit d226454

Please sign in to comment.