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
can be inconsistent with subsequent code if data is TOF anyway (e.g. if tof_mashing_factor == num_tof_bins, or if there's just 1 TOF bin), and the resulting header will be incorrect.
We should use ProjDataInfo::is_tof_data() instead.
The text was updated successfully, but these errors were encountered:
STIR/src/IO/interfile.cxx
Lines 1204 to 1205 in e168b07
can be inconsistent with subsequent code if data is TOF anyway (e.g. if tof_mashing_factor == num_tof_bins, or if there's just 1 TOF bin), and the resulting header will be incorrect.
We should use
ProjDataInfo::is_tof_data()
instead.The text was updated successfully, but these errors were encountered: