GCStat is an interactive script to read out logbook files of GC/MS Systems and do statistical analysis of activity und overall performance.
- Parses logbook files and inserts information into an SQLite3 database
- Performs statistical calculations
- Generates various reports
Example reports are given below:
- Install Python 3.X and Git from official sources like Python.org or git-scm.com
- Clone into this repository with
git clone https://github.com/m0n0368291/GCStat.git - Create a folder named
login the same directory asmain.pywhich contains all GCMS logfiles - Execute
main.pyby typingpython main.pyinto the command-line, after navigating into the folder containing the repository - The command-lin interface will give you further instructions. For help just type
help.
- read logbook files into SQLite3 database
- respect privacy and not read user data
- give a short report of analyses for a given time frame
- output a plot for all sample analyses in a given time frame
- output a plot for all sample analyses in i given time frame grouped by day of week
- histogram for injections per day
If you need any help, contact me via email


