Skip to content

Commit

Permalink
Merge pull request #1392 from mluessi/enh_spectral_connectivity_docstr
Browse files Browse the repository at this point in the history
ENH: docstring for spectral_connectivity
  • Loading branch information
agramfort committed Jun 27, 2014
2 parents 98431af + e5c4219 commit c2f1865
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mne/connectivity/spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,15 @@ def spectral_connectivity(data, method='coh', indices=None, sfreq=2 * np.pi,
the output freqs will be a list with arrays of the frequencies
that were averaged.
tmin : float | None
Time to start connectivity estimation.
Time to start connectivity estimation. Note: when "data" is an array,
the first sample is assumed to be at time 0. For other types
(Epochs, etc.), the time information contained in the object is used
to compute the time indices.
tmax : float | None
Time to end connectivity estimation.
Time to end connectivity estimation. Note: when "data" is an array,
the first sample is assumed to be at time 0. For other types
(Epochs, etc.), the time information contained in the object is used
to compute the time indices.
mt_bandwidth : float | None
The bandwidth of the multitaper windowing function in Hz.
Only used in 'multitaper' mode.
Expand Down

0 comments on commit c2f1865

Please sign in to comment.