From 9d1b102a49799c27b6ae7098cac6f1918220df90 Mon Sep 17 00:00:00 2001 From: jebba Date: Sun, 9 Jan 2022 12:20:22 -0700 Subject: [PATCH] py script stubs --- witgit-proc | 12 ++++++++++++ witgit-rec | 12 ++++++++++++ witgit-view | 13 +++++++++++++ witgit-wut | 13 +++++++++++++ 4 files changed, 50 insertions(+) create mode 100755 witgit-proc create mode 100755 witgit-rec create mode 100755 witgit-view create mode 100755 witgit-wut diff --git a/witgit-proc b/witgit-proc new file mode 100755 index 0000000..3a01f2e --- /dev/null +++ b/witgit-proc @@ -0,0 +1,12 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Script to process a data file from a DIY / low cost spectrometer. + +Based on software from the DIY particle detector by Oliver Keller. +https://github.com/ozel/DIY_particle_detector + +@author: Jeff Moe +@date: January 2022 +""" + diff --git a/witgit-rec b/witgit-rec new file mode 100755 index 0000000..47bab2d --- /dev/null +++ b/witgit-rec @@ -0,0 +1,12 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Script to record from a DIY / low cost spectrometer via audio. + +Based on software from the DIY particle detector by Oliver Keller. +https://github.com/ozel/DIY_particle_detector + +@author: Jeff Moe +@date: January 2022 +""" + diff --git a/witgit-view b/witgit-view new file mode 100755 index 0000000..3042a64 --- /dev/null +++ b/witgit-view @@ -0,0 +1,13 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Script to view a plot of a data file from a DIY / low cost spectrometer via +audio. + +Based on software from the DIY particle detector by Oliver Keller. +https://github.com/ozel/DIY_particle_detector + +@author: Jeff Moe +@date: January 2022 +""" + diff --git a/witgit-wut b/witgit-wut new file mode 100755 index 0000000..837ac53 --- /dev/null +++ b/witgit-wut @@ -0,0 +1,13 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Script to categorize data from a file from a DIY / low cost spectrometer via +audio. + +Based on software from the DIY particle detector by Oliver Keller. +https://github.com/ozel/DIY_particle_detector + +@author: Jeff Moe +@date: January 2022 +""" +