Ticket #3689 (closed: fixed)
Save Properties and Run to NXS using C++ interface.
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #3688 | Tester: | Roman Tolchenov |
Description
Currently:
- Saving logs uses NexusFileIO
- Loading logs uses NexusClasses
Harmonize this into something less schizophrenic by have saveNexus() loadNexus() methods on Property that take care of this saving in each class. Hopefully won't be too hard of a job.
Change History
comment:10 Changed 9 years ago by Janik Zikovsky
In [14561]:
comment:11 Changed 9 years ago by Janik Zikovsky
In [14562]:
comment:12 Changed 9 years ago by Janik Zikovsky
In [14570]:
comment:13 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:14 Changed 9 years ago by Janik Zikovsky
In [14571]:
comment:15 Changed 9 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:16 Changed 9 years ago by Roman Tolchenov
- Status changed from verifying to closed
Confirmed that functions loadProperty and saveProperty have been created in namespace PropertyNexus. Run object uses them to save and load properties.
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4536
Note: See
TracTickets for help on using
tickets.