get Frame Interval

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

get Frame Interval

Simon Roussel
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