Skip to content

Commit

Permalink
Replace doApplyUberCal with doApplyExternal configs
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jan 17, 2020
1 parent 71e49ed commit aeb92d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/compareWarpAssembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
config.assembleStaticSkyModel.subregionSize = (10000, 200)

# FUTURE Set to True if we run meas_mosaic or jointcal
config.assembleStaticSkyModel.doApplyUberCal = False
config.assembleStaticSkyModel.doApplyExternalPhotoCalib = False
config.assembleStaticSkyModel.doApplyExternalSkyWcs = False
3 changes: 2 additions & 1 deletion config/makeCoaddTempExp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
config.modelPsf.defaultFwhm = 7.7

# FUTURE: Set to True when we decide to run jointcal
config.doApplyUberCal = False
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 aeb92d7

Please sign in to comment.