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
However, STIR has equivalents (e.g. find_max() and will soon optimise these. It would therefore be better to call them instead.
This could maybe be done by moving some of the generic implementations to DataContainer, and overriding for the STIR data containers, although that might be more complicated.
The text was updated successfully, but these errors were encountered:
We currently implement our own
max()
functions etc.SIRF/src/xSTIR/cSTIR/stir_data_containers.cpp
Lines 512 to 515 in 63be16b
However, STIR has equivalents (e.g.
find_max()
and will soon optimise these. It would therefore be better to call them instead.This could maybe be done by moving some of the generic implementations to
DataContainer
, and overriding for the STIR data containers, although that might be more complicated.The text was updated successfully, but these errors were encountered: