Skip to content

Commit

Permalink
Merge pull request #557 from lsst/tickets/DM-46616
Browse files Browse the repository at this point in the history
DM-46616: Fix LSSTCam nonlinear crosstalk script.
  • Loading branch information
erykoff authored Oct 3, 2024
2 parents eeeff95 + da6f5ed commit d83ce7a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@
detector=detector,
setCalibId=True,
setCalibInfo=True,
setDate=False,
setDate=True,
)
cc.metadata["CALIBDATE"] = valid_start
if os.path.isfile(out_file):
os.remove(out_file)
cc.writeText(out_file)

0 comments on commit d83ce7a

Please sign in to comment.