1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
.help sgsc2 Sep2001 WCSTools
.ih
NAME
sgsc2 -- Find GSC II stars in a square on the sky
.ih
USAGE
sgsc2 [options] [-b or -j] ra dec
.ih
ARGUMENTS
.ls -a
List single closest catalog source
.le
.ls -b <RA> <Dec>
Output B1950 (FK4) coordinates
.le
.ls -d
Sort by distance from center instead of flux
.le
.ls -g <class>
Object class (0=stars 3=galaxies -1=all)
.le
.ls -h
Print heading, else do not
.le
.ls -j <RA> <Dec>
Output J2000 (FK5) coordinates around this center
.le
.ls -m [<bright magnitude>] <faint magnitude>
Limiting catalog magnitude(s) (default none, bright -2 if only faint is given)
.le
.ls -n <num>
Number of brightest stars to print
.le
.ls -o <name>
Object name used for output file naming
.le
.ls -r <radius>
Radius of search circle 1in arcsec (default 10)
.le
.ls -s
Sort by RA instead of flux
.le
.ls -t
Tab table to standard output as well as file
.le
.ls -v
Verbose listing of processing intermediate results
.le
.ls -w
Write tab table output file object.gsc2 or search.gsc2
.le
.ih
DESCRIPTION
.I sgsc
is a utility for finding all of the GSC II
Catalog objects in a specified region of the sky and listing them with their
sky positions and magnitudes in order of brightness, with the brighter ones
first.
Output is to standard out, unless the -w flag is set, in
which case it goes to objectname.gsc2 or search.gsc2.
It is a link to scat.
.ih
WEB PAGE
http://tdc-www.harvard.edu/software/wcstools/scat/sgsc2.html
.ih
SEE ALSO
scat, imgsc2, imcat
.ih
AUTHOR
Jessica Mink, SAO (jmink@cfa.harvard.edu)
.endhelp
|