This file contains 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
/* | |
* Open an XML file saved by Cell Counter as an ImageJ PointRoi (ignoring stack position) | |
* | |
* (see https://forum.image.sc/t/convert-cell-counter-markers-to-multi-point/23844?u=imagejan) | |
*/ | |
#@ ImagePlus imp | |
#@ File input | |
import groovy.util.XmlParser |