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