diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/voclient/testscripts/votinfo.sh | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/voclient/testscripts/votinfo.sh')
-rw-r--r-- | vendor/voclient/testscripts/votinfo.sh | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vendor/voclient/testscripts/votinfo.sh b/vendor/voclient/testscripts/votinfo.sh new file mode 100644 index 00000000..32a05909 --- /dev/null +++ b/vendor/voclient/testscripts/votinfo.sh @@ -0,0 +1,39 @@ +for file in *.xml http://www.nrao.edu/~wyoung/test-data/ned.xml +do + echo + echo ---- $file ---- + echo + votinfo $file + votinfo -w -b $file + votinfo -w -d $file + votinfo -w -i $file + votinfo -w -n param $file + votinfo -w -n info $file + votinfo -w -n rows $file + votinfo -w -n cols $file + votinfo -w -n resources $file + votinfo -w -p $file + votinfo -w -s $file + votinfo -w -v $file + echo + echo -------------- + echo + echo + echo ---- $file ---- + echo + votinfo $file + votinfo --warn --brief $file + votinfo --warn --description $file + votinfo --warn --info $file + votinfo --warn --numberOf=param $file + votinfo --warn --numberOf=info $file + votinfo --warn --numberOf=rows $file + votinfo --warn --numberOf=cols $file + votinfo --warn --numberOf=resources $file + votinfo --warn --param $file + votinfo --warn --size $file + votinfo --warn --verbose $file + echo + echo -------------- + echo +done |