mantidproject / mantid

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

Investigate removing IndirectNeutron file #37504

Open robertapplin opened 3 weeks ago

robertapplin commented 3 weeks ago

Description: We might be able to remove the IndirectNeutron.py file. Spencer has mentioned:

The file IndirectNeutron is for reading data not in NXS format. Originally for ILL data - 1 section is for IN10 was doesn't exisr anymore, the rest for IN5/6 which now uses nxs.
So that file can be removed.

It seems IndirectNeutron is used for LoadMoldyn3Ascii algorithm. We need to determine is this algorithm is still used. If it is, then keep IndirectNeutron but remove any code contained inside which is no longer used.

Acceptance Criteria