Fully validated code - droplets to stripes analysis across multiple folders completed successfully. 2D analysis, PCA and lattice reconstruction remain to be implemented.

This commit is contained in:
Karthik 2025-08-24 10:04:37 +02:00
parent bc1c3e287a
commit ebd31a91fb

View File

@ -4,7 +4,7 @@
dataSources = { dataSources = {
struct('sequence', 'StructuralPhaseTransition', ... struct('sequence', 'StructuralPhaseTransition', ...
'date', '2025/08/16', ... 'date', '2025/08/16', ...
'runs', [9]) % specify run numbers as a string in "" or just as a numeric value 'runs', [8, 9, 10, 11, 12, 13]) % specify run numbers as a string in "" or just as a numeric value
}; };
options = struct(); options = struct();