Closed askorikov closed 2 months ago
For now it is decided to keep the current behavior, i.e. leave the contiguity / data types checks to Astra, avoiding implicit conversion / copies within the _check_contiguous_
function (which is critical for working with big datasets).
The contiguity and data type check (already implemented as
_check_contiguous_
) is not called in reconstruction routines likeSIRT
,EM
,PWLS
andFISTA
(but this check is done inforwardproject
andbackproject
functions). This leads to errors on the Astra level.