Skip to content

Commit

Permalink
Propagate MJD
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 29, 2024
1 parent 3e2f513 commit a677098
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"]

# 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 a677098

Please sign in to comment.