Skip to content

Commit

Permalink
another fix on tof data
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed May 19, 2024
1 parent 53c9d05 commit 0c18fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildblock/ProjDataFromStream.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ProjDataFromStream::ProjDataFromStream(shared_ptr<const ExamInfo> const& exam_in
assert(storage_order != Unsupported);
assert(!(data_type == NumericType::UNKNOWN_TYPE));

if (proj_data_info_sptr->get_num_tof_poss() > 1)
if (proj_data_info_sptr->is_tof_data())
activate_TOF();
}

Expand Down

0 comments on commit 0c18fb6

Please sign in to comment.