Changeset f4a1433 in sasview for src/sas/qtgui/Calculators/SlitSizeCalculator.py
- Timestamp:
- Oct 24, 2017 12:44:26 AM (7 years ago)
- Branches:
- 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
- Children:
- fca1f50, d6b234b
- Parents:
- 16afe01 (diff), 5582b078 (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/Calculators/SlitSizeCalculator.py
rb0c5e8c rf4a1433 63 63 return 64 64 loader = Loader() 65 data = loader.load(path_str) 65 data = loader.load(path_str)[0] 66 66 67 67 self.data_file.setText(os.path.basename(path_str)) … … 104 104 Computes slit lenght from given 1D data 105 105 """ 106 107 106 if data is None: 108 107 self.clearResults()
Note: See TracChangeset
for help on using the changeset viewer.