-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
29 lines (25 loc) · 1.18 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# TODO
path: 'data/tgs/irradiation' # directory containing input files
idxs: null # indices of files to fit (null for all)
# Signal Processing
signal_process:
heterodyne: di-homodyne # detection method: 'di-homodyne' or 'mono-homodyne'
null_point: 2 # null point selection (valid range: 1-4)
plot: false # enable/disable processed signal visualization
# FFT Analysis
fft:
signal_proportion: 0.9 # proportion of signal to analyze (0.0 to 1.0)
duplicate_signal: false # double the signal amplitude for analysis
use_derivative: true # use signal derivative instead of raw signal
analysis_type: psd # analysis method: 'psd' (power spectral density) or 'fft' (fast Fourier transform)
# Lorentzian Fitting
lorentzian:
signal_proportion: 1.0 # proportion of signal to use for fitting (0.0 to 1.0)
frequency_bounds: [0.1, 0.9] # frequency range for fitting [GHz]
dc_filter_range: [0, 12000] # DC filtering range [Hz]
bimodal_fit: false # enable bimodal Lorentzian fitting
plot: false # enable/disable FFT and Lorentzian fit visualization
# TGS Fitting
tgs:
grating_spacing: 3.5276 # TGS probe grating spacing [µm]
plot: false # enable/disable TGS fit visualization