Ticket #304 (closed: fixed)
Copy raw file to the local drive for use in ManagedRawFileWorkspace if needed.
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Iteration 14 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
Note: See
TracTickets for help on using
tickets.
(In [1666]) 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