// returns a Y coordinate based on the "Invert Y Coodinates" flag double yy(double y, ImagePlus imp) { return Analyzer.updateY(y, imp.getHeight()); }
// returns a Y coordinate based on the "Invert Y Coodinates" flag int yy(int y, ImagePlus imp) { return Analyzer.updateY(y, imp.getHeight()); }