Re: STD_DEV measurement missing
Posted by Cspr on Mar 04, 2010; 11:46am
URL: http://imagej.273.s1.nabble.com/STD-DEV-measurement-missing-tp3689136p3689138.html
It should be and it was. As for the Std_Dev I was using (Analyzer abbreviated to An)
int measurements = An.STD_DEV + An.MIN_MAX + An.MEAN + An.AREA + An.AREA_FRACTION;
and then just setting it
An.setMeasurements(measurements);
but apparently that doesn't do the trick. Instead running the Set Measurement macro using IJ.run works. Cant figure out why.