Back to the main page.
Bug 2055 - extra fileformat option is missing in documentation of ft_read_mri
Status | CLOSED FIXED |
Reported | 2013-03-13 23:30:00 +0100 |
Modified | 2014-01-15 14:44:33 +0100 |
Product: | FieldTrip |
Component: | documentation |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 minor |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2013-03-13 23:30:08 +0100
See my email on the list to Markus. Also the other ft_read_xxx functions might have options that are relevant but missing from the documentation.
Jan-Mathijs Schoffelen - 2013-12-20 20:40:14 +0100
documentation has been updated. in addition, the key format has been changed into dataformat to make it consistent with other reading functions. format is still supported for backward compatibility in addition, the string comparisons have been replaced with a switch box. in addition, the checking of toolboxes has changed slightly, i.e. it is checked and silently added to the path when needed (handling of spm stays as it was: it is a bit clunky but I did not dare to touch it) in addition, reading analyze files now defaults to spm, if Darren Webber's code is to be used, 'dataformat' = 'analyze_old' in addition, reading neuromag files now defaults to mne, if meg-pd is to be used, 'dataformat' = 'neuromag_fif_old' in addition, I created a test function.