Rem2 mouse imaging
Data storage
Data location
Data will be stored on kfc.bio.brandeis.edu. On the Mac, connect to kfc.bio.brandeis.edu, log in with your KFC username and password, and mount Data3. Our folder is Paradis_VanHooser.
Transferring data to our data folder from the experiment rig at the end of the day
It is imperative that we transfer our experimental data off of the acquisition machines so 1) the acquisition machines will have sufficient disk space during experiments, and 2) so it can be housed more safely and won't be accidentally deleted in the heat of an experiment.
Follow the following steps to transfer data from the master computer Leghorn:
The easiest way to accomplish this from a Windows machine (both of our master computers Foghorn and Leghorn are Windows machines) is the following:
Run cygwin (application is on the desktop)
Change directories to the remote directory where experimental data comes in by entering the command cd C:\remote
From cygwin on the windows machine, copy the directory using scp, using your own day's directory name in place of 2011-05-35: scp -r 2011-05-35 USERNAME@kfc.bio.brandeis.edu:/Volumes/DataDrive3/Data3/Paradis_VanHooser
Update the permissions using the command ssh USERNAME@kfc.bio.brandeis.edu chmod -R 775 /Volumes/DataDrive3/Data3/Paradis_VanHooser/2011-05-35
Verify that your data has transferred by checking kfc, and then remove the data from the master computer (Foghorn or Leghorn)
Logs
To make a new log, 1) open the template and 2) save a new copy (BE SURE TO ACTUALLY SAVE A NEW COPY!). Save a new copy in the shared Google doc directory. (Need access? Email Steve) When you make your log, you can put a link to it below so we can all read it.
Link to Google Drive folder of surgery and imaging logs:
https://drive.google.com/a/brandeis.edu/folderview?id=0B6QbfAYk10owWl9jSldJeHdiOTQ&usp=sharing
Notes on quality of experiments: https://docs.google.com/a/brandeis.edu/spreadsheets/d/150TIUwlbqLB3CWWW8lCsyqVhJDZMot8gxL_X4ST1aoo/edit#gid=0
Experiment parameters: https://docs.google.com/spreadsheets/d/1H7Bei2fq6VggU5zqidOxPeUCo576gJPIPprg3TBQCjE/edit?usp=sharing
Updated Mouse Surgery Log: page 2 and page 1
Updated Mouse Surgery Log V2: pages 1 and 2
*For best results, download logs, then print*
Mouse Virus Surgery Log for two mice
Pilots
2013-06-12 - some direction responses
2013-06-13 - nice direction responses
How to run things
Retinotopy stimulus
The monitor should be centered in the animal's gaze. Imagine a straight line coming off the animal's nose. If this is not possible, then measure where a straight line coming off the animal's nose hits the stimulus monitor (how far is this from the left in cm?) Measure it and write it in the log.
The retinotopy stimulus is on the "Chr2" Sheet. You can open this sheet by selecting it from the "Active Sheets" on the RunExperiment window.
Click "edit base" to edit the base grating stimulus.
Set contrast to 1
Set temporal frequency to what you are using (2 Hz?)
Set spatial frequency to what you are using (0.04 cycles per degree?)
Set number of cycles to 10
Set number of loops to 1 (should already be set this way). This will loop the stimulus back and forth once (moving the gratings back and forth)
Set angle to 90
Click "OK"
Set the number of repetitions to 12 (10 might be okay). Set the interstimulus interval to 5.
Under "Retinotopy" set the parameters to the following: [0 100 800 100 1]
Click Run
Analysis
Start with a directory that has been completely curated (that is, all cells have been drawn, all "analyze by param" or "stim" have been run), and cells have been added to the database.
Use the function mouse_tp_addvariables to add the animal parameters to your directory. See help mouse_tp_addvariables for documentation, an example is here:
mouse_tp_addvariables('/Volumes/Data3/Paradis_VanHooser/2014-09-07',32,'','RI192',[],[],'none',[],[],'Rem2 Insert',7,'left');
Actually perform the fitting and analysis using the function analyze_mouse_tp. Example:
analyze_mouse_tp('/Volumes/Data3/Paradis_VanHooser/2014-09-14',1,1,0);
When you are all done, you can add those directories to the analysis program in mousevision_plots.m, and you can run it with:
mousevision_plots(0)