From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vendor/voclient/libvotable/examples/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vendor/voclient/libvotable/examples/README (limited to 'vendor/voclient/libvotable/examples/README') diff --git a/vendor/voclient/libvotable/examples/README b/vendor/voclient/libvotable/examples/README new file mode 100644 index 00000000..b766b527 --- /dev/null +++ b/vendor/voclient/libvotable/examples/README @@ -0,0 +1,15 @@ + +This directory contains example programs using the libvotable interface. +These tasks are meant to be useful and tutorial in how to use the API to +do common things. + +Current Tasks: + + votconcat Concatenate RESOURCES into a single VOTable + votcomp Remove pretty-print whitespace from a VOTable + votdump Dump a VOTable in another format + votget Extract image access references and download + votlint Check a VOTable for correctness + votinfo Print information about the structure of a VOTable + votpos Extract position information from a VOTable + votsplit Split RESOURCEs from a VOTable to single VOTables -- cgit