Changeset 1544064 in sasview
- Timestamp:
- Jun 12, 2011 6:08:57 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 01876eb
- Parents:
- bdd3739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitting.py
rbdd3739 r1544064 1292 1292 current_pg = self.fit_panel.get_page_by_id(page_id) 1293 1293 title = new_plot.title 1294 1294 1295 wx.PostEvent(self.parent, NewPlotEvent(plot=new_plot, 1295 1296 title= str(title))) 1296 1297 print "after plot" 1297 1298 self.page_finder[page_id].set_theory_data(new_plot) 1298 1299 print "before chisqr" 1299 1300 if update_chisqr: 1300 1301 wx.PostEvent(current_pg, … … 1304 1305 else: 1305 1306 self._plot_residuals(page_id, data, index) 1306 1307 print "after chisqr" 1307 1308 msg = "Computation completed!" 1308 1309 wx.PostEvent( self.parent, StatusEvent(status=msg, type="stop" ))
Note: See TracChangeset
for help on using the changeset viewer.