-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunStuff3New.sh
More file actions
executable file
·15 lines (13 loc) · 855 Bytes
/
runStuff3New.sh
File metadata and controls
executable file
·15 lines (13 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
echo "Hello World"
#filename=outputAddMagnetNoFoilNode35_Parts_3_XDipole_10
#filename=outputAddMagnetNoFoilNode35_Parts_3_Dipole_10
filename=(ConstantField_1p2/print_beg ConstantField_1p2/print_beg_b23)
for i in ${filename[@]}
do
python plotAfterNodes2.py --fileName "$i.txt" --directory "$i" --xmin -.0005 --xmax .0005 --ymin -.0005 --ymax .0005
python plotAfterNodes2.py --fileName "$i.txt" --directory "$i" --xmin -.0005 --xmax .0005 --yaxis 1 --ymin -.006 --ymax .006
#python plotAfterNodes2.py --fileName "$i.txt" --directory "$i" --xmin -.05 --xmax .05 --ymin -.0005 --ymax .0005
#python plotAfterNodes2.py --fileName "$i.txt" --directory "$i" --xmin -.05 --xmax .05 --yaxis 1 --ymin -.06 --ymax .06
python plotAfterNodes2.py --fileName "$i.txt" --directory "$i" --xaxis 2 --yaxis 3 --ymin -.02 --ymax .02
done