Ticket #25 (closed: fixed)
LoadRaw data handling command
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 1 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Create a Data handling command to load a specified RAW file and populate a 2D workspace.
Look at how this was done in the ISIS converter we wrote for GAUDI.
Change History
comment:2 Changed 13 years ago by Nick Draper
Input paramters need to be
OutputData - The name of the workspace to create containing the data
File - the name and optionally path of the file to load.
Optional enhancements (for now)
Try to find the file in multiple locations
- Where they said it was
- In a list of other directories that will eventually be supplied in an application configuration file.
Only fail if all of these fail.
comment:7 Changed 13 years ago by Nick Draper
The code is in place, but Doxygen commenting and the unit tests need to be updated.
The test should take the file from Tests\testdata
Note: See
TracTickets for help on using
tickets.