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 <[email protected]>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 >
_______________________________________________ ImageJ-devel mailing list [email protected] http://imagej.net/mailman/listinfo/imagej-devel
