#
# HELP: SYNOPSIS:
# HELP:     colotux/user/ScaleZbyReality
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set the Planes_XZ and _YZ views so that each picture in the
# HELP:     series takes up as many lines as appropriate to have a correct
# HELP:     visual representation for nonisotropic volumes.
# HELP:
# HELP: SEE ALSO:
# HELP:     colotux/user/ScaleZbyPixel
#

{ checkzero ${$root.vol[current].meta.physicalsize.x==0.0} 
	! colotux/options/StretchZ 1.0
	QUIT
} checkzero 0 0

! colotux/options/StretchZ ${$root.vol[current].meta.physicalsize.z/$root.vol[current].meta.physicalsize.x}
QUIT
