04b549d106c7d5756e8e1c093e60936f074c8ec6
factor in peak index + shift while graphing, only fit relevant data (peak & afterward), fix default A and Tau values to use tick scale, NOT time
CRDS Scan Analyzer
Basics
-
Designed for usage with Mid-IR laser comb scan output (time scale, not frequency)
-
Expected data column format:
[time, signal voltage in, piezo crystal voltage out]
Building
-
pip3 <or python3 -m pip> install -r requirements.txt -
build.cmd -compileUI -build -
Find build output in
/dist/
Usage
-
Import data (CSV format preferred, delimiter customization coming later, maybe even LabView binary)
-
Cut out & overlay peak groups using either piezo-voltage-threshold or group-spacing algorithm
-
Set peak isolation parameters + guesses for ringdown function coefficients
-
Admire glorious tau distributions for each comb tooth
Description
Languages
Python
98.4%
Batchfile
1.6%