|
18 | 18 | rig = thishost; |
19 | 19 | end |
20 | 20 |
|
21 | | -server1Name = '\\zserver.cortexlab.net'; |
22 | | -server2Name = '\\zubjects.cortexlab.net'; |
| 21 | +server1Name = '\\znas.cortexlab.net'; |
| 22 | +server2Name = '\\zserver.cortexlab.net'; |
23 | 23 | basketName = '\\basket.cortexlab.net'; % for working analyses |
24 | 24 | lugaroName = '\\lugaro.cortexlab.net'; % for tape backup |
25 | 25 |
|
|
31 | 31 |
|
32 | 32 | % Under the new system of having data grouped by mouse |
33 | 33 | % rather than data type, all experimental data are saved here. |
34 | | -p.mainRepository = fullfile(server1Name, 'Data', 'Subjects'); |
| 34 | +p.mainRepository = fullfile(server1Name, 'Subjects'); |
35 | 35 | % Optional alternate named repos may be defined using the repo name |
36 | 36 | % followed by a number. These are searched in addition to the master repo. |
37 | | -p.main2Repository = fullfile(server2Name, 'Subjects'); |
| 37 | +p.main2Repository = fullfile(server2Name, 'Data', 'Subjects'); |
38 | 38 |
|
39 | 39 | % Directory for organisation-wide configuration files, for now these should |
40 | 40 | % all remain on zserver |
41 | | -p.globalConfig = fullfile(server1Name, 'Code', 'Rigging', 'config'); |
| 41 | +p.globalConfig = fullfile(server2Name, 'Code', 'Rigging', 'config'); |
42 | 42 | % Directory for rig-specific configuration files |
43 | 43 | p.rigConfig = fullfile(p.globalConfig, rig); |
44 | 44 | % Repository for all experiment definitions |
45 | | -p.expDefinitions = fullfile(server1Name, 'Code', 'Rigging', 'ExpDefinitions'); |
| 45 | +p.expDefinitions = fullfile(server2Name, 'Code', 'Rigging', 'ExpDefinitions'); |
46 | 46 |
|
47 | 47 | %% Non-essential paths |
48 | 48 | % Database url and local queue for cached posts. If empty or undefined, |
|
0 commit comments