Changeset 7343319 in sasview for calculatorview/src/sans/perspectives/calculator/load_thread.py
- Timestamp:
- Apr 18, 2012 11:38:52 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:
- 31f9d0c2
- Parents:
- 43e8326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/load_thread.py
r79411b2 r7343319 1 1 """ 2 Thread handler used to load data 3 """ 2 4 import time 3 4 5 5 from data_util.calcthread import CalcThread 6 6 from sans.dataloader.loader import Loader 7 7 8 9 8 class DataReader(CalcThread): 10 9 """ 11 10 Load a data given a filename 12 11 """ 13 12 def __init__(self, path, completefn=None,
Note: See TracChangeset
for help on using the changeset viewer.