Skip to content

Commit 241f738

Browse files
committed
Fixed typos
1 parent 54994bf commit 241f738

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

stabilitycalc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def qualitypercent(n, basis, lim):
494494
periph_dt_qualitytag = qualitypercent(periphstddev_dt, periphmean_dt, 'peripheral_roi_detrended_std%')
495495
periphpp_dt_qualitytag = qualitypercent(periphpp_dt, periphmean_dt, 'peripheral_roi_detrended_p-p%')
496496

497-
# do calculations regarding angular dependance
497+
# do calculations regarding angular dependence
498498
meanangperiphval = np.mean(periphangmeans)
499499
meanangperiphsfnr = np.mean(periphangsfnrs)
500500
meanangperiphsnr = np.mean(avgperiphsnrvec)

stabilityfuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def smooth(x, window_len=11, window='hanning'):
285285
This method is based on the convolution of a scaled window with the signal.
286286
The signal is prepared by introducing reflected copies of the signal
287287
(with the window size) in both ends so that transient parts are minimized
288-
in the begining and end part of the output signal.
288+
in the beginning and end part of the output signal.
289289
290290
input:
291291
x: the input signal

stabilitysummary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def stabilitysummary(datadirectory, outputdirectory, whichscan, TargetisBIRNphan
2828
whichscan,
2929
'' if TargetisBIRNphantom else '--nonbirn'))
3030

31-
# initialize the outut directory if need be
31+
# initialize the output directory if need be
3232
if not os.path.exists(pjoin(outputdirectory, whichscan)):
3333
os.makedirs(pjoin(outputdirectory, whichscan))
3434

tpl/individual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h3>Maximum sensitivity region ROI Analysis</h3>
44

55
<p>This is an analysis of the temporal fluctuation in the ROI of maximum sensitivity for the individual coil
6-
element. A 3 x 3 x 1 voxel is automatically postioned at the center of gravity, and the average voxel value is
6+
element. A 3 x 3 x 1 voxel is automatically positioned at the center of gravity, and the average voxel value is
77
plotted a function of time. Linear and quadratic terms are fit to the drift. The voxel statistics are reported
88
with and without the drift removed. </p>
99
<tr>
@@ -34,4 +34,4 @@ <h3>Maximum sensitivity region ROI Analysis</h3>
3434
<p><a href="maxlocroisnrplot.png"><IMG BORDER=0 SRC=maxlocroisnrplot.png width="500"></a></p>
3535
</td>
3636
</tr>
37-
</table>
37+
</table>

unused/findavgvalues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if len(sys.argv) != 3:
8585
datadirectory = sys.argv[1]
8686
outputdirectory = sys.argv[2]
8787

88-
# initialize the outut directory if need be
88+
# initialize the output directory if need be
8989

9090
#
9191
# scan the data directory for stability scans

0 commit comments

Comments
 (0)