Skip to content

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

Development

Successfully merging this pull request may close these issues.

BUG: singular values for more than 1 ROI are not stored in S_mot and S_mov BUG: savepath issue within the run function in process.py

1 participant