-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunStuff.sh
More file actions
executable file
·12 lines (11 loc) · 1 KB
/
runStuff.sh
File metadata and controls
executable file
·12 lines (11 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
echo "Hello World"
#filename=outputAddMagnetNoFoilNode35_Parts_3_XDipole_10
#filename=outputAddMagnetNoFoilNode35_Parts_3_Dipole_10
filename=outputAddMagnetNoFoilNode35_Parts_3_NoDipole_10
python plotAfterNodes2_OnlyFirstBunch.py --fileName "$filename.txt" --directory "$filename""_first_Bunch_Only" --markerSize 0.25
python plotAfterNodes2_OnlyFirstBunch.py --fileName "$filename.txt" --directory "$filename""_first_Bunch_Only" --yaxis 1 --ymin -.01 --ymax .01 --markerSize 0.25
python plotAfterNodes2_OnlyFirstBunch.py --fileName "$filename.txt" --directory "$filename""_first_Bunch_Only" --xaxis 2 --yaxis 3 --ymin -.01 --ymax .01 --markerSize 0.25
python plotAfterNodes2.py --fileName "$filename.txt" --directory "$filename" --markerSize 0.25
python plotAfterNodes2.py --fileName "$filename.txt" --directory "$filename" --yaxis 1 --ymin -.01 --ymax .01 --markerSize 0.25
python plotAfterNodes2.py --fileName "$filename.txt" --directory "$filename" --xaxis 2 --yaxis 3 --ymin -.01 --ymax .01 --markerSize 0.25