Ticket #325 (closed: fixed)
Add extra functionality to Loading and Saving of Nexus files
Reported by: | Ronald Fowler | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Nick Draper) (diff)
Required enhancements:
- LoadNexus and SavNexus as top level algorithms for Load/SaveNexusProcessed
- Saving and Loading of Log file data.
- Make partial saving/loading of workspace work (min/max spectra and range)
- Document all algorithms
- Loading of algorithm history
Change History
comment:2 Changed 12 years ago by Ronald Fowler
(In [1816]) Updates to save/load nexus to save and load the log data as NXlog sections. Does not yet deal with text logs, only double values. Text logs are ignored. Add method to TimeSeriesProperty.h to get time_t values. Add read write NXlog data to NexusFileIO. Add simple test of save/load to LoadNexusProcessedRaw.h. Re #325
comment:9 Changed 12 years ago by Nick Draper
- Milestone changed from Iteration 15 to Iteration 16
Batch move uncompleted tickes to next iteration
comment:10 Changed 12 years ago by Ronald Fowler
comment:11 Changed 11 years ago by Nick Draper
- Milestone changed from Iteration 16 to Iteration 17
Batch move to Iteration 17
comment:12 Changed 11 years ago by Ronald Fowler
comment:13 Changed 11 years ago by Nick Draper
- Owner changed from Ronald Fowler to Roman Tolchenov
- Milestone changed from Iteration 17 to Iteration 18
comment:14 Changed 11 years ago by Nick Draper
- Description modified (diff)
removed point 4 to a separate ticket #607
comment:15 Changed 11 years ago by Roman Tolchenov
comment:16 Changed 11 years ago by Roman Tolchenov
comment:17 Changed 11 years ago by Roman Tolchenov
comment:18 Changed 11 years ago by Roman Tolchenov
comment:19 Changed 11 years ago by Roman Tolchenov
comment:20 Changed 11 years ago by Roman Tolchenov
comment:21 Changed 11 years ago by Roman Tolchenov
- Status changed from new to closed
- Resolution set to fixed
comment:22 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1173
Note: See
TracTickets for help on using
tickets.
(In [1755]) Made SaveNexus and LoadNexus operate correctly with MantidNexusProcessed files. Fixed bug with entrynumber parameter being ignored and avoid Nexus error messages from trying to open non-existent items. Added tests for save/load nexus. Changed LoadNeXus to LoadNexus. Re #325