====== Differences ====== This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
analysis:task:shortcut1 [2015/05/06 12:23] eirvine created |
analysis:task:shortcut1 [2018/04/17 15:20] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | See {{:analysis:task:shortcut-task.pdf|Shortcut task description}} for a full description of the shortcut task. | ||
| - | ExpKeys contains: | + | === expKeys === |
| - | % General experiment information | + | General experiment information (examples taken from R068 day1) |
| - | ExpKeys.behavior = 'Shortcut'; | + | * ExpKeys.behavior : eg. 'Shortcut'; |
| - | ExpKeys.target = 'dCA1'; % right | + | * ExpKeys.target : eg. 'dCA1'; % right |
| - | ExpKeys.day = 1; % ranges from 1-8, different shortcut/novel configuration each day | + | * ExpKeys.day : eg. 1; % ranges from 1-8, different shortcut/novel configuration each day |
| - | % Track dimensions in inches | + | Track dimensions in inches |
| - | ExpKeys.tracklen = 12; | + | * ExpKeys.tracklen : eg. 12; |
| - | ExpKeys.midnode = 1.5; | + | * ExpKeys.midnode : eg. 1.5; |
| - | ExpKeys.endnode = 2.5; | + | * ExpKeys.endnode : eg. 2.5; |
| - | % Rat specific information | + | Rat specific information |
| - | ExpKeys.weight = 455; % in g | + | * ExpKeys.weight : eg. 455; % in g |
| - | % Experiment specific positions | + | Experiment specific positions |
| - | ExpKeys.led1_xy = [521,473]; % estimate from plotting rat position data | + | * ExpKeys.led1_xy : eg. [521,473]; % estimate from plotting rat position data |
| - | ExpKeys.led2_xy = [623,57]; % estimate from plotting rat position data | + | * ExpKeys.led2_xy : eg. [623,57]; % estimate from plotting rat position data |
| - | ExpKeys.led_radius = 30; % estimate from plotting rat position data | + | * ExpKeys.led_radius : eg. 30; % estimate from plotting rat position data |
| + | * ExpKeys.pedestal_xy : eg. [300,210]; % estimate from plotting rat position data | ||
| - | ExpKeys.pedestal_xy = [300,210]; % estimate from plotting rat position data | + | Experiment phase times |
| + | * as in task description above, units are seconds (s) | ||