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
The following four commands produce different outputs:
rtksimulatedgeometry -n 180 -o g
rtkprojectshepploganphantom -g g --dimension 512 -o proj.mha
rtkfdk -p. -r ^proj.mha$ -o fdk16.mha --subsetsize 16
rtkfdk -p. -r ^proj.mha$ -o fdk32.mha --subsetsize 32
The maximum absolute difference between corresponding pixels of fdk16.mha and fdk32.mha is 5.1e-16.
The text was updated successfully, but these errors were encountered:
I think the problem is that the ramp filter does a 3D FFT with different sizes depending on --subsetsize. This can be reproduced with the new option --subsetsize of the command line tool rtkramp:
The following four commands produce different outputs:
rtksimulatedgeometry -n 180 -o g
rtkprojectshepploganphantom -g g --dimension 512 -o proj.mha
rtkfdk -p. -r ^proj.mha$ -o fdk16.mha --subsetsize 16
rtkfdk -p. -r ^proj.mha$ -o fdk32.mha --subsetsize 32
The maximum absolute difference between corresponding pixels of fdk16.mha and fdk32.mha is 5.1e-16.
The text was updated successfully, but these errors were encountered: