diff --git a/config/complete_example.yaml b/config/complete_example.yaml index 652ad65..d1ea7eb 100644 --- a/config/complete_example.yaml +++ b/config/complete_example.yaml @@ -6,9 +6,9 @@ metadata: campaign: "Example_Campaign" instrument: "PSI SP2XR" - operator: "Barbara Bertozzi" + operator: "" description: "Complete example configuration with all features enabled" - created: "2025-09-29" + created: "" # ============================================================================ # FILE PATHS - All input and output locations @@ -81,28 +81,25 @@ histo: min_mass: 0.3 # Minimum mass (fg) max_mass: 400 # Maximum mass (fg) n_bins: 50 # Number of bins - #log_spacing: true # Logarithmic bin spacing # Scattering (optical diameter) distributions scatt: min_D: 100 # Minimum diameter (nm) max_D: 500 # Maximum diameter (nm) n_bins: 20 # Number of bins - #log_spacing: true # Logarithmic bin spacing # Time-lag distributions (mixing state analysis) timelag: - min: -10 # Minimum time lag (ns) - max: 400 # Maximum time lag (ns) + min: -10 # Minimum time lag + max: 400 # Maximum time lag n_bins: 100 # Number of bins - #log_spacing: false # Linear bin spacing for time-lag # ============================================================================ -# MIXING STATE ANALYSIS - Particle coating classification +# MIXING STATE ANALYSIS - Time delay method # ============================================================================ mixing_state: # Classification thresholds - threshold: 50 # Thick coating threshold (nm) + threshold: 50 # Thick coating threshold inc_scatt_ratio: 1.1 # Minimum incandescence/scattering ratio @@ -113,9 +110,9 @@ calibration: # Incandescence calibration incandescence: curve_type: "polynomial" # "polynomial", "powerlaw", or "spline" - parameters: [0.05, 2.047e-07, -1.2e-15] # Calibration coefficients + parameters: [0.05, 2.0470000507725255e-07] # Calibration coefficients # Scattering calibration scattering: curve_type: "powerlaw" # "polynomial", "powerlaw", or "spline" - parameters: [17.22, 0.169, -1.494] # [a, b, c] for powerlaw \ No newline at end of file + parameters: [17.21724257, 0.16908516, -1.49431104] # [a, b, c] for powerlaw \ No newline at end of file