You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current svd_weighting code assumes that the input data is 2D, channels and ADC, but in some cases we might want to for example calculate the weights on repetitions x channels x ADC, which should be done by permuting the axes into the 2D shape channels x (repetitions x ADC) etc. This means svd_weighting() should support an optional axis parameter to define the axis of the provided ndarray which represents the channels.
The text was updated successfully, but these errors were encountered:
The current svd_weighting code assumes that the input data is 2D, channels and ADC, but in some cases we might want to for example calculate the weights on repetitions x channels x ADC, which should be done by permuting the axes into the 2D shape channels x (repetitions x ADC) etc. This means
svd_weighting()
should support an optionalaxis
parameter to define the axis of the provided ndarray which represents the channels.The text was updated successfully, but these errors were encountered: