Back to the main page.

Bug 3292 - use ft_getopt instead of old "isfield" style

Status ASSIGNED
Reported 2017-05-02 13:46:00 +0200
Modified 2017-05-02 14:39:39 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 trivial
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2017-05-02 13:46:10 +0200

the following functions seem affected roboos@mentat001> grep -L ft_getopt `cat out` ft_artifact_clip.m ft_artifact_ecg.m ft_artifact_threshold.m ft_definetrial.m ft_dipolesimulation.m ft_freqcomparison.m ft_freqinterpolate.m ft_multiplotCC.m ft_prepare_bemmodel.m ft_prepare_concentricspheres.m ft_prepare_localspheres.m ft_prepare_singleshell.m ft_rejectartifact.m ft_sensorrealign.m ft_sliceinterp.m ft_statistics_stats.m ft_stratify.m ft_surfacerealign.m


Robert Oostenveld - 2017-05-02 14:39:39 +0200

I made some changes to selected functions. mac011> git commit -a [bug3291-getopt 1281fa9] ENH - use ft_getopt instead of isfield..., see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3292 5 files changed, 139 insertions(+), 137 deletions(-) These should be tested prior to merging.