Problem with Analyze>Measure

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with Analyze>Measure

Jones, Thomas M
Hi, I wonder if anyone could help me...



When I use the magic wand tool to make a selection, and click ANALYZE > MEASURE, The following is displayed, instead of any measurements. Does anybody know what has gone wrong and what I can do to fix it?

Thanks!

Tom



java.lang.NullPointerException
 at ij.plugin.filter.Analyzer.saveResults(Analyzer.java:409)
 at ij.measure.ResultsTable.update(ResultsTable.java:635)
 at ij.plugin.filter.Analyzer.measureLength(Analyzer.java:368)
 at ij.plugin.filter.Analyzer.measure(Analyzer.java:226)
 at ij.plugin.filter.Analyzer.run(Analyzer.java:88)
 at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:256)
 at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:105)
 at ij.IJ.runPlugIn(IJ.java:158)
 at ij.Executer.runCommand(Executer.java:127)
 at ij.Executer.run(Executer.java:64)
 at java.lang.Thread.run(Thread.java:619)
Reply | Threaded
Open this post in threaded view
|

Re: Problem with Analyze>Measure

Rasband, Wayne (NIH/NIMH) [E]
On May 1, 2012, at 11:53 AM, Jones, Thomas M wrote:

> Hi, I wonder if anyone could help me...
>
> When I use the magic wand tool to make a selection, and click ANALYZE > MEASURE, The following is displayed, instead of any measurements. Does anybody know what has gone wrong and what I can do to fix it?

This bug is fixed in the latest version of ImageJ (1.46m). You can upgrade by using the Help>Update ImageJ command.

-wayne


> java.lang.NullPointerException
> at ij.plugin.filter.Analyzer.saveResults(Analyzer.java:409)
> at ij.measure.ResultsTable.update(ResultsTable.java:635)
> at ij.plugin.filter.Analyzer.measureLength(Analyzer.java:368)
> at ij.plugin.filter.Analyzer.measure(Analyzer.java:226)
> at ij.plugin.filter.Analyzer.run(Analyzer.java:88)
> at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:256)
> at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:105)
> at ij.IJ.runPlugIn(IJ.java:158)
> at ij.Executer.runCommand(Executer.java:127)
> at ij.Executer.run(Executer.java:64)
> at java.lang.Thread.run(Thread.java:619)