cub2txt

NAME

cub2txt - make an ASCII table of pixel values on a cut plane of a cube

SYNOPSIS

cub2txt [ -with_headline | -without_headline ] [ -headline yes | no | with | without ] [ -z value ] [ -outfile name ]

DESCRIPTION

The command makes an ASCII text file of pixel values on a cut plane across z-axis of a cube. It is in a tab-and-CR separated format.

FILTER TYPE

.cub | cub2txt

OPTIONS

-headline [ yes | no ] | -with_headline | -without_headline
The output ASCII text can be attached with a headline which gives some information of x and y axes. Without headline the text simply has values of pixels.
-z value | angle value
Position of the cut plane along z-axis. The value can be assigned in STAR std angle format if z-axis is in angle. If z-axis is other type, value should be given by its original unit, which can be shown using cubheadls -axis.
-outfile name
The name of output ASCII file. If the name is "-", output is shown in stdout of UNIX.

PARAMETERS

DEFAULTS

-with_headline -z 0.0 -outfile - -prm cub2txt.prm

SEE ALSO

cubload, cubheadls, .cub, rotaxis

BUGS

HISTORY

ver.3.00
2002/5/28 T.Handa

MANUAL VERSION

2002/6/24 T.Handa