cubcat
NAME
cubcat - replace process along velocity axis and make a map data
extended in 2 dimensional but in cub stream format
SYNOPSIS
cubcat
-add_cubname name | -cubname name
DESCRIPTION
The command replaces dummy pixels of a cub stream by pixels
of a cube in an assigned file.
The pixel matching is done by physical position using offsets and
gridding itervals in two headers of cubes,
although the physical meanings and units of axes in both
cub must be the same.
FILTER TYPE
.cub | cubcat | .cub
OPTIONS
- -add_cubname name | -cubname name
- cube filename to substite the dummy pixels of a cube stream
DEFAULTS
- -add_cubename
- This default gives invalid. You must assign a proper filename.
- -prm cubcat.prm
SEE ALSO
cubload, cubsave,
.cub,
cubheadls,
rotaxis,
cubsmooth
BUGS
- No default for an input file name.
- An input filename must be assigned by full pathname.
An envilonment parameter, such as STAR_DATA, and extension ".cub"
are not automatically attached.
- The physical meanings and units of axes in a cube stream and
an input cub file must be identical for each x,y,z-axes.
- The command replaces the data even if
positional offsets and/or gridding intervals of cubes are different,
but it may make unexpected replacement.
To avoid this, we strongly recommend to do preprocessing
to make them to be the same
using cubsmooth.
HISTORY
- ver.3.01
- 2002/5/11 T.Handa
MANUAL VERSION
- 2002/5/22 T.Handa