ManagedRawFileWorkspace2D checks the speed of data input from the raw file. If...
ManagedRawFileWorkspace2D checks the speed of data input from the raw file. If it's too slow because the file is on a network disk a cache file on the local drive can be created. A new property called "Cache" is added to LoadRaw2 algorithm. It takes values "If slow", "Always" and "Never" which mean create cache if connection is slow, create anyway or don't create in any case. re #304
Showing
- Code/Mantid/API/inc/MantidAPI/Algorithm.h 3 additions, 2 deletionsCode/Mantid/API/inc/MantidAPI/Algorithm.h
- Code/Mantid/API/src/Algorithm.cpp 2 additions, 2 deletionsCode/Mantid/API/src/Algorithm.cpp
- Code/Mantid/DataHandling/inc/MantidDataHandling/LoadRaw2.h 2 additions, 0 deletionsCode/Mantid/DataHandling/inc/MantidDataHandling/LoadRaw2.h
- Code/Mantid/DataHandling/inc/MantidDataHandling/ManagedRawFileWorkspace2D.h 7 additions, 1 deletion...ndling/inc/MantidDataHandling/ManagedRawFileWorkspace2D.h
- Code/Mantid/DataHandling/src/LoadRaw2.cpp 9 additions, 1 deletionCode/Mantid/DataHandling/src/LoadRaw2.cpp
- Code/Mantid/DataHandling/src/ManagedRawFileWorkspace2D.cpp 83 additions, 7 deletionsCode/Mantid/DataHandling/src/ManagedRawFileWorkspace2D.cpp
- Code/Mantid/DataObjects/inc/MantidDataObjects/TableColumn.h 46 additions, 3 deletionsCode/Mantid/DataObjects/inc/MantidDataObjects/TableColumn.h
- Code/Mantid/DataObjects/inc/MantidDataObjects/TablePointerColumn.h 3 additions, 1 deletion...id/DataObjects/inc/MantidDataObjects/TablePointerColumn.h
- Code/qtiplot/qtiplot/src/Mantid/AlgMonitor.cpp 3 additions, 3 deletionsCode/qtiplot/qtiplot/src/Mantid/AlgMonitor.cpp
- Code/qtiplot/qtiplot/src/Mantid/AlgMonitor.h 2 additions, 2 deletionsCode/qtiplot/qtiplot/src/Mantid/AlgMonitor.h
- Code/qtiplot/qtiplot/src/Mantid/LoadRawDlg.cpp 29 additions, 0 deletionsCode/qtiplot/qtiplot/src/Mantid/LoadRawDlg.cpp
- Code/qtiplot/qtiplot/src/Mantid/LoadRawDlg.h 7 additions, 0 deletionsCode/qtiplot/qtiplot/src/Mantid/LoadRawDlg.h
- Code/qtiplot/qtiplot/src/Mantid/MantidUI.cpp 25 additions, 10 deletionsCode/qtiplot/qtiplot/src/Mantid/MantidUI.cpp
- Code/qtiplot/qtiplot/src/Mantid/MantidUI.h 4 additions, 3 deletionsCode/qtiplot/qtiplot/src/Mantid/MantidUI.h
- Code/qtiplot/qtiplot/src/Mantid/ProgressDlg.cpp 4 additions, 1 deletionCode/qtiplot/qtiplot/src/Mantid/ProgressDlg.cpp
- Code/qtiplot/qtiplot/src/Mantid/ProgressDlg.h 3 additions, 1 deletionCode/qtiplot/qtiplot/src/Mantid/ProgressDlg.h
Loading
Please register or sign in to comment