[ImageJ-devel] New methods in CalibratedSpace

Stephan Preibisch preibisch at mpi-cbg.de
Thu Jul 12 13:37:15 CDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20120712/96620180/attachment.html>


More information about the ImageJ-devel mailing list