User Tools

Site Tools


documents:120206pyip_cooking:python_imagej_cookbook

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documents:120206pyip_cooking:python_imagej_cookbook [2018/08/20 01:32] – [Channel Splitter] kotadocuments:120206pyip_cooking:python_imagej_cookbook [2018/11/23 02:28] – [Getting path to a file interactively] kota
Line 96: Line 96:
 </code> </code>
  
 +==== Getting the directory where the curently opened image is stored ====
 +<code python:1>
 +from ij import IJ
 +
 +imp = IJ.getImage()
 +print imp.getOriginalFileInfo().directory
 +</code>
 ==== Regular Expression to get meta information from file name ==== ==== Regular Expression to get meta information from file name ====
  
documents/120206pyip_cooking/python_imagej_cookbook.txt · Last modified: 2022/10/16 07:12 by kota

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki