Opened 6 years ago
Closed 6 years ago
#497 closed feature (fixed)
functionality of the write() functions. - write to work()
Reported by: | srkline | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | VSANS Reduction |
Component: | All Components | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
Do I want the write functions to be able to write values to work folders? There are some cases where I want this, Like the monitor count. Most cases, Like for transmission or box counts, I would want to write directly to the file on disk, So I don't know if this is necessary
Change History (1)
comment:1 Changed 6 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
the two base write routines now will first look for the existence of a local folder (like RAW, DIV, etc.) and write there if possible. If that is not found, then it will proceed as usual to write to a HDF5 file on disk.