Skip to content

Commit a7c6033

Browse files
committed
fixed small plotting thing
1 parent 97dc487 commit a7c6033

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

GMTscripts/meanSpecChisq.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,28 +152,32 @@ maxcol=${onesig}
152152
if [[ $wch -eq 2 ]]; then
153153
loadname=NewSingleChiSqMat-NewNorthCalorisSmallerlon10lat3-Wiecz-Lmax134-subs30-index10-Ltap6-lrng26-128-highres
154154
optDepth=54.4107
155-
optTh=0.392303
155+
#optTh=0.392303
156+
optTh=17
156157
maxchisq=1.3
157158
minchisq=0.4
158159

159160
elif [[ $wch -eq 1 ]]; then
160161
loadname=NewSingleChiSqMat-NewNorthCalorisSmallerlon10lat3-Wiecz-Lmax134-subs30-index12-Ltap6-lrng26-128-highres
161162
optDepth=53.8551
162-
optTh=0.405163
163+
#optTh=0.405163
164+
optTh=17.5
163165
maxchisq=1.3
164166
minchisq=0.45
165167

166168
elif [[ $wch -eq 3 ]]; then
167169
loadname=NewSingleChiSqMat-NewNorthCalorisSmallerlon10lat3-Wiecz-Lmax134-subs15-10runs-index6-Ltap6-lrng26-128-highres
168170
optDepth=54.3084
169-
optTh=0.399852
171+
#optTh=0.399852
172+
optTh=17
170173
maxchisq=1.3
171174
minchisq=0.4
172175

173176
elif [[ $wch -eq 4 ]]; then
174177
loadname=NewSingleChiSqMat-NewNorthCalorisSmallerlon10lat3-Wiecz-Lmax134-subs50-10runs-index6-Ltap6-lrng26-128-highres
175178
optDepth=53.6744
176-
optTh=0.460039
179+
#optTh=0.460039
180+
optTh=20
177181
maxchisq=1.3
178182
minchisq=0.4
179183
fi

0 commit comments

Comments
 (0)