You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Best to use shared_ptr<const DetectorCoordinateMap> Scanner::get_detector_map_sptr() . However, sadly we run into UCL/STIR#1078.
So, currently we'd have to use a BlocksOnCylindrical scanner, or make the geometry ourselves.
The text was updated successfully, but these errors were encountered:
Best to use
shared_ptr<const DetectorCoordinateMap> Scanner::get_detector_map_sptr()
. However, sadly we run into UCL/STIR#1078.So, currently we'd have to use a
BlocksOnCylindrical
scanner, or make the geometry ourselves.The text was updated successfully, but these errors were encountered: