-
Notifications
You must be signed in to change notification settings - Fork 5
/
Contents.m
26 lines (24 loc) · 925 Bytes
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%% Acquipix toolbox for visual stimulation, recording, and pre-processing with neuropixels
%By Jorrit Montijn
%Rev:2022-09-22 - v0.9.0
%
%This toolbox contains two components: acquisition scripts for running
%experiments as well as pre-processing scripts to transform your
%experimental data into useable clustered data:
%
%% i) Data acquisition during experiments
%You can use the EyeTracking toolbox to record the mouse's eyetracking, and
%experiment scripts such as RunDriftingGratings.m
%
%To start an experiment, type: RunExperiment
%
%% ii) Data pre-processing
%After data acquisition, you can pre-process your data using the GUI
%
%To start the pre-processor, type: runRecordingProcessor
%
%Please refer to the manual for more information: https://github.com/JorritMontijn/Acquipix
%Created by Jorrit Montijn at the Circuits, Structure and Function group (KNAW-NIN)
%
%Rev:2022-09-22 - v0.9.0
% Initial beta release