This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() |
NewerOlder