Ticket #1314 (closed: worksforme)
Get save Nexus and load Nexus to deal with log entries that aren't time series
Reported by: | Steve Williams | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
The AddSampleLog algorithm allows people to add any string as a log. The save and load processed Nexus algorithms should save and load these logs
Change History
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:3 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:4 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
"New" tickets moved at the code freeze of iteration 29
comment:5 Changed 9 years ago by Anders Markvardsen
- Status changed from new to verify
- Resolution set to worksforme
- Component set to Mantid
- Owner changed from Steve Williams to Anders Markvardsen
This is a script you can run to test that it works: Load(Filename='SANS2D00005512.nxs',OutputWorkspace='5512',EntryNumber='7') AddSampleLog(Workspace='5512',LogName='UserFile',LogText='testTXT') SaveNexus(Filename='test.nxs',InputWorkspace='5512') LoadNexus(Filename='test.nxs',OutputWorkspace='must_have_log')
The output workspace must_have_log must contain a log entry UserFile that contains the text testTXT
Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.