Skip to content

Commit

Permalink
Merge pull request #216 from lsst/tickets/DM-33297
Browse files Browse the repository at this point in the history
DM-33297: Add correction of systematic photodiode error
  • Loading branch information
mfisherlevine committed Feb 21, 2022
2 parents afd47b3 + 351d62c commit 8f5724d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decam/makeLinearizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def makeLinearizerDecam(fromFile, force=False, verbose=False):
myLinearity.fitParams[ampName] = np.array([])
myLinearity.fitParamsErr[ampName] = np.array([])
myLinearity.fitChiSq[ampName] = np.nan
myLinearity.fitResiduals[ampName] = np.array([])
myLinearity.linearFit[ampName] = np.array([])
calibDate = '1970-01-01T00:00:00'
myLinearity.updateMetadata(camera=camera, detector=detector,
CALIBDATE=calibDate, setCalibId=True)
Expand Down

0 comments on commit 8f5724d

Please sign in to comment.