-
Notifications
You must be signed in to change notification settings - Fork 0
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
Stimulus QC Needs "Regimen Version" Information #400
Comments
|
What I would like to see is a column added to this existing mouse-qc module: Regimen version can be queried through the mtrain API using the "get_behavior_sessions" function, which requires the behavior session uuid. The uuid is a field provided in the platform.json for a session, and can also be retrieved from the stimulus.pkl file |
update: much easier than using the mtrain API, you can simply use an html request to pull from the mtrain database. All it requires is requests and json. No login necessary, just the mtrain address with the method "/get_behavior_sessions/" appended to the end |
Feature Request Motivation
Many stimulus sets have multiple different regimen versions. Since mouse-seeks no longer has mtrain interaction which previously kept operators from selecting the incorrect regimen version, we now especially need to be checking regimen version is correct, since previous versions can have different images or durations.
Requested Feature/Solution
Stimulus Context and Progression (Automated) needs an additional field containing regimen version. This information should be queried from mtrain
Scope
all projects
The text was updated successfully, but these errors were encountered: