NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 824 - Beanshell script not working in batchMode
Beanshell script not working in batchMode
Status: NEW
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
PC Linux
: P5 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2014-06-30 03:37 CDT by Volker
Modified: 2014-06-30 03:37 CDT
0 users

See Also:


Attachments
the beanshell script that does not work as expected anymore (2.36 KB, text/plain)
2014-06-30 03:37 CDT, Volker

Description Volker 2014-06-30 03:37:38 CDT
Created attachment 171
the beanshell script that does not work as expected anymore

The beanshell script below worked fine before, but now it does not save the right result image anymore.
It still works correctly when I run it without the batchmode, i.e. by changing
Interpreter.batchMode = true; to Interpreter.batchMode = false; in line 52.bean