aboutsummaryrefslogtreecommitdiff
path: root/vendor/voclient/voapps/_vo-cli.demo
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/voclient/voapps/_vo-cli.demo')
-rw-r--r--vendor/voclient/voapps/_vo-cli.demo44
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/voclient/voapps/_vo-cli.demo b/vendor/voclient/voapps/_vo-cli.demo
new file mode 100644
index 00000000..60f19e51
--- /dev/null
+++ b/vendor/voclient/voapps/_vo-cli.demo
@@ -0,0 +1,44 @@
+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
+
+Web-Page Interface
+
+GS Demo
+
+