Skip to content

Commit bed3a79

Browse files
committed
Changed dat.paths
server 1 name now 'zubjects'
1 parent adf5c07 commit bed3a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+dat/paths.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
rig = thishost;
1414
end
1515

16-
server1Name = '\\zserver.cortexlab.net';
16+
server1Name = '\\zubjects.cortexlab.net';
1717
% server2Name = '\\zserver2.cortexlab.net';
1818
% server3Name = '\\zserver3.cortexlab.net'; % 2017-02-18 MW - Currently
1919
% unused by Rigbox
@@ -27,7 +27,7 @@
2727
p.localRepository = 'C:\LocalExpData';
2828
% for all data types, under the new system of having data grouped by mouse
2929
% rather than data type
30-
p.mainRepository = fullfile(server1Name, 'Data2', 'Subjects');
30+
p.mainRepository = fullfile(server1Name, 'Subjects');
3131
% Repository for info about experiments, i.e. stimulus, behavioural,
3232
% Timeline etc
3333
p.expInfoRepository = p.mainRepository;

0 commit comments

Comments
 (0)