imagej / imagej-scripting

ImageJ-specific applications of the SciJava script languages
Other
25 stars 15 forks source link

Updating kernelGauss call for kernelGauss change #10

Closed kephale closed 8 years ago

kephale commented 8 years ago

Minor change to add the extra required args to the kernelGauss call

ctrueden commented 8 years ago

Do you think we should add a separate kernelGauss function that defaults to FloatType (or better: DoubleType)? Or should we just merge this? I want to have a consistent policy: we already have some ops that provide a function which defaults to DoubleType, and then a computer which lets you give the preallocated image of whatever type.

kephale commented 8 years ago

Defaulting to DoubleType sounds great. FloatType was a result of semi-blind copy-paste.

ctrueden commented 8 years ago

OK, imagej/imagej-ops@1c2f62201c65bcd085a76c5ae0c72596674dcaf3 readds the missing signatures, such that I think we no longer need to update the tutorial here. Let me know if you find otherwise.