Changeset 18e430a in sasview for sansview/perspectives
- Timestamp:
- Jun 11, 2011 10:41:53 AM (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:
- af7ba61
- Parents:
- 57a6f9d
- Location:
- sansview/perspectives/fitting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/basepage.py
r4efefc6 r18e430a 1290 1290 qmin=float(self.qmin_x), 1291 1291 uid=self.uid, 1292 qmax= float(self.qmax_x)) 1292 qmax= float(self.qmax_x), 1293 draw=False) 1293 1294 if self.data != None: 1294 1295 index_data = ((self.qmin_x <= self.data.x)&\ -
sansview/perspectives/fitting/fitting.py
r64bc8e3 r18e430a 651 651 time.sleep(0.3) 652 652 653 #self.ready_fit(calc_fit=calc_fit)653 self.ready_fit(calc_fit=calc_fit) 654 654 calc_fit.queue() 655 655
Note: See TracChangeset
for help on using the changeset viewer.