Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support n-d svd_weighting #49

Closed
bennyrowland opened this issue Apr 4, 2017 · 1 comment
Closed

Support n-d svd_weighting #49

bennyrowland opened this issue Apr 4, 2017 · 1 comment

Comments

@bennyrowland
Copy link
Member

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.

@bennyrowland
Copy link
Member Author

This was fixed by #132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant