# Python07.py # IJ BAR: https://github.com/tferr/Scripts#scripts #################################################### # 6. Further examples #################################################### # Have a look at some of the BAR scripts written in python. # We can ask BAR Commander to provide us with a list. Here # is how: # 1. Run "BAR>BAR Commander..." # 2. Type !snip > Enter # 3. Type .py > Enter # 4. Press Control + P (Command + P on Macs) # # Ready? Try it now: from ij import IJ IJ.doCommand("BAR Commander...") # http://javadoc.imagej.net/ImageJ1/ij/IJ.html#doCommand(java.lang.String)