py script stubs

main
jebba 2022-01-09 12:20:22 -07:00
parent 4288d1851b
commit 9d1b102a49
4 changed files with 50 additions and 0 deletions

12
witgit-proc 100755
View File

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

12
witgit-rec 100755
View File

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

13
witgit-view 100755
View File

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

13
witgit-wut 100755
View File

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