Skip to content

Commit 69d7919

Browse files
committed
DOC: Addresses #164
1 parent 80f9e38 commit 69d7919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def detect_lines(s, tapers, p=None, **taper_kws):
582582
a locally white spectrum, there is a threshold such that
583583
there is a (1-p)% chance of a line amplitude being larger
584584
than that threshold. Only detect lines with amplitude greater
585-
than this threshold. The default is 1/N, to control for false
585+
than this threshold. The default is 1/NFFT, to control for false
586586
positives.
587587
588588
taper_kws

0 commit comments

Comments
 (0)