Compare commits
No commits in common. "b7b8529ee574168ecf950656a550eecb1ed8c746" and "8ac22e6df6ba9bfd7e674d58a2778b27540d80d1" have entirely different histories.
b7b8529ee5
...
8ac22e6df6
2 changed files with 2 additions and 2 deletions
|
|
@ -202,7 +202,7 @@ for i in range(2):
|
|||
|
||||
|
||||
Hist_file=open(filename + ".pyhist","w")
|
||||
Hist_file.write("Energy 0A0 0B0 0C0 0D0 0E0 0F0 0G0 0H0 0A1 0B1 0C1 0D1 0E1 0F1 0G1 0H1 0A2 0B2 0C2 0D2 0E2 0F2 0G2 0H2 1A0 1B0 1C0 1D0 1E0 1F0 1G0 1H0 1A1 1B1 1C1 1D1 1E1 1F1 1G1 1H1 1A2 1B2 1C2 1D2 1E2 1F2 1G2 1H2\n")
|
||||
Hist_file.write("Energy 013 016 017 020 007 010 001 004 019 002 0HET 0BGO 0BGO 0BGO 008 005 006 003 009 012 011 014 015 018 113 116 117 120 107 110 101 104 119 102 1HET 1BGO 1BGO 1BGO 108 105 106 103 109 112 111 114 115 118\n")
|
||||
for i in Hist_array:
|
||||
Hist_file.write(" ".join(map(str,i)))
|
||||
Hist_file.write("\n")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ zaehler=1
|
|||
while [ 1 ]
|
||||
do
|
||||
./Data_prep.py -f $1
|
||||
sleep 10
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue