In initialize_components.m the variable Cin was not properly resized when K changed. For example, K might have been 128 but the init_method only detected 77 components. While Ain was resized correctly, Cin was not. That lead to an inconsistent state for spatial updates.
In utilities/greedyROI_corr.m using options.d* is incorrect if spatial downsampling is performed.
In initialize_components.m the variable
Cin
was not properly resized whenK
changed. For example,K
might have been 128 but theinit_method
only detected 77 components. WhileAin
was resized correctly,Cin
was not. That lead to an inconsistent state for spatial updates.In utilities/greedyROI_corr.m using
options.d*
is incorrect if spatial downsampling is performed.