Changeset 8f52edd in sasview for src/sans/guiframe
- Timestamp:
- Oct 24, 2013 1:55:12 PM (11 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:
- ffbe487
- Parents:
- a855fec
- Location:
- src/sans/guiframe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sans/guiframe/dataFitting.py
rf468791 r8f52edd 5 5 import numpy 6 6 import math 7 from data_util.uncertainty import Uncertainty7 from sans.data_util.uncertainty import Uncertainty 8 8 from sans.plottools.plottables import Data1D as PlotData1D 9 9 from sans.plottools.plottables import Data2D as PlotData2D -
src/sans/guiframe/local_perspectives/data_loader/load_thread.py
r5777106 r8f52edd 4 4 import os 5 5 6 from data_util.calcthread import CalcThread6 from sans.data_util.calcthread import CalcThread 7 7 8 8 -
src/sans/guiframe/local_perspectives/plotting/masking.py
rf468791 r8f52edd 47 47 FONT_VARIANT = 1 48 48 49 from data_util.calcthread import CalcThread49 from sans.data_util.calcthread import CalcThread 50 50 51 51 class CalcPlot(CalcThread):
Note: See TracChangeset
for help on using the changeset viewer.