|
70 | 70 | % pars.DynamicVarExp={'$Project' '$SurgNumber' '$Year' '$Month' '$Day'}; % KUMC "RC" proj (and MM stuff) |
71 | 71 | % pars.DynamicVarExp={'$SurgYear' '$SurgNumber' '$RecDate' '$RecTime'}; % KUMC R03 |
72 | 72 | % pars.DynamicVarExp={'$SurgYear' '$SurgNumber' '$RecID' '&info'}; % iit chronics |
73 | | -% pars.DynamicVarExp={'$AnimalID' '$Year' '$Month' '$Day' '$SessionID' '~RecDate' '$RecTime'}; % FB? |
74 | | -pars.DynamicVarExp={'$SurgYear' '$SurgNumber' '$Year' '$Month' '$Day' '$SessionID' '~RecDate' '$RecTime'}; % KUMC |
| 73 | +% pars.DynamicVarExp={'$AnimalID' '$Year' '$Month' '$Day' '$RecID' '$RecDate' '$RecTime'}; % ???? (FB, for these just comment out the one if you are replacing it please) |
| 74 | +pars.DynamicVarExp={'$SurgYear','$SurgNumber','$Year','$Month','$Day','$RecID','$RecDate','$RecTime'}; |
75 | 75 |
|
76 | 76 | %% Common NamingConvention values |
77 | 77 | % pars.NamingConvention={'AnimalID','RecID'}; % IIT tdt |
78 | | -% pars.NamingConvention={'AnimalID','Year','Month','Day','RecID','RecTime'}; % FB stuff |
79 | | -pars.NamingConvention={'AnimalID','Year','Month','Day','SessionID'}; % MM stuff |
80 | | -% pars.NamingConvention={'AnimalID','Year','Month','Day'}; % KUMC "RC" proj |
| 78 | +% pars.NamingConvention={'AnimalID','Year','Month','Day','RecID','RecDate','RecTime'}; % (FB/KUMC R03) Since these are different for different configs, please keep commented lines instead of changing directly |
| 79 | +pars.NamingConvention={'AnimalID','Year','Month','Day','RecID'}; % MM Audio stuff |
| 80 | +% pars.NamingConvention={'AnimalID','Year','Month','Day'}; % KUMC "RC" proj (and MM stuff) |
81 | 81 | % pars.NamingConvention={'AnimalID','Year','Month','Day','RecID', 'RecDate' 'RecTime'}; % KUMC |
82 | 82 | % pars.NamingConvention={'AnimalID','RecID','RecDate','RecTime'}; % IIT intan |
83 | 83 |
|
|
86 | 86 | % used). The same goes for "AnimalID" |
87 | 87 |
|
88 | 88 | pars.SpecialMeta = struct; |
89 | | -pars.SpecialMeta.SpecialVars = {}; |
90 | | -pars.SpecialMeta.RecID.cat = '-'; % Concatenater (if used) for names |
91 | | -pars.SpecialMeta.AnimalID.cat = '-'; % Concatenater (if used) for names |
92 | 89 |
|
93 | | -% pars.SpecialMeta.SpecialVars = {}; % Default case |
| 90 | +% Note that RecTag (if created) replaces 'RecID' in DashBoard |
| 91 | +% pars.SpecialMeta.SpecialVars = {'RecTag'}; % FB ~!! |
| 92 | +pars.SpecialMeta.SpecialVars = {'AnimalID','RecTag'}; % MM |
| 93 | +pars.SpecialMeta.RecTag.cat = '-'; |
| 94 | +% pars.SpecialMeta.RecID.cat = '-'; % Concatenater (if used) for names |
| 95 | +pars.SpecialMeta.AnimalID.cat = '-'; % Concatenater (if used) for names |
| 96 | + |
| 97 | +% pars.SpecialMeta.SpecialVars = {'AnimalID','RecID'}; % KUMC "RC" |
94 | 98 |
|
95 | 99 | % (All must be included in DynamicVarExp): |
96 | | -pars.SpecialMeta.RecID.vars = {'Month','Day','SessionID'}; % KUMC "RC" |
97 | | -% pars.SpecialMeta.RecID.vars = {'Year','Month','Day'}; % KUMC "RC" |
98 | | -pars.SpecialMeta.AnimalID.vars = {'SurgYear','SurgNumber'}; % KUMC "standard" |
| 100 | +% pars.SpecialMeta.RecTag.vars = {'RecID'}; % FB |
| 101 | +% pars.SpecialMeta.RecID.vars = {}; % FB/KUMC-R03/MM |
| 102 | +% pars.SpecialMeta.RecTag.vars = {'Year','Month','Day'}; % KUMC "RC" |
| 103 | +pars.SpecialMeta.RecTag.vars = {'Year','Month','Day','RecID'}; % KUMC "MM" |
| 104 | +% pars.SpecialMeta.AnimalID.vars = {}; % FB/KUMC-R03 Keep commented |
99 | 105 | % pars.SpecialMeta.AnimalID.vars = {'Project','SurgNumber'}; % KUMC "RC" |
| 106 | +pars.SpecialMeta.AnimalID.vars = {'SurgYear','SurgNumber'}; % MM Audio stuff |
100 | 107 |
|
101 | 108 | pars.Delimiter = '_'; % delimiter for variables in BLOCK name |
102 | 109 | pars.Concatenater = '_'; % concatenater for variables INCLUDED in BLOCK name |
103 | | -pars.VarExprDelimiter = {'-','_'}; % Delimiter for parsing "special" vars |
| 110 | +% pars.VarExprDelimiter = {'_'}; % Delimiter for parsing "special" vars -- (FB) |
| 111 | +pars.VarExprDelimiter = {'_','-'}; % Since these are different for different configs, please keep commented lines instead of changing directly |
104 | 112 | pars.IncludeChar='$'; % Delimiter for INCLUDING vars in name |
105 | 113 | pars.DiscardChar='~'; % Delimiter for excluding vars entirely (don't keep in meta either) |
106 | 114 |
|
|
136 | 144 | pars.Delimiter 'Stream.mat']; |
137 | 145 | TAG.Videos = ... % Videos: behavioral videos |
138 | 146 | [pars.Delimiter '%s', ... |
139 | | - pars.Delimiter '%g.%s']; % "Video_Left-A_0.mp4" "Video_Left-A_1.mp4" |
| 147 | + pars.Delimiter '%s.%s']; % "Video_Left-A_0.mp4" "Video_Left-A_1.mp4" |
140 | 148 |
|
141 | 149 | Fields = { ... |
142 | 150 | 'Raw'; % 1 - hard-coded for extraction |
|
0 commit comments