MarmoV5 is the current working version of Marmoview, which runs the stimulus / behavioral protocols from Marmolab at the University of Rochester.
This codebase is not user friendly. If you are interested in working with it, contact Jake Yates by email. In the future, he might write a wiki page on how to use it, but for now, email to set up a meeting. Before you do that though, follow these steps to make sure it is installed on you machine (You can run it on your laptop if you jsut want to test it).
- Fork the repository. Clone that fork to you own your own machine
- Open matlab, change to the MarmoV5 directory and add all paths
addpath(genpath(pwd))
- Edit the
MarmoViewRigSettings.m
file and switch the RigName to 'laptop', or set up your own rig. Use the existing rigs as models for this. - Open the Marmoview GUI from the command window
MarmoV5
This will open the Marmoview GUI. Enter the subject name and hit enter. Then use the SettingsFile
tab and hit Browse
to load a protocol. Pick Forage11_DriftingGratings
to get started.
Make sure this runs. Then contact Jake.
If MarmoV5 crashes, close the screen with sca
and close the GUI with close all force
. This will get you back to the starting point.