Skip to content

Commit

Permalink
Fix units in gain plot
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed Feb 14, 2024
1 parent 202ed5d commit d46c842
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 d46c842

Please sign in to comment.