Changeset 28965e9 in sasview for src/sas/qtgui/Perspectives
- Timestamp:
- Sep 9, 2018 5:59:19 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:
- 9b17efd
- Parents:
- 48e55c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r48e55c9 r28965e9 536 536 self.model.setItem(WIDGETS.W_MAX_DIST, 537 537 QtGui.QStandardItem("{:.4g}".format(pr.get_dmax()))) 538 #FIXME: At the initial initialization trigger Dynamic estimate instead of this one539 #self.regConstantSuggestionButton.setText("{:-3.2g}".format(alpha))540 #self.noOfTermsSuggestionButton.setText(541 # "{:n}".format(self.nTermsSuggested))542 538 543 539 if isinstance(pr.chi2, np.ndarray): … … 658 654 self.calcThread.ready(2.5) 659 655 660 #Perform estimate should be done on value enter this should solve delay problem661 #self.performEstimate()662 663 656 def stopCalcThread(self): 664 657 """ Stops a thread if it exists and is running """ … … 786 779 logger.info(message) 787 780 self.performEstimateNT() 781 self.performEstimateDynamicNT() 788 782 789 783 def _estimateDynamicUpdate(self, output_tuple):
Note: See TracChangeset
for help on using the changeset viewer.