Adjusted parameters for analysis.

This commit is contained in:
Karthik 2025-08-20 17:48:05 +02:00
parent dc360ed659
commit 628a29971f
4 changed files with 3 additions and 7 deletions

View File

@ -67,9 +67,7 @@ options.skipPreprocessing = true;
options.skipMasking = true;
options.skipIntensityThresholding = true;
options.skipBinarization = true;
options.skipMovieRender = true;
options.skipSaveFigures = true;
options.skipSaveOD = true;
options.skipLivePlot = false;
options.showProgressBar = true;

View File

@ -67,7 +67,7 @@ options.skipPreprocessing = true;
options.skipMasking = true;
options.skipIntensityThresholding = true;
options.skipBinarization = true;
options.skipSaveFigures = false;
options.skipSaveFigures = true;
options.skipLivePlot = false;
options.showProgressBar = true;

View File

@ -67,9 +67,7 @@ options.skipPreprocessing = true;
options.skipMasking = true;
options.skipIntensityThresholding = true;
options.skipBinarization = true;
options.skipMovieRender = true;
options.skipSaveFigures = true;
options.skipSaveOD = true;
options.skipLivePlot = false;
options.showProgressBar = true;

View File

@ -4,7 +4,7 @@
dataSources = {
struct('sequence', 'StructuralPhaseTransition', ...
'date', '2025/08/18', ...
'runs', [12]) % specify run numbers as a string in "" or just as a numeric value
'runs', [10]) % specify run numbers as a string in "" or just as a numeric value
};
options = struct();
@ -62,7 +62,7 @@ end
% Flags
options.skipNormalization = false;
options.skipUnshuffling = true;
options.skipUnshuffling = false;
options.skipPreprocessing = true;
options.skipMasking = true;
options.skipIntensityThresholding = true;