[ImageJ-devel] [fiji-devel] New methods in CalibratedSpace
Curtis Rueden
ctrueden at wisc.edu
Thu Jul 12 13:51:32 CDT 2012
Hi Steffi,
> I would like to add the following methods to CalibratedSapce.java
I think these methods are good additions!
> /** Sets the image calibration for the given dimension. */
> void setCalibration(double[] cal);
> /** Sets the image calibration for the given dimension. */
> void setCalibration(float[] cal);
Shouldn't the javadoc for these read "Sets the image calibration from the
given array." or similar?
Regards,
Curtis
On Thu, Jul 12, 2012 at 1:37 PM, Stephan Preibisch <preibisch at mpi-cbg.de>wrote:
> Hi,
>
> I would like to add the following methods to CalibratedSapce.java
>
> /** Copies the {@link Img}'s calibration into the given array. */
> void calibration(float[] cal);
>
> /** Sets the image calibration for the given dimension. */
> void setCalibration(double[] cal);
>
> /** Sets the image calibration for the given dimension. */
> void setCalibration(float[] cal);
>
>
> ImgLib2 compiles fine, let me know if anyone has objections, otherwise I
> will push it soon ...
>
> Bye bye,
> Steffi
>
> --
> Please avoid top-posting, and please make sure to reply-to-all!
>
> Mailing list web interface: http://groups.google.com/group/fiji-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20120712/6bbac8a2/attachment.html>
More information about the ImageJ-devel
mailing list