Skip to content

Latest commit

 

History

History

README.md

Python Analysis & Calibration Suite

This suite contains the scientific processing pipeline used to characterize, calibrate, and validate the sensor system. The folders are numbered to represent the workflow order.

Requirements

  • Python 3.11.9 or higher
  • Libraries: pandas, numpy, matplotlib, scipy, seaborn, opencv-python, pyserial

Installation

Install all required dependencies using:

pip install -r requirements.txt

Workflow Overview

00_Utilities

Helper scripts for general data management.

01_Characterization

Characterization of fundamental hardware behavior.

02_Absolute_Calibration

Derive calibration factors to convert raw counts to absolute units.

03_Validation

Validation plots and analysis results.