mantidproject / mantid

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

Rebinning in nDimensions #3790

Closed OwenArnold closed 9 years ago

OwenArnold commented 13 years ago

We currently have working CenterPiece rebinning code for 4Dimensional (qx, qy, qz, en), which in under test in MDAlgorithms. This indirectly includes use of Load_MDWorkspace which reads 4D sqw files.

We need separate test cases to ensure that the multidimensional CetrePiece rebinning algorithms are truly nDimensional. This should cover 2D, 3D cases etc.

OwenArnold commented 9 years ago

This issue was originally trac ticket 2943