Skip to content

Instantly share code, notes, and snippets.

@miyanari
miyanari / gist:6412961
Last active December 22, 2015 03:49 — forked from miura/gist:6412898
from fiji.threshold import Auto_Local_Threshold as ALT
# nucleus selection
#imp = IJ.getImage()
imp = IJ.openImage("/Users/miyanari/Desktop/EMBL_with Kota/FISH_data/DNA-FISH_Demo.tif")
#IJ.run(imp, "Split Channels", "")
imps = ChannelSplitter.split(imp)
nucimp = imps[0]
#nucimp.show()