Back to the main page.
Bug 3426 - general cleanup and bookkeeping at the end ft_scalpcurrentdensity
Status |
NEW |
Reported |
2018-05-09 15:00:00 +0200 |
Modified |
2018-05-09 15:00:26 +0200 |
Product: |
FieldTrip |
Component: |
core |
Version: |
unspecified |
Hardware: |
PC |
Operating System: |
Mac OS |
Importance: |
P5 normal |
Assigned to: |
|
URL: |
|
Tags: |
|
Depends on: |
|
Blocks: |
|
See also: |
|
Niels - 2018-05-09 15:00:26 +0200
At the end of ft_scalpcurrentdensity the previous data cfg is not put into the output scd variable. It reads now like this:
% do the general cleanup and bookkeeping at the end of the function
ft_postamble debug
ft_postamble trackconfig
ft_postamble previous data
% rename the output variable to accomodate the savevar postamble
data = scd; % NK: why this?
ft_postamble provenance data
ft_postamble history data
ft_postamble savevar data
I think it should be:
ft_postamble debug
ft_postamble trackconfig
ft_postamble previous data
ft_postamble provenance scd
ft_postamble history scd
ft_postamble savevar scd
Or am I missing something?
Best,
Niels