From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- vendor/voclient/testscripts/votinfo.sh | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 vendor/voclient/testscripts/votinfo.sh (limited to 'vendor/voclient/testscripts/votinfo.sh') 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 -- cgit