What method CASToR uses to calculate the system matrix?

Hello everyone!
May I ask what method CASToR uses to calculate the system matrix? On-the-fly or matrix factorization?
Thanks!

I believe the system matrix is computed on the fly in CASToR.

If you have downloaded the source code of CASToR, you should be able to find more information related to it in the following folder: ./castor_v3.1.1/include/projector/

Hello Ginsanity:
Thanks for your nice reply, I will refer the source code about projector later. :handshake:

Hi,
Indeed the system matrix is computed on the fly for all projector algorithms.
You can get additional information as well as the reference paper for the different implemented algorithm with the command castor-recon -help-projm

Hope this helps,
Thibaut