Back to the main page.

Bug 1130 - ft_sourceanalysis: cfg defaults settings inconsisent with new method-dependant cfg settings

Status CLOSED FIXED
Reported 2011-11-09 14:41:00 +0100
Modified 2011-12-07 16:00:44 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Stephen Whitmarsh - 2011-11-09 14:41:15 +0100

After specifying only some minimal cfg settings, it trows a warning about settings i did not specify: Warning: The field cfg.feedback is deprecated, please specify it as cfg.dics.feedback instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.keepfilter is deprecated, please specify it as cfg.dics.keepfilter instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.keepmom is deprecated, please specify it as cfg.dics.keepmom instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.lambda is deprecated, please specify it as cfg.dics.lambda instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.normalize is deprecated, please specify it as cfg.dics.normalize instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.powmethod is deprecated, please specify it as cfg.dics.powmethod instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.projectnoise is deprecated, please specify it as cfg.dics.projectnoise instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270 Warning: The field cfg.keepcsd is deprecated, please specify it as cfg.dics.keepcsd instead of cfg. > In ft_checkconfig at 404 In ft_sourceanalysis at 270


Boris Reuderink - 2011-11-17 10:46:39 +0100

Changed the status of bugs without a specific owner to UNCONFIRMED. I'll try to replicate these bugs (potentially involving the submitter), and change confirmed bugs to NEW. Boris


Boris Reuderink - 2011-11-17 13:44:47 +0100

Hi Stephen, Could you provide a script to replicate this behavior, or take ownership of the bug if it is easy to fix? Best, Boris


Jan-Mathijs Schoffelen - 2011-11-24 14:01:25 +0100

Yes, confirmed. This is related to the the order in which the defaults are assigned and when ft_checkconfig is called (I suspect).


Jan-Mathijs Schoffelen - 2011-11-24 14:08:28 +0100

This poses particular problems when trackconfig is set to pedantick.


Jan-Mathijs Schoffelen - 2011-11-25 13:04:08 +0100

I changed the setting of the default options in ft_sourceanalysis in revision 4811 Stephen can you check whether it works?