Skip to content

Commit

Permalink
Merge pull request #159 from lsst/tickets/DM-21308
Browse files Browse the repository at this point in the history
DM-21308: Replace doApplyUberCal with doApplyExternal configs
  • Loading branch information
erykoff committed Jan 25, 2020
2 parents f61625e + 75db9f3 commit b79d4d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions config/compareWarpAssembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
# 200 rows (since patch width is typically < 10k pixels
config.assembleStaticSkyModel.subregionSize = (10000, 200)

# FUTURE Set to True if we run meas_mosaic or jointcal
config.assembleStaticSkyModel.doApplyUberCal = False
# FUTURE Set both to True if we run meas_mosaic or jointcal
config.assembleStaticSkyModel.doApplyExternalPhotoCalib = False
config.assembleStaticSkyModel.doApplyExternalSkyWcs = False
5 changes: 3 additions & 2 deletions config/makeCoaddTempExp.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss = [1.0, 2.0, 4.5]
config.modelPsf.defaultFwhm = 7.7

# FUTURE: Set to True when we decide to run jointcal
config.doApplyUberCal = False
# FUTURE: Set both to True when we decide to run jointcal
config.doApplyExternalPhotoCalib = False
config.doApplyExternalSkyWcs = False

# FUTURE: Set to True when we have sky background estimate
config.doApplySkyCorr = False
3 changes: 2 additions & 1 deletion config/visitAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
config.refObjLoader.ref_dataset_name="cal_ref_cat"

config.doWriteParquetTables=False
config.doApplyUberCal=False
config.doApplyExternalPhotoCalib=False
config.doApplyExternalSkyWcs=False
config.doApplyColorTerms=False

0 comments on commit b79d4d6

Please sign in to comment.