Ticket #5214 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Alex Buts

  • Status changed from new to accepted

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

Last edited 8 years ago by Alex Buts (previous) (diff)

comment:3 Changed 8 years ago by Alex Buts

  • Milestone changed from Release 2.2 to Release 2.1

comment:4 Changed 8 years ago by Alex Buts

  • type changed from enhancement to defect

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:8 Changed 8 years ago by Andrei Savici

  • Status changed from verifying to closed

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.