Skip to content
Nitin Shyamkumar edited this page Apr 14, 2015 · 57 revisions

Welcome to the RodentJoystick wiki!

Overview

This describes the general process for using the scripts from the repository. After copying the raw data into the folder x, ppscript(x) processes all the .dat files and combines them into .mat files, placing them into a subdirectory comb in x. After this step is executed, xy_makestruct(x/comb) takes all the matlab files and creates a single struct summarizing all the data. For more information, check the xy_makestruct documentation.

doAllpp(x) takes a directory and performs both steps, saving the jstruct in directory x. After this step is executed, any number of Post Processing routines can be called, some of which use the results of xy_getstats.m†

Clone this wiki locally