aregpars: Default region parameter set

Package: astcat

Usage

aregpars

Parameters

rcra = "00:00:00.0"
The right ascension / longitude of the center of the region to be extracted.
rcdec = "+00:00.00"
The declination / latitude of the center of the region to be extracted.
rrawidth = 10.0
The right ascension / longitude width in minutes of arc of the region to be extracted.
rdecwidth = 10.0
The declination / latitude width in minutes of arc of the region to be extracted.
rcsystem = ""
The input celestial coordinate system. This is the celestial coordinate system of the region center. If the input celestial coordinate system is undefined it defaults to the query celestial coordinate system. Popular options are "icrs", "j2000.0", and "b1950.0". The full set of options can be examined by typing "help ccsystems".
rcraunits = ""
The units of rcra. Permitted values are "hours", "degrees", and radians. If rcraunits is undefined it defaults to the preferred units of the input celestial coordinate system, e.g. hours for equatorial coordinate system, degrees for ecliptic, galactic, and super-galactic coordinate systems.
rcdecunits = ""
The units of rcdec. Permitted values are "degrees" and "radians". If rcdecunits is undefined it defaults to the preferred units of the input celestial coordinate system, e.g. degrees for all systems.

Description

The region to extracted from the selected astrometric catalog or image survey is defined by the aregpars parameters rcra, rcdec, rcrawidth, and rcdecwidth.

rcra and rcdec are defined in the input celestial coordinate system specified by rcsystem. If rcsystem is undefined it defaults to the query celestial coordinate system defined by the qsystem query parameter in the catalog configuration file.

rcra and rcdec are expressed in the units specified by rcraunits, and rcdecunits. If undefined rcraunits and rcdecunits are expressed in the preferred units of the input celestial coordinate system, e.g. hours and degrees for equatorial coordinate systems, and degrees and degrees for ecliptic, galactic, and super-galactic coordinate systems.

Examples

1. List the region extraction parameters.

cl> lpar aregpars

2. Edit the region extraction parameters.

cl> aregpars

3. Edit the region extraction parameters from the agetcat task.

cl> epar agetcat

4. Save the current aregpars parameter values in a text file called areg1.par. Use the saved parameter set in the next call to the agetcat task.

cl> epar aregpars
cl> agetcat ... aregpars=areg1.par ...

Time requirements

Bugs

See also

agetcat, agetim, help ccsystems