EASY refactor: First attempt

This commit is contained in:
2024-07-27 02:58:49 -04:00
parent 5269962927
commit bce30095aa
11 changed files with 340 additions and 301 deletions

View File

@@ -1,13 +1,10 @@
%% CALLED WHEN ACCESSING 'CurveFit Display' %%
global expDir
global scLst
global ExpPath
global scan
eDir=ExpPath;
hf=figure;
% Parameter Entry
[scLst, row, col]=NCdisplayGui(eDir); %(ExpPath); %Ncode 122111replaced removed ,numOfPrtTimes)
[scLst, row, col]=NCdisplayGui(scansDir);
close(hf)
selSpot=(row-1)*24 + col;
for iPlate=1:length(scLst)