Ticket #1314 (closed: worksforme)

Opened 10 years ago

Last modified 5 years ago

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:1 Changed 10 years ago by Nick Draper

  • Milestone changed from Iteration 26 to Iteration 27

Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.

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

comment:6 Changed 9 years ago by Nick Draper

  • Status changed from verify to verifying
  • Tester set to Nick Draper

verified in R1.30.14747

comment:7 Changed 9 years ago by Nick Draper

  • Status changed from verifying to closed

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2161

Note: See TracTickets for help on using tickets.