We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5c07 commit bed3a79Copy full SHA for bed3a79
+dat/paths.m
@@ -13,7 +13,7 @@
13
rig = thishost;
14
end
15
16
-server1Name = '\\zserver.cortexlab.net';
+server1Name = '\\zubjects.cortexlab.net';
17
% server2Name = '\\zserver2.cortexlab.net';
18
% server3Name = '\\zserver3.cortexlab.net'; % 2017-02-18 MW - Currently
19
% unused by Rigbox
@@ -27,7 +27,7 @@
27
p.localRepository = 'C:\LocalExpData';
28
% for all data types, under the new system of having data grouped by mouse
29
% rather than data type
30
-p.mainRepository = fullfile(server1Name, 'Data2', 'Subjects');
+p.mainRepository = fullfile(server1Name, 'Subjects');
31
% Repository for info about experiments, i.e. stimulus, behavioural,
32
% Timeline etc
33
p.expInfoRepository = p.mainRepository;
0 commit comments