From e0236e1a407efe1d53465d127dade6a630a2d0eb Mon Sep 17 00:00:00 2001 From: Tom Selier Date: Fri, 22 Mar 2024 13:59:50 +0100 Subject: [PATCH] updated readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e1095b..bcf8a7b 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,15 @@ Description of PCB design choices. Measurement reports for aforementioned experiments. - Arne van Iterson - Tom Selier + +## Scripts +This repository contains scripts to assist in parsing data obtained from a Tektronix oscilloscope + +### `./scripts/reflection.py` +A script containing the neccessary steps to find peaks and measure the peaks and throughs of a 1d signal. + +### `./scripts/reader.py` +A module containing a class to read data from a tektronix oscilloscope. + +### `./scripts/helper.py` +A module containing a function that slices array based on time. \ No newline at end of file