From 7f8d37f268611348356593a2be3a7a0be49b7e72 Mon Sep 17 00:00:00 2001 From: Samir Amar-Youcef Date: Fri, 19 Dec 2014 13:47:20 +0100 Subject: [PATCH] reordering 2 --- s-curves/analysis_gui/GUI/run.sh | 11 +++++++++++ s-curves/analysis_gui/GUI/runana.sh | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100755 s-curves/analysis_gui/GUI/run.sh create mode 100755 s-curves/analysis_gui/GUI/runana.sh diff --git a/s-curves/analysis_gui/GUI/run.sh b/s-curves/analysis_gui/GUI/run.sh new file mode 100755 index 0000000..3173fa5 --- /dev/null +++ b/s-curves/analysis_gui/GUI/run.sh @@ -0,0 +1,11 @@ +# export LD_LIBRARY_PATH=/d/jspc22/dabc/lib/:$LD_LIBRARY_PATH +# echo "Input: $1" +# echo "Output: $4" +# ./unpacker $1 $2 $3 $4 +# echo "Finished!" + + +echo "Input: $1" +# echo "Output: $4" +./unpackerB $1 +echo "Finished!" diff --git a/s-curves/analysis_gui/GUI/runana.sh b/s-curves/analysis_gui/GUI/runana.sh new file mode 100755 index 0000000..feb8a1b --- /dev/null +++ b/s-curves/analysis_gui/GUI/runana.sh @@ -0,0 +1,15 @@ +echo "Input: $1" +# echo "Mode: $2" +rndmpxl=`pwd`/rndmpxl.ini +time ./Mi26Ana $1 $rndmpxl $2 $3 $4 $5 +# echo "Finished!" +# +# echo "./Mi26Ana $1 $rndmpxl $2 $3 $4 $5" +# echo "--- runana ---" +# echo $1 +# echo $rndmpxl +# echo $2 +# echo $3 +# echo $4 +# echo $5 +# echo "---------" \ No newline at end of file -- 2.43.0