-
Notifications
You must be signed in to change notification settings - Fork 61
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
How to save and interpret pupil data #86
Comments
I've looked and it seems the saved roi data doesn't change based on how I modify the ROIs (specifically I increased saturation for a pupil ROI and saved the ROI and checked the .npy data and the saved saturation remained the same). Am I interpreting the saved ROIs incorrectly? |
I'm also curious if there is a way to compute only pupil diameter. |
I also want only to compute pupil ROI. And I would like to have the output of the pupil ROI after increase saturation. |
The code ensures that motSVD and movSVD cannot both be unchecked: Line 1289 in 97ea2aa
However, if no other ROI types (motion SVD type) are selected, the loop will only perform pupil extraction, even if motSVD and movSVD are selected. see this: Line 638 in 97ea2aa
and this: Line 302 in 97ea2aa
This can be confirmed by comparing the total time consumed during execution. |
The "Save ROIs" button is designed for the following workflow: Load video 1 → Set the pupil ROI and saturation for video 1 → Save ROIs (this adds the video 1 to the batch list). see this: Line 1231 in 97ea2aa
Once all videos are loaded and their ROIs saved, press "Process Batch," By the time you wake up next morning, the videos will be fully analyzed. |
Hi!
This is somewhat similar to #64, although I'm asking about different aspects of the pupil data.
Is there a way to save just pupil area without computing the fullSVD? I'm particularly interested in steps using the python GUI.
Additionally, it might be helpful to specify in the documentation that the "save ROIs" button just saves information about the drawn ellipse and settings, not the actual pupil within the pupil ROI.
The text was updated successfully, but these errors were encountered: