autoname

NAME

autoname - give a default .scn-name depending on its position

SYNOPSIS

autoname [ -lb | -radec | -azel | -xy ] [ -tag characters ]

DESCRIPTION

This command changes the default name for .scn data. The new name is given by the position of the profile and assigned tag characters. The new name compoese of 15 characters beside "-tag" characters.
The first character is given by longitude, that is "l", "r", "a", or "x". The second character is fixed to be "+". The next 6 characters are digits for longitude in milli-degrees. Tne 9th character is given by latitude, that is "b", "d", "e", or "y". The next 6 characters are digits for latitude in milli-degrees with a sign, "+" or "-".
The longitude and latitude characters are assigned by "-lb","-radec", "-azel", or "-xy" option.
The characters assigned "-tag" are attached after these 15 characters.

FILTER TYPE

.scn | autoname | .scn

OPTIONS

-lb | -radec | -azel | -xy
The default name depends on the on-position of the profile. These options assign which coordinate you use.
The "-lb" gives a name depending on the Galactic coordinate. The new name is l+001500b-02000.scn if the on-position is l=1.5deg, b=-2deg.
-tag characters
Attach assigned "characters" at the end of the name. For example,
-lb -tag AbC
gives the default name
l+010000b+00000AbC.scn
if the profile for l=10deg, b=0. The characters are case sensitive.

DEFAULTS

-tag "" -radec

SEE ALSO

headlist, headcorr, load, save

BUGS

HISTORY

ver.1.0
1993/3/14 T.Handa
ver.3.20
1998/4/8 T.Handa

MANUAL VERSION

1998/5/23 T.Handa