UCL / STIR

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

Python plot_sinogram_profiles confused by TOF #1363

Open KrisThielemans opened 8 months ago

KrisThielemans commented 8 months ago

data is now 4D, so the int sumaxis,select leads to a load of profiles.

@robbietuk can we modify this to pass tuples? Or alternatively "sumallotheraxes"

robbietuk commented 8 months ago

Yes. Let me take a look and get back to you. Behavior control is quite hard. It might be better to merge this with https://github.com/UCL/STIR/blob/master/examples/python/projdata_visualisation/ProjDataVisualisation.py

Some notes for myself: This utility is hard.