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

Generate singular values all ROIs in compute_SVD() #128

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kushalbakshi
Copy link

In this PR, I propose updating the singular value variables S_mov and S_mot from 1-D numpy arrays to empty lists. The current implementation returns the singular values for only 1 ROI in the video whereas this update will allow the function to return the singular values for all ROIs in the video. The updated logic is similar to U_mot and U_mov variables which contain the list of motion and movie SVDs, respectively for all ROIs in the video. These changes would resolve #107.

There is also a minor fix for assigning the savepath variable in the run() function in this PR. This change would resolve #105.

Please let me know if I need to address semantic versioning, provide further testing to ensure the code runs without issues, or produce any other changes that would be helpful.

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