Ticket #2280 (closed: fixed)
Populate run object for Muon nexus files
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Populate Run object for Muon Nexus files. For example such attributes as run_start - Start date and time. Format: YYYY-MM-DD HH:MM:SS (+) run_end - End date and time. Format: YYYY-MM-DD HH:MM:SS (+)
from information in muon nexus files
Change History
comment:2 Changed 10 years ago by Anders Markvardsen
(In [8928]) Added a few more properties to Muon Run object. Updated http://www.mantidproject.org/Run Updated http://www.mantidproject.org/InstrumentDefinitionFile#IDF_filename_convention
re #2280
comment:5 Changed 10 years ago by Anders Markvardsen
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 10 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:7 Changed 10 years ago by Janik Zikovsky
- Status changed from verifying to closed
Seems to work, except for run_title which was empty in all the test files I tried. I'm not sure if the workspace title should be the same as "run_title", so I will leave it up to Anders to make a new ticket if needed.
(In [8922]) Added
run_title - The run title run_start - Start date and time. Format: YYYY-MM-DD HH:MM:SS (+) run_end - End date and time. Format: YYYY-MM-DD HH:MM:SS (+)
to Run object when loading Muon Nexus. re #2280