Skip to content
Snippets Groups Projects
Commit 30fd89e0 authored by Andrew Cohen's avatar Andrew Cohen
Browse files

path settings

parent 899e21fe
Branches master
No related tags found
No related merge requests found
Pipeline #
......@@ -33,10 +33,15 @@
if isempty(gcp('nocreate'))
parpool(36)
end
% path to images
ROOT = 'F:\Raw\Images\Temple\RPE\2014-01-24\'
% TODO - set path to images
ROOT = '...\RPE\2014-01-24\'
tic
if ~exist('.\scratch','dir')
mkdir('.\scratch');
end
% pre-process image settings for NCD w/ new matlab filtering (no cudamex)
FS=1,SF=10,MF=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment