From 0e4423209e210b988a093b7e4a4c60dec28f0337 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Tue, 13 Jul 2021 23:45:45 -0700 Subject: [PATCH] update readme, repo name, window title --- README.md | 19 +++++++++++++++++++ app.ui | 6 +++--- widgets.py | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2ab54d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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]` + +### Usage + +1. Import data (CSV format preferred, delimiter customization coming later, maybe even [LabView binary](https://pypi.org/project/npTDMS/)) + +2. Cut out & overlay peak groups using either piezo-voltage-threshold or group-spacing algorithm + +3. Set peak isolation parameters + guesses for ringdown function coefficients + +4. Admire glorious tau distributions for each comb tooth + + diff --git a/app.ui b/app.ui index 3adf916..ad17675 100644 --- a/app.ui +++ b/app.ui @@ -11,7 +11,7 @@ - CRDS Time Analyzer + CRDS Scanalyzer QGroupBox: {font-style: bold; font-size: 8px } @@ -149,7 +149,7 @@ 0 0 221 - 101 + 103 @@ -445,7 +445,7 @@ 0 0 1091 - 21 + 26 diff --git a/widgets.py b/widgets.py index a24e57b..8f71872 100644 --- a/widgets.py +++ b/widgets.py @@ -67,7 +67,7 @@ class help_menu(QtWidgets.QMenu): self.addAction(visit_repo) def go_to_repo(self): - PyQt5.QtGui.QDesktopServices.openUrl(QtCore.QUrl('https://github.com/turtlebasket/crds-time-analyzer')) + PyQt5.QtGui.QDesktopServices.openUrl(QtCore.QUrl('https://github.com/turtlebasket/crds_analyze')) # Inputs / Parameter boxes