UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
111 stars 93 forks source link

add numerical operations to ProjData #1448

Closed KrisThielemans closed 3 months ago

KrisThielemans commented 3 months ago

adding norm(), sum(), find_min(), find_max() and +=, -=, *= and /-

KrisThielemans commented 3 months ago

Not yet used in STIR, but useful for Python and SIRF

robbietuk commented 3 months ago

Amazing change. Super useful.