1imgsc(1)(WCS) imgsc(1)(WCS)
2
3
4
6 imgsc - Find HST GSC stars in FITS or IRAF image files
7
9 imgsc [options] FITS or IRAF file(s)
10
12 Search the HST Guide Star Catalog withing the area described by the
13 world coordinate system in an image header. This is a link to imcat
14 rather than a separate executable.
15
17 -b [<RA> <Dec>]
18 Output in B1950, optional new image center in B1950 (FK4) RA and
19 Dec
20
21 -c <name>
22 Reference catalog (gsc, ujc, or tab table file
23
24 -g <class>
25 Guide Star Catalog class (-1=all,0,3 (default -1)
26
27 -h Print heading, else do not
28
29 -j [<RA> <Dec>]
30 Output in J2000, optional new image center in J2000 (FK5) RA and
31 Dec
32
33 -m [<bright magnitude>] <faint magnitude>
34 Limiting catalog magnitude(s) (default none, bright -2 if only
35 faint is given)
36
37 -n <num>
38 Number of brightest stars to print
39
40 -p <scale>
41 Initial plate scale in arcsec per pixel (default 0)
42
43 -s Sort by RA instead of flux
44
45 -t Tab table to standard output as well as file
46
47 -v Verbose listing of processing intermediate results
48
49 -w Write tab table output file imagename.cat -z Use AIPS classic
50 projections instead of WCSLIB; use CD matrix or CDELT instead of
51 polynomial solution.
52
54 imcat(),imuac(),imusac(),scat()
55
57 Jessica Mink, SAO (jmink@cfa.harvard.edu)
58
59
60
61 14 April 1998 imgsc(1)(WCS)