aboutsummaryrefslogtreecommitdiff
path: root/vo/votools/doc/nedoverlay.hlp
blob: 204c110877102ae889181472e066657dcacf8ac3 (plain) (blame)
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
.help nedoverlay Mar12 votools
.ih
NAME
nedoverlay -- Overlay NED objects in the image display
.ih
USAGE
nedoverlay image
.ih
PARAMETERS
.ls image
Input image.
.le
.ls append = yes
Append the display?
.le
.ls size = 0.25
Field size.
.le
.ls galaxies = no
Mark galaxies on the display?  This is disabled by default so as not to
clutter the display.
.le
.ls radios = yes
Mark radio sources on the display?
.le
.ls xrays = yes
Mark X-Ray sources on the display?
.le
.ls mkcolor = 208
Marker color.
.le
.ls galcolor = 207
Galaxy marker color.
.le
.ls verbose = no
Print actions?
.le
.ls status = 0
Service status code.
.le

.ih
DESCRIPTION
The \fINEDOVERLAY\fR task is used to overlay sources from the NED service on
the image display.  If the \fIimage\fR parameter is an object name, it's
position will be resolved and a query for sources within \fIsize\fR degrees
of that position will be used.  If it is an image name, the WCS footprint
of the image will be used to generate the query.

If the \fIgalaxies\fR parameter is set, a small cross will be drawn at the
position of each NED galaxy using the color specified by the \fIgalcolor\fR
parameter.  All other markers will be drawn and labelled using the 
\fImarkcolor\fR value.

.ih
EXAMPLES
1. Display an image of m83 and overlay the NED radio sources in the field.

.nf
  votools> nedoverlay m83 append-

or

  votools> dss m83
  votools> nedoverlay m83 append+
.fi

.ih
REVISIONS

.ih
SEE ALSO
radiooverlay, xrayoverlay, obslogoverlay
.endhelp