default_dir = "../Laborka/Zaloha/Matlab/";
[fname,path] = uigetfile(default_dir, "Select 1 or more experiment files", "Multiselect", "on");
fname = cellstr(fname);
-conditions.upper_vol = input("Enter the upper volume in mm^3: ")*1e-9; % 872e-9
-conditions.lower_vol = input("Enter the lower volume in mm^3: ")*1e-9; % 600e-9
+conditions.upper_vol = input("Enter the upper volume in mm^3: ")*1e-9; % 804e-9 (+-4 kalibrace 24.6.)
+conditions.lower_vol = input("Enter the lower volume in mm^3: ")*1e-9; % 684e-9 (stálý)
conditions.membrane_thickness = input("Enter the membrane thickness in μm: ")*1e-6; % 350e-6
conditions.membrane_diameter = input("Enter the effective diameter of membrane in mm: ")*1e-3; % 32e-3
conditions.membrane_mass = input("Enter the effective mass of the membrane in g: ")*1e-3; % 0.4368e-3