SyneRBI / SIRF

Main repository for the CCP SynerBI software
http://www.ccpsynerbi.ac.uk
Other
59 stars 29 forks source link

sirf.STIR.ObjectiveFunction has no numerical operations #1274

Open KrisThielemans opened 3 months ago

KrisThielemans commented 3 months ago

We cannot do things like obj_fun*(-1). The easiest way presumably would be to subclass it from cil.Function, but that would create an interdependency. Might have to duplicate some of that (which would be pretty bad of course)