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 +""" +