Back to the main page.
Bug 1123 - ft_checkconfig removes some relevant fields from the cfg in ft_volumenormalise
Status | CLOSED FIXED |
Reported | 2011-11-05 14:50:00 +0100 |
Modified | 2011-12-07 16:00:35 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P2 minor |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jan-Mathijs Schoffelen - 2011-11-05 14:50:28 +0100
within ft_volumenormalise the following fields are added to the cfg: cfg.final and cfg.spmparams. These are subsequently removed in the postamble concerned with the cfg tracking (if the trackconfig is set to cleanup). We should either change the order of the steps (i.e. first trackconfig and then appending the new fields, or we should consider to bring the final transformation matrix to a higher level in the output structure (according to fieldtrip philosophy).
Boris Reuderink - 2011-11-17 10:46:46 +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:51:48 +0100
How are we going to decide? And, would you be willing to take responsibility for this bug?
Jan-Mathijs Schoffelen - 2011-11-18 09:32:24 +0100
As per discussion with Robert, I will change the order of the postambles such that the info is not lost. At some point we may consider adjusting the output data structure