Changeset 5150250 in sasview
- Timestamp:
- Mar 10, 2009 4:52:59 PM (16 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:
- 733f612
- Parents:
- 914a499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitpage1D.py
rfbc3e04 r5150250 576 576 from DataLoader.qsmearing import smear_selection 577 577 smear =smear_selection( self.data ) 578 if hasattr(self.data,"dx"): 579 msg= ": Resolution smearing parameters" 578 580 if hasattr(self.data,"dxl"): 579 msg= ": Resolutionsmearing parameters"581 msg= ": Slit_l smearing parameters" 580 582 if hasattr(self.data,"dxw"): 581 msg= ": Slit smearing parameters"583 msg= ": Slit_w smearing parameters" 582 584 if smear ==None: 583 585 wx.PostEvent(self.manager.parent, StatusEvent(status=\
Note: See TracChangeset
for help on using the changeset viewer.