forked from restrepd-zz/drta
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdrtaBatchChoicesDR_spm_05202019.m
68 lines (41 loc) · 1.99 KB
/
drtaBatchChoicesDR_spm_05202019.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
function handles=drtaBatchChoicesDR_spm_05202019
%This is an example of the drtaBatchChoices used by drtaBatch
%Which program was used to acquire the data?
handles.drtachoices.which_protocol=8;
%1 dropcspm
%2 laser(Ming)
%3 dropcnsampler
%4 laser (Merouann)
%5 dropc_conc
%6 dropcspm_hf
%7 continuous
%8 working memory
%This choice is used by drtaGenerateEvents
handles.drtachoices.which_c_program=14;
%1 dropcnsampler
%2 is dropcspm
%10 is dropc_conc
%14 working memory
%First file to process
handles.drtachoices.first_file = 1;
handles.drtachoices.pre_dt;
handles.trial_duration=handles.drtachoices.trial_duration;
% no laser experiment ethyl ace
handles.drtachoices.PathName{1}='/home/restrepd/Documents/Daniel/working/WT/5sec/1311/1/cd 1311
';
handles.drtachoices.FileName{1}='73117254071ethylacepropylacenl.dg';
handles.drtachoices.PathName{2}='/Volumes/Diego/Daniel olfactory paper/261032/ethyl ace/';
handles.drtachoices.FileName{2}='73017261032ethylacepropylacenl.dg';
handles.drtachoices.PathName{3}='/Volumes/Diego/Daniel olfactory paper/294211/ethylace/';
handles.drtachoices.FileName{3}='122117294211etehylacepropylacenlnl.dg';
handles.drtachoices.PathName{4}='/Volumes/Diego/Daniel olfactory paper/294212/ethylace/';
handles.drtachoices.FileName{4}='122017294212ethylacepropylacenl.dg';
handles.drtachoices.PathName{5}='/Volumes/Diego/Daniel olfactory paper/254071/laser/';
handles.drtachoices.FileName{5}='73117254071ethylacepropylacel.dg';
handles.drtachoices.PathName{6}='/Volumes/Diego/Daniel olfactory paper/261032/laser/';
handles.drtachoices.FileName{6}='73017261032ethylacepropylacel.dg';
handles.drtachoices.PathName{7}='/Volumes/Diego/Daniel olfactory paper/294211/laser/';
handles.drtachoices.FileName{7}='122117294211etehylacepropylacel.dg';
handles.drtachoices.PathName{8}='/Volumes/Diego/Daniel olfactory paper/294212/laser/';
handles.drtachoices.FileName{8}='jt_times_122017294212ethylacepropyll.mat';
handles.drtachoices.no_files=max(size(handles.drtachoices.FileName(1,:)));