EASY refactor: First attempt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user