sdb2cub
NAME
sdb2cub - cub maker from sdb flow
SYNOPSIS
sdb2cub
[ -l range -b range ]
[ -ra range -dec range ]
[ -az range -el range ]
[ -x range -y range ]
[ -method nearest ]
[ -grid spacing ]
[ -v range ]
[ -dummy value ]
[ -pos_error value ]
[ -cub name | -output_file name | -out_cub name ]
parameters
DESCRIPTION
The command creates a three dimensional data format ".cub"
from ".sdb" database.
The database ".sdb" is not required sorting before.
If more than two profiles are found for the same position,
only the last profile is stored in the resultant cub.
FILTER TYPE
.sdb | sdb2cub | .cub
OPTIONS
- -l range -b range
- The output cub total ranges of galactic longitude and latitude in
ASTROS standard angle expression.
- -ra range -dec range
- The output cub total ranges of right acsension and declination in
ASTROS standard angle expression.
- -az range -el range
- The output cub total ranges of azmuth and elevation in
ASTROS standard angle expression.
- -x range -y range
- The output cub total ranges of local longitude and latitude in
ASTROS standard angle expression.
- -method nearest
- Pixel mapping method.
- nearest
- give the nearest point data to a cub cell point.
- -grid space
- The grid spacing in
ASTROS standard angle expression.
The pair value separated by comma "," gives
longitude and latitude, respectively.
- -v range
- The output cub total range of velecity in km/s.
- -dummy value
- The pixel value of bad pixel corresponding to spurious flagged channel.
- -pos_error value
- Allowance in position for each scn to cub grid position.
If the value is positive, it is in
ASTROS standard angle expression.
If the value is negative, it is in unit of HPBW of each scn.
- -cub name | -output_file name | -out_cub name
- Output cub name.
DEFAULTS
- -grid 0.125 -l 0,0 -b 0,0 -dummy -9999.0 -v -100000.0,100000.0 -methor nearest -pos_error -0.1 -prm sdb2cub.prm
-
SEE ALSO
cubsave, .cub, .sdb
BUGS
- The whole span and grid interval of the resultant cube
should be automatically set from total range of sdb nomination
as a default. But it is not supported.
- The velocity range option is in effective.
Use the all velocity range of the first entried scn.
HISTORY
- ver.3.02
- 1999/7/28 T.Handa
- ver.3.05
- 2003/1/5 T.Handa
MANUAL VERSION
- 2003/1/5 T.Handa
Back to the index