Skip to content

Commit

Permalink
Merge pull request #206 from lsst/tickets/DM-42895
Browse files Browse the repository at this point in the history
DM-42895: Make the PTC FP plots from DM-42202 prettier
  • Loading branch information
plazas committed Feb 17, 2024
2 parents b45beb4 + 2781e56 commit 14baeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/analysis/tools/atools/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class PtcGainFP(CalibrationTool):
def setDefaults(self):
super().setDefaults()
self.process.buildActions.z.vectorKey = "ptcGain"
self.produce.plot.zAxisLabel = "PTC Gain (ADU)"
self.produce.plot.zAxisLabel = "PTC Gain (e-/ADU)"
self.produce.metric.newNames = {"z": "PTC_GAIN"}


Expand Down

0 comments on commit 14baeae

Please sign in to comment.