We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96dc69b + fb17e00 commit 12c7c54Copy full SHA for 12c7c54
hexrd/fitting/calibration/instrument.py
@@ -98,15 +98,6 @@ def update_all_from_params(self, params):
98
def instr(self):
99
return self.calibrators[0].instr
100
101
- @property
102
- def tth_distortion(self):
103
- return self.calibrators[0].tth_distortion
104
-
105
- @tth_distortion.setter
106
- def tth_distortion(self, v):
107
- for calibrator in self.calibrators:
108
- calibrator.tth_distortion = v
109
110
def minimizer_function(self, params):
111
self.update_all_from_params(params)
112
return self.residual()
0 commit comments