Ticket #5214 (closed: fixed)
ConvertToMDEvents: copy ExperimentInfo object from the input
Reported by: | Janik Zikovsky | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | saviciat@… | Blocked By: | |
Blocking: | Tester: | Andrei Savici |
Description
To carry the sample logs from the input.
// Copy ExperimentInfo (instrument, run, sample) to the output WS ExperimentInfo_sptr ei(m_inWS->cloneExperimentInfo()); uint16_t runIndex = ws->addExperimentInfo(ei);
Change History
comment:2 Changed 8 years ago by Alex Buts
Thanks Janik,
I was sure, this substantial part of code was initially there, but found out that it is actually not.
Lost it somewhere during re-factoring
comment:5 Changed 8 years ago by Alex Buts
refs #5214 This fixes it
Changeset: 692d3fcdb7f81992ca8722ba8b599cad7fbb62bb
comment:6 Changed 8 years ago by Alex Buts
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:9 Changed 8 years ago by Alex Buts
refs #5214 This fixes it
Changeset: 692d3fcdb7f81992ca8722ba8b599cad7fbb62bb
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6060
Note: See
TracTickets for help on using
tickets.