From 7bc35281ebff65ef33515e6641005c12770b5e9b Mon Sep 17 00:00:00 2001 From: Michael Krumin Date: Tue, 28 Nov 2017 14:18:41 +0000 Subject: [PATCH] Repository paths for 2p and eye-tracking (acquired with +et package) data are now set to the mainRepositiory This is currently \\zserver\Data2\Subjects\animalName\dateStr\expNum\yourFilesGoHere No additional subfolders, all the files will be in that folder, inlcuding all the 2p files We might (only might) reconsider it at a later stage (as there are usually many 2p files acquired) --- +dat/paths.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/+dat/paths.m b/+dat/paths.m index 89539761..222cbf5e 100644 --- a/+dat/paths.m +++ b/+dat/paths.m @@ -32,12 +32,12 @@ % Timeline etc p.expInfoRepository = p.mainRepository; % Repository for storing two photon movies -p.twoPhotonRepository = fullfile(server4Name, 'Data', '2P'); +p.twoPhotonRepository = p.mainRepository; % for calcium widefield imaging p.widefieldRepository = fullfile(server1Name, 'data', 'GCAMP'); % Repository for storing eye tracking movies -p.eyeTrackingRepository = fullfile(server1Name, 'data', 'EyeCamera'); +p.eyeTrackingRepository = p.mainRepository; % electrophys repositories p.lfpRepository = fullfile(server1Name, 'Data', 'Cerebus');