Open hyt35 opened 4 months ago
I would just not call it "phantom" but "recon" or "image" ("recon" better). A phantom is a particular type of image. same with other stuff (recon2recon
).
FYI I finally have some time to code. I am trying to merge and tidy the code, but on first view this looks fine and I intend to put it in. May need some help at some point, but I'll ping you.
Added
LIONmodelSino
andLIONmodelPhantom
classes, as well asConstructor
function to change from phantom to sino processing using FDK. Added sample testing/training procedure for the subclassed versions.Constructor adds
LIONmodelSino
as a parent class of any class extendingLIONmodelPhantom
, changing forward operator to include FDK. The original phantom to phantom is retained asphantom2phantom
. It should be easy to check which methods are implemented usingisinstance
, though I suspect Charlie will not be happy with this.