cub2dto3d, sdb2scn

NAME

cub2dto3d - concatinate several 2 dimensional maps into a 3 dimensional cube.

SYNOPSIS

cub2dto3d [ -z | -z_step range ] [-z_step] value [ -auto_z yes | no ]

DESCRIPTION

This command concatinate several 2 dimenstional maps, which are in a stream of cub loaded from cubload or its equivalence.

The input cubes must be multi-element along x and y axes and a single element along z axis.

The 2 axes of the resultant cube is copied from the first map. The 3rd axis, or z-axis, is made from option parameters. The copied position along z-axis in the resultant cube is controlled by the option parameter -auto_z.

The axis types and sizes and data units of the original 2 dimensional maps are checked by the command.

FILTER TYPE

.cub | cub2dto3d | .cub

OPTIONS

-z | -z_range
The 3rd axis range. The STAR standard angle format is supported if the value is in angle.
-z_step
The pixel step long the 3rd axis. The STAR standard angle format is supported if the value is in angle.
-auto_z yes | no
Evaluate z values of input cubes. If yes, copy the cubes in the order of their flow from the first pixel plane of the output cube. If no, the input cubes are copied to the proper xy-plane in the output cube by their z values in their own header.

DEFAULTS

-z 0,0 -z_step 1.0 -auto_z no -prm cub2dto3d.prm

ENVIRONMENT

SEE ALSO

cubload, .scn

BUGS

HISTORY

ver.3.00
2002/6/24 T.Handa
ver.3.01
2003/8/19 T.Handa

MANUAL VERSION

2003/8/19 T.Handa