Skip to content

Commit

Permalink
Merge pull request #448 from lsst/tickets/DM-39306
Browse files Browse the repository at this point in the history
DM-39306: Log amp pedestals with more precision.
  • Loading branch information
erykoff committed May 22, 2023
2 parents c012ba0 + 8ca5f00 commit af08615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/subaru/ampOffset.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ def run(self, exposure):
metadata.set(f"PEDESTAL{ii + 1}",
float(pedestal),
f"Pedestal level subtracted from amp {ii + 1}")
self.log.info(f"amp pedestal values: {', '.join([f'{x:.2f}' for x in pedestals])}")
self.log.info(f"amp pedestal values: {', '.join([f'{x:.4f}' for x in pedestals])}")

0 comments on commit af08615

Please sign in to comment.