Skip to content

Commit

Permalink
Merge pull request #39 from lsst/tickets/DM-42666
Browse files Browse the repository at this point in the history
DM-42666: Propagate MJD
  • Loading branch information
arunkannawadi committed Jan 29, 2024
2 parents 3e2f513 + bad4fe9 commit 815fcfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/cp/verify/repackStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,15 @@ def repackDetStats(self, detectorStats, detectorDims):
instrument = detDims["instrument"]
exposure = detDims["exposure"]
detector = detDims["detector"]
mjd = detStats["ISR"]["MJD"]

# Get amp stats
# AMP {ampName} [CR_NOISE MEAN NOISE] value
for ampName, stats in detStats["AMP"].items():
row[ampName] = {
"instrument": instrument,
"exposure": exposure,
"mjd": mjd,
"detector": detector,
"amplifier": ampName,
"biasMean": stats["MEAN"],
Expand Down

0 comments on commit 815fcfd

Please sign in to comment.