]> jspc29.x-matter.uni-frankfurt.de Git - mvd_soft.git/commitdiff
reordering 2
authorSamir Amar-Youcef <samir@ikf>
Fri, 19 Dec 2014 12:47:20 +0000 (13:47 +0100)
committerSamir Amar-Youcef <samir@ikf>
Fri, 19 Dec 2014 12:47:20 +0000 (13:47 +0100)
s-curves/analysis_gui/GUI/run.sh [new file with mode: 0755]
s-curves/analysis_gui/GUI/runana.sh [new file with mode: 0755]

diff --git a/s-curves/analysis_gui/GUI/run.sh b/s-curves/analysis_gui/GUI/run.sh
new file mode 100755 (executable)
index 0000000..3173fa5
--- /dev/null
@@ -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 (executable)
index 0000000..feb8a1b
--- /dev/null
@@ -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