blob: dfffa465d7385e749a00fea79b34e4d111d10dea (
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
|
VOSESAME
vosesame m31 # decimal output
vosesame -a m31 # print all info
vosesame -nd m31 # name/decimal
vosesame -dn m31 # decimal/name
VOREGISTRY
voregistry -r gsc2.3 # resolve serviceURL
voregistry -R hst # expand resolution term
voregistry -t image -b x-ray any # search by constraint
voregistry -t image -b x-ray -v any
voregistry -t image -b x-ray -vv any
voregistry -list gsc2.3 # list "full" record
voregistry -meta gsc2.3 # list table metadata
voregistry cooling flow # keyword search
voregistry -vv cooling flow # very-verbose
VODATA
vodata gsc2.3 ngc1234 # simplest query
vodata gsc2.3 /tmp/_abell.pos # multi-src file input (speed)
vodata -rm 10 gsc2.3 ngc1234 # alt SR spec
vodata -all hst ngc1234
vodata gsc2.3 ngc1234
vodata -t image -all hst ngc428 # all HST imgs of obj
# ....use of '-get'
vodata -c -t image noao IC10 # query all image resources
vodata -ep -eu -t image -all hst ngc4258 # ...plus extras
vodata -ep messier m1 180.0 # all-sky, extract pos file
Combined/Misc
voregistry cooling flow # keyword search
vodata -O white97 -all J/MNRAS/292/419/ # get all tables in paper
vodata -q -O - http://iraf.net # cat URL
vodata -cq chandra -i - # interactive use
|