Can the MIP viewer module be run from the command line?
In other words, how can I generate axial MIP images from the command line by setting Slice Size MIP in any way possible?
Thank you very much for your guidance. I have some questions about the concept of MIP that I hope you will guide me, perhaps I should not ask my question in here.
I think that the slices_num parameter in the maximum_intensity_projection.py code (in the above link) is similar to the Slice size MIP in the module of MIP Viewer. Is it true?
As you can see in the following image, if I increase slices_num in the code of maximum_intensity_projection.py or Slice Size MIP in 3DSlicer, more arteries will be projected in the axial slice.
This code, as is, does not make a lot of sense, as it does thick slice reformat for every slice of a volume. However, you could easily change it to compute the maximum intensity for all slices and along any of the 3 images axes.
If you need arbitrarily oriented views then I would recommend to use the script that @Andinet_Enquobahrie linked above. If you need perspective projection (to simulate fluoroscopy images) or you need fast MIP generation (50-100 images per second) and 8 bit precision is enough then you can use the volume renderer.