This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit 2d656178fa2af0dcf4015c590bc4cdad4dad6976 Author: Emily Ruzich <[email protected]> Date: Fri May 27 15:22:07 2011 -0400 fixing manual --- doc/source/manual/matlab.rst | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/doc/source/manual/matlab.rst b/doc/source/manual/matlab.rst index 63bd4bd..cfae331 100755 --- a/doc/source/manual/matlab.rst +++ b/doc/source/manual/matlab.rst @@ -39,22 +39,35 @@ they are listed in :ref:`BGBEFADJ`. .. _BGBCGHAG: .. table:: High-level reading routines. + +--------------------------------+--------------------------------------------------------------+ + | Function | Purpose | + +================================+==============================================================+ + | fiff_find_evoked | Find all evoked data sets from a file. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_bad_channels | Read the bad channel list. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_ctf_comp | Read CTF software gradient compensation data. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_evoked | Read evoked-response data. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_evoked_all | Read all evoked-response data from a file. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_meas_info | Read measurement information. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_mri | Read an MRI description file. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_proj | Read signal-space projection data. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_raw_segment | Read a segment of raw data with time limits are specified | + | | in samples. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_read_raw_segment_times | Read a segment of raw data with time limits specified | + | | in seconds. | + +--------------------------------+--------------------------------------------------------------+ + | fiff_setup_read_raw | Set up data structures before using fiff_read_raw_segment | + | | or fiff_read_raw_segment_times. | + +--------------------------------+--------------------------------------------------------------+ - ============================== =========================================================================================== - Function Purpose - ============================== =========================================================================================== - fiff_find_evoked Find all evoked data sets from a file. - fiff_read_bad_channels Read the bad channel list. - fiff_read_ctf_comp Read CTF software gradient compensation data. - fiff_read_evoked Read evoked-response data. - fiff_read_evoked_all Read all evoked-response data from a file. - fiff_read_meas_info Read measurement information. - fiff_read_mri Read an MRI description file. - fiff_read_proj Read signal-space projection data. - fiff_read_raw_segment Read a segment of raw data with time limits are specified in samples. - fiff_read_raw_segment_times Read a segment of raw data with time limits specified in seconds. - fiff_setup_read_raw Set up data structures before using fiff_read_raw_segment or fiff_read_raw_segment_times - ============================== =========================================================================================== .. table:: Channel selection utilities. -- 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
