Rename scansDir

This commit is contained in:
2024-08-01 12:32:47 -04:00
parent 54f375face
commit e3f4c1ee9c
9 changed files with 58 additions and 56 deletions

View File

@@ -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)))