File: scat.1

package info (click to toggle)
wcstools 3.9.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,684 kB
  • sloc: ansic: 113,336; sh: 553; makefile: 245; lisp: 86; sed: 1
file content (106 lines) | stat: -rw-r--r-- 3,083 bytes parent folder | download | duplicates (5)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.TH scat 1 WCSTools "30 January 2003"
.SH Name
scat \- Find catalog stars in a square or circle on the sky
.SH Synopsis
scat [options] [\-b or \-j] ra dec [equinox]
.SH Description
.I scat
is a utility for finding all of the Hubble Space Telescope Guide Star
Catalog (GSC), U.S. Naval Observatory A2.0 (UA2), B1.0 (UB1), SA2.0 (USA2),
or UJ (UJC) Catalogs, or locally catalogued objects in a specified region
of the sky and listing their sky coordinates to standard output. If the \-w
flag is set, they are written to a file objectname.catalogname, where objectname
is given by the argument to \-o on the command line, defaulting to "search",
and catalogname is given by the argument to \-c on the command line. The
catalog defaults to the GSC, if no \-c argument is present. scat resembles
rgsc(1) and star(1), which can search from lists of coordinates but
cannot sort the output.  sgsc, suac, and susac are links to this program.1
.SH Options
.TP
.B \-a
List the single closest catalog source
.TP
.B \-b <RA> <Dec>
Output B1950 (FK4) coordinates around this center
.TP
.B \-c <name>
Reference catalog (gsc(=HST GSC), ua2(=USNO-A2.0), TMC(=2MASS Point Source Catalog),
gsc2(=GSC II), ub1(=USNO-B1.0), local file, etc.)
.TP
.B \-d
 Output RA and Dec in degrees instead of hh:mm:ss dd:mm:ss
.TP
.B \-e
Output ecliptic coordinates
.TP
.B \-f
Output search center for other programs
.TP
.B \-g <class>
HST Guide Star Catalog object class (0=stars 3=galaxies \-1=all)
.TP
.B \-h
Print search and column heading, else do not 
.TP
.B \-i
Print catalog object name, not catalog number
.TP
.B \-j <RA> <Dec>
Output J2000 (FK5) coordinates around this center
.TP
.B \-k <keyword>
Add value of this keyword to end of output lines from a tab table search
.TP
.B \-l
Print search center and closest star on one line
.TP
.B \-m [<bright magnitude>] <faint magnitude>
Limiting catalog magnitude(s) (default none, bright \-2 if only faint is given)
.TP
.B \-n <num>
Number of brightest stars to print 
.TP
.B \-o <name>
Object name used for output file naming
.TP
.B \-q <year>
Equinox of output position in fractional years
.TP
.B \-r <radius>
Halfwidth (-radius if negative) of search area in arcseconds (default 10)
.TP
.B \-s d|m|n|p|r
Sort by (d)eclination, (m)agnitude, (n)o sort, (p)distance from center, or
(r)ight ascension.
.TP
.B \-t
Tab table to standard output or file
.TP
.B \-u <x> <y>
Print x y instead of number in front of non-tab output, before RA and Dec or
add x and y columns to end of tab output line
.TP
.B \-v
Verbose listing of processing intermediate results
.TP
.B \-w
Write output file objectname.catalog or search.catalog if \-o is not used.
.TP
.B \-x <type>
GSC object type (0=stars 3=galaxies \-1=all \-2=bands)
.TP
.B \-y <year>
Epoch of output positions in fractional years (for proper motion only)
.TP
.B \-z
Append to existing output file search.catalog or objectname.catalog.  Start
file if it does not already exist.

.SH See Also
imcat()

.SH Web Page
http://tdc-www.harvard.edu/software/wcstools/scat/

.SH Author
Jessica Mink, SAO (jmink@cfa.harvard.edu)