mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 122 forks source link

[Muon] Update LoadMuonNexus to return dead times as a table. #9350

Closed mantid-builder closed 9 years ago

mantid-builder commented 10 years ago

Original Reporter: Arturs Bekasovs

This ticket is blocks : TRAC8494

Both MuonAnalysis interface and PlotAsymmetryLogValue algorithm are currently doing it internally and should be refactored to use the new algorithm.

To make it easier, LoadMuonNexus should be updated to return dead times as a table. Single table should be returned for single period data. Group of tables might be returned for multi-period data. In both cases, it will allow us to pass the result directly to ApplyDeadTimeCorr.

mantid-builder commented 9 years ago

This issue was originally trac ticket 8506