diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/voclient/voapps/_examples | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/voclient/voapps/_examples')
-rw-r--r-- | vendor/voclient/voapps/_examples | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vendor/voclient/voapps/_examples b/vendor/voclient/voapps/_examples new file mode 100644 index 00000000..dfffa465 --- /dev/null +++ b/vendor/voclient/voapps/_examples @@ -0,0 +1,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 + + |