On Apr 24, 2012, at 9:57 AM, David Goldenberg wrote:
> To follow up on this topic, with the "bug" fixed, is there any way to
> optionally make it a "feature"? That is, within a macro, is there a way to
> make the calibration plot appear after executing Anlayze/Calibrate?
In the ImageJ 1.46n daily build, which adds a "Show plot" checkbox to the Analyze>Calibrate dialog, you can add "show" to the run("Calibrate...", ...) options string, as in this example:
run("Calibrate...", "show function=[Straight Line] unit=[Gray Value] text1=[0 255] text2=[0 1]");
-wayne
>
> Thanks,
> David
>
>
> --
> View this message in context:
http://imagej.1557.n6.nabble.com/Calibrate-tp3694988p4913536.html> Sent from the ImageJ mailing list archive at Nabble.com.