- Timestamp:
- Oct 30, 2018 11:21:51 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9d23e4c, 8479735
- Parents:
- f5cec7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/SmearingWidget.py
rf20ea3f r04e1c80 220 220 self.txtSmearDown.setEnabled(True) 221 221 self.txtSmearUp.setEnabled(True) 222 self.txtSmearDown.setText(str(0.0))223 self.txtSmearUp.setText(str(0.0))222 #self.txtSmearDown.setText(str(0.0)) 223 #self.txtSmearUp.setText(str(0.0)) 224 224 225 225 def setSlitLabels(self): … … 235 235 self.txtSmearDown.setEnabled(True) 236 236 self.txtSmearUp.setEnabled(True) 237 self.txtSmearDown.setText(str(0.0))238 self.txtSmearUp.setText(str(0.0))237 #self.txtSmearDown.setText(str(0.0)) 238 #self.txtSmearUp.setText(str(0.0)) 239 239 240 240 def setDQLabels(self): … … 330 330 """ 331 331 _, accuracy, d_height, d_width = self.state() 332 332 333 # Check changes in slit width 333 334 if d_width is None: … … 337 338 338 339 if isinstance(self.data, Data2D): 340 self.current_smearer = smear_selection(self.data, self.kernel_model) 339 341 return 340 342 # make sure once more if it is smearer
Note: See TracChangeset
for help on using the changeset viewer.