Skip to content

Commit

Permalink
Remove "Coefficient" from calibration label
Browse files Browse the repository at this point in the history
ESS-1102
  • Loading branch information
riccardomarotti committed Jun 7, 2016
1 parent 41e74f6 commit 534cf53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misura/client/plugin/CalibrationFactorPlugin.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ def apply(self, cmd, fields):
um = res * self.inidim / 100
factor = s_slope / z_slope
micron = u'\u03bcm'
msg = _('Calibration factor: {} \nCoefficient: {:E}\nStandard deviation: \n {} %\n {} {}').format(
factor, z_slope, res, um, micron)
# logging.debug('%s', msg)
msg = _('Calibration factor: {} \nStandard deviation: \n {} %\n {} {}').format(
factor, res, um, micron)
self.msg = msg
self.slope, self.const = slope, const
self.fld, self.ds, self.T, self.d, self.sT, self.sd = fields, ds, T, d, sT, sd
Expand Down

0 comments on commit 534cf53

Please sign in to comment.