Skip to content
Goldberg Lab Administrator edited this page Jun 23, 2015 · 57 revisions

Welcome to the RodentJoystick wiki!

Overview

This section describes the general process for using the scripts from the repository.

Raw .dat files -- ppscript --> combined .mat files -- xy_makestruct --> jstruct -- xy_getstats--> stats stats -> get_accelvel_distr

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