StuartLab / MiNA

MiNA (Mitochondrial Network Analysis) is a project aimed at making the analysis and characterization of mitochondrial network morphology more accurate, faster, and objective. This project currently consists of a set of Python scripts (and JAVA for the user interface) for the Fiji distribution of ImageJ.
GNU General Public License v3.0
26 stars 8 forks source link

How to prevent the 3D viewer ? #33

Closed CroixJeremy2 closed 3 years ago

CroixJeremy2 commented 3 years ago

Hello, I need to run MiNA on many 3D images. However, the 3D viewer starts everytime. Would that be possible to include a tick-box that would prevent the 3D viewer to pop up? That way, I could run MiNA on several images quicker.

That feature would be much appreciated. But, the perfect feature would be to prevent the 3D viewer AND run MiNA on a folder that contains many 3D images.

Thanks in advance for your response, and thank you for your amazing work. Best regards,

CroixJeremy2 commented 3 years ago

So, I have found how to prevent it myself by modifying the script manually. Basically :

  1. Open the MiNA_Analyze_Morphology.py file with a script editor (I use Sublime Text)
  2. Go to lines 268 and 269.
  3. Annotate both lines with a #
  4. And voilà ! Enjoy ;)