Login  Register

get Frame Interval

Posted by Simon Roussel on Jan 18, 2008; 1:53pm
URL: http://imagej.273.s1.nabble.com/get-Frame-Interval-tp3697534.html

Hi,
In the macro language, is there a way to "getFrameInterval" ?

One can "set" all properties through:
run("Properties...", "width=128 height=128 channels=1 slices=9 frames=120
unit=mm pixel_width=0.1828125 pixel_height=0.1828125 voxel_depth=2.0000000
frame=[500 msec] origin=0,0");

but "get" only some of the properties with: getDimensions, getPixelSize and
getVoxelSize.

Wayne, if I did not missed something, this could be a feature request (a
"getOrigin" might be also usefull).

Thanks Simon