Changeset 0c0491d in sasview for src/sas/qtgui/Perspectives/Inversion
- Timestamp:
- Sep 7, 2018 10:56:02 AM (7 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:
- 34cf92c
- Parents:
- d9410c5 (diff), f0365a2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r3c6ecd9 rb1f6063 309 309 and not self.isCalculating) 310 310 self.removeButton.setEnabled(self.logic.data_is_loaded) 311 self.explorerButton.setEnabled(self.logic.data_is_loaded 312 and np.all(self.logic.data.dy != 0)) 311 self.explorerButton.setEnabled(self.logic.data_is_loaded) 313 312 self.stopButton.setVisible(self.isCalculating) 314 313 self.regConstantSuggestionButton.setEnabled( … … 641 640 self.calcThread.ready(2.5) 642 641 642 #Perform estimate should be done on value enter this should solve delay problem 643 self.performEstimate() 644 643 645 def stopCalcThread(self): 644 646 """ Stops a thread if it exists and is running """
Note: See TracChangeset
for help on using the changeset viewer.