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

@@ -4,7 +4,7 @@ global scan
hf=figure;
% Parameter Entry
[scLst, row, col]=NCdisplayGui(scansDir);
[scLst, row, col]=NCdisplayGui(projectScansDir);
close(hf)
selSpot=(row-1)*24 + col;
for iPlate=1:length(scLst)