mantidproject / mantid

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

GetEiMonDet expects detectors to have the same L2 distance #18942

Closed soininen closed 7 years ago

soininen commented 7 years ago

The GetEiMonDet expects the detectors given by the Detectors property to be at the same distance from the sample. This is not strictly needed and it unnecessarily complicates the usage of the algorithm if an instrument has detectors at different L2 distances.

soininen commented 7 years ago

Turn out the algorithm works fine with uneven L2 distances without changes.