Rename scansDir
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%% CALLED BY par4Gbl_Main8c.m %%
|
||||
% TODO Should some of these vars be pulled out higher so they are easier to change?
|
||||
%
|
||||
function NImParamRadiusGui(scansDir)
|
||||
function NImParamRadiusGui(projectScansDir)
|
||||
global SWsingleSc
|
||||
global SWgrowthArea
|
||||
global scan
|
||||
@@ -143,7 +143,7 @@ function NImParamRadiusGui(scansDir)
|
||||
end
|
||||
|
||||
% Ncode 12_0120 for reading in numeric folder names
|
||||
nlist=dir(fullfile(scansDir,'*'));
|
||||
nlist=dir(fullfile(projectScansDir,'*'));
|
||||
nnn=0;
|
||||
for n=1:size(nlist,1)
|
||||
if (~isempty(str2num(nlist(n).name)))
|
||||
|
||||
Reference in New Issue
Block a user