UCL / STIR-GATE-Connection

Example files on how to run STIR on GATE data
16 stars 11 forks source link

Unlisting has hardcoded energy infomation #54

Closed robbietuk closed 3 years ago

robbietuk commented 4 years ago

lm_to_projdata gets energy window lower level and energy window upper level from the .hroot file even if present in the template. This energy information is currently hardcoded https://github.com/UCL/STIR-GATE-Connection/blob/d3287cf302f8bac551ffcb8771d10ebcb1dae118/VoxelisedSimulation/SubScripts/UnlistRoot.sh#L34-L35

UnlistRoot.sh should infact take this information as an optional argument, otherwise do not unset it.

The energy information is important for the scatter estimation scripts.

robbietuk commented 3 years ago

Closed via #67