-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PET Operator #2
Comments
direct = forward |
As discussed with @KrisThielemans we need to change |
We also want to have subset functionality in some way. It would be good to write in python |
Specifically this needs to create a AcquisitionModel and not call
|
notice that it's not taking into consideration #2 (comment)
For the subsets, one could "hack" this into python as
then with
This solution could be similarly adapted to the c code if people are interested. |
I suppose this is done? @paskino |
A SIRF Acquisition Model <=> A CIL Operator
A.direct(x)
A.adjoint(x)
The text was updated successfully, but these errors were encountered: