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/voatlas.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/voclient/testscripts/voatlas.sh (limited to 'vendor/voclient/testscripts/voatlas.sh') diff --git a/vendor/voclient/testscripts/voatlas.sh b/vendor/voclient/testscripts/voatlas.sh new file mode 100644 index 00000000..484d9181 --- /dev/null +++ b/vendor/voclient/testscripts/voatlas.sh @@ -0,0 +1,18 @@ +#vosamp quit +vosamp status +ps -u wyoung | grep Aladin > isrunning.Aladin +count=`wc -l isrunning.Aladin | awk '{print $1}'` +if [ $count -lt 2 ]; then + open /Applications/Aladin.app +fi +rm isrunning.Aladin +ps -u wyoung | grep TOPCAT > isrunning.TOPCAT +count=`wc -l isrunning.TOPCAT | awk '{print $1}'` +if [ $count -lt 2 ]; then + open /Applications/TOPCAT.app +fi +rm isrunning.TOPCAT +sleep 10 +echo +voatlas --samp m13 +voatlas -R 12 -D 30 -s 1d -- cgit