Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions nucleus-and-locus-tag-segmentation.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ for (i=0; i<list.length; i++){

// save the blue channel mask
saveAs("Tiff", bdir+w2+"-M1.tif");

saveAs("Text Image", bdir+w2+"-M1.txt");
//create a ROI from the binary image
run("Create Selection");
//measure selection
Expand Down Expand Up @@ -140,6 +140,3 @@ for (i=0; i<list.length; i++){
}
setBatchMode(false); //exit batch mode
print(dir1+" analysis finished");