1simpos(1) General Commands Manual simpos(1)
2
3
4
6 simpos - Find position of a named object in the sky
7
9 simpos [options] [object name]
10
12 simpos is a utility for finding the coordinates of any named object in
13 the sky using the SIMBAD name resolver at either the CDS in Strasbourg
14 or the ADS in Cambridge, MA. It can search SIMBAD, Vizier, and/or NED
15 (NASA Extragalactic Database) in any order.
16
18 object name
19 Name of object for which to find coordinates.
20
21 @listfile
22 File with one object name per line.
23
24 -a Print all information that is returned
25
26 -b <RA> <Dec>
27 Output B1950 (FK4) coordinates instead of default J2000 (FK5)
28
29 -c Use the CDS server in Strasbourg, France rather than the default
30 server at the Astrophysical Data System in Cambridge, Massachuâ
31 setts, USA.
32
33 -d
34 Output RA and Dec in degrees instead of hh:mm:ss dd:mm:ss
35
36 -e Output ecliptic coordinates
37
38 -g Output galactic coordinates
39
40 -i Print object ID(s) returned
41
42 -n Find coordinates using NED
43
44 -s Find coordinates using SIMBAD
45
46 -t Print output as tab-separated table
47
48 -v Verbose listing of results of search
49
50 -z Find coordinates in the Vizier catalogs
51
52
54 scat()
55
56
58 http://tdc-www.harvard.edu/software/wcstools/scat/
59
60
62 Jessica Mink, SAO (jmink@cfa.harvard.edu)
63
64
65
6614 May 2015 WCSTools simpos(1)