Compare commits
No commits in common. "75d33971edf34bbc4413a9926fe6163cebfc1e8f" and "6dd39878a648ad8963110e5b34c0dee7162325aa" have entirely different histories.
75d33971ed
...
6dd39878a6
2 changed files with 0 additions and 36 deletions
|
|
@ -1,31 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
echo "Hallo Welt!"
|
|
||||||
echo "$1"
|
|
||||||
fpl=$1
|
|
||||||
x=4
|
|
||||||
echo "$fpl"
|
|
||||||
#fp="${fpl::-${#fpl}-$x}"
|
|
||||||
fp="${fpl::-4}"
|
|
||||||
echo "$fp"
|
|
||||||
#echo "$neu" # Ausgabe: "Hallo"
|
|
||||||
|
|
||||||
fpg="$fp.pyhist"
|
|
||||||
echo "$fpg"
|
|
||||||
|
|
||||||
./Data_prep.py -f $1
|
|
||||||
#$fpg = $fp.gpt
|
|
||||||
|
|
||||||
#gnuplot -e "inputfile='${fpg}'" Plot_hist.gp &
|
|
||||||
gnuplot -e "inputfile='${fpg}'" Plot_hist.gp &
|
|
||||||
zaehler=1
|
|
||||||
|
|
||||||
while [ $zaehler -le 5 ]
|
|
||||||
do
|
|
||||||
#echo "Ausführung $zaehler"
|
|
||||||
./Data_prep.py -f $1
|
|
||||||
#zaehler=$((zaehler + 1))
|
|
||||||
sleep 1 # 5 Sekunden warten
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
set terminal qt
|
|
||||||
set key autotitle columnhead
|
|
||||||
plot for [i=2:49] inputfile using 1:i with steps
|
|
||||||
pause 60
|
|
||||||
reread
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue