Skip to content

Commit

Permalink
Changed dat.paths
Browse files Browse the repository at this point in the history
server 1 name now 'zubjects'
  • Loading branch information
ArminLak committed Jan 29, 2018
1 parent adf5c07 commit bed3a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions +dat/paths.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
rig = thishost;
end

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

0 comments on commit bed3a79

Please sign in to comment.