This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit c7a878e1344afd04f9dc160c897cd11789b50393 Author: = <[email protected]> Date: Tue Jul 10 12:37:07 2012 +0200 Added docstring entries for verbosity flag. --- mne/event.py | 6 ++++++ mne/fiff/raw.py | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/mne/event.py b/mne/event.py index cf58c36..f34410c 100644 --- a/mne/event.py +++ b/mne/event.py @@ -119,6 +119,9 @@ def write_events(filename, event_list): events: array, shape (n_events, 3) The list of events + + verbose: bool + Use verbose output """ # Start writing... fid = start_file(filename) @@ -142,6 +145,9 @@ def find_events(raw, stim_channel='STI 014', verbose=True): Name of the stim channel or all the stim channels affected by the trigger. + verbose : bool + User verbose output + Returns ------- events : array diff --git a/mne/fiff/raw.py b/mne/fiff/raw.py index fc88a11..e57698c 100644 --- a/mne/fiff/raw.py +++ b/mne/fiff/raw.py @@ -41,6 +41,9 @@ class Raw(object): file name of a memory-mapped file which is used to store the data on the hard drive (slower, requires less memory). + verbose: bool + Use verbose output + Attributes ---------- info: dict @@ -669,6 +672,9 @@ def read_raw_segment(raw, start=0, stop=None, sel=None, data_buffer=None, data_buffer: array, optional numpy array to fill with data read, must have the correct shape + verbose: bool + User verbose output + Returns ------- data: array, [channels x samples] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
