Skip to content

Commit

Permalink
Changed images path to shared drive
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsnider committed Jul 11, 2017
1 parent 433e84e commit 40a2402
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions islet_segmentation_pipeline.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set(0,'DefaultFigureWindowStyle','docked')
addpath 'islet_functions'
addpath 'islet_functions\export_fig'
inpath = 'D:\SickKids\YuvalDor\mouse islet z-stacks\images\';
% inpath = 'D:\SickKids\YuvalDor\mouse islet z-stacks\images\';
inpath = '\\carbon.research.sickkids.ca\rkafri\YuvalDor\mouse islet z-stacks\images\';

folders = { ...
% '3rd image set\Whole_mount_Islets_with_Torin_Cy5pdx_cy3E-cad_DAPI_080317\Control\0003\' ...
Expand All @@ -25,9 +26,9 @@
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_1-0004\Torin_1-0004\' ...
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_1-0005\Torin_1-0005\' ...
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0001\Torin_wash_1-0001\' ...
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0002\Torin_wash_1-0002\' ...
'2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0002\Torin_wash_1-0002\' ... % great
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0003\Torin_wash_1-0003\' ...
'2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0005\Torin_wash_1-0005\' ...
% '2nd image set\Whole_mount_cy5pdx_cy3E-cad_DAPI_140217\Torin_wash_1-0005\Torin_wash_1-0005\' ... % great
};

%% REJECTED ISLETS
Expand Down

0 comments on commit 40a2402

Please sign in to comment.