<div dir="ltr">Hi Brian,<div><br></div><div><div>> # @Integer test=10</div><div>> </div><div>> Just makes the label of the parameter "test=10", I looked at the</div><div>> Parameter notation but couldn't find a property for default value.  </div></div><div><br></div><div>Very sorry for how opaque this is. I explained it in a commit message [1].</div><div><br></div><div>To summarize, at the moment you have to write:</div><div><br></div><div># @Integer(value = 10) test</div><div><br></div><div>The parameter parsing will be rewritten fairly soon, at which point more @Parameter-style features will start working as expected. For details, see scijava/scijava-common#156 [1].</div><div><br></div><div>Regards,<br></div><div>Curtis</div><div><br></div><div>[1] <a href="https://github.com/scijava/scijava-common/commit/3fdc5df4e93577be70d20d994bfc830e5dcb1676">https://github.com/scijava/scijava-common/commit/3fdc5df4e93577be70d20d994bfc830e5dcb1676</a></div><div>[2] <a href="https://github.com/scijava/scijava-common/issues/156">https://github.com/scijava/scijava-common/issues/156</a></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 7, 2015 at 6:51 AM, Brian Northan <span dir="ltr"><<a href="mailto:bnorthan@gmail.com" target="_blank">bnorthan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi <br><br></div>I saw that Mark recently answered some questions about and updated the documentation for script parameters (<a href="http://imagej.net/Script_parameters#Parameter_properties" target="_blank">http://imagej.net/Script_parameters#Parameter_properties</a>)<br><br></div>This is really helpful.  However I still can't figure out how to set a default value for a parameter in Jython<br><br></div># @Integer test=10<br><br></div>Just makes the label of the parameter "test=10", I looked at the Parameter notation but couldn't find a property for default value.  <br><br>Any suggestions??  I'm probably just missing something simple.  <br><br></div><div>Thanks<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div>Brian<br><div><div><div><div><div><br><br></div></div></div></div></div></font></span></div>
<br>_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
<br></blockquote></div><br></div>