Results Window - no angle measurement

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

Results Window - no angle measurement

Ng, Christopher
Hello,



I use ImageJ primarily to measure lengths on acquired images, but cannot find a way to not include the angle on the results windows. If I can avoid the angle reporting, then I can easily copy and paste the information straight into excel. Any help would be appreciated!



Thanks.


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Results Window - no angle measurement

Rasband, Wayne (NIH/NIMH) [E]
On Jun 2, 2014, at 12:47 PM, Ng, Christopher wrote:

> Hello,
> I use ImageJ primarily to measure lengths on acquired images, but cannot find a way to not include the angle on the results windows. If I can avoid the angle reporting, then I can easily copy and paste the information straight into excel. Any help would be appreciated!

Upgrade to the latest ImageJ daily build (1.49c2) and add

   setOption("ShowAngle", false);

to the "AutoRun" macro in ImageJ/macros/StartupMacros.txt. The "AutoRun" macro will look like this:

  macro "AutoRun" {
     setOption("ShowAngle", false);
  }

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html