haniwers#
Haniwers: Cosmic Ray Detection Analysis Tool.
Haniwers is a data acquisition and analysis toolkit for studying cosmic rays using the OSECHI detector. It’s designed to help researchers collect, process, and analyze cosmic ray event data with ease.
What is Haniwers?
Haniwers provides tools for:
Collecting raw cosmic ray detector data (Data Acquisition / DAQ)
Preparing and cleaning the raw data (Preprocessing)
Analyzing detector thresholds and event rates (Analysis)
Visualizing cosmic ray patterns and trends (Visualization)
Getting Started
For first-time users:
Install:
pip install haniwersor use PoetryConfigure: Create a TOML configuration file with detector settings
Collect: Run
haniwers daqto collect data from the OSECHI detectorProcess: Use
haniwers run2csvto convert raw data to analyzable formatAnalyze: Run
haniwers scanfor threshold analysis
Main Modules
config: Configuration management and data structuresdaq: Data acquisition from the OSECHI cosmic ray detectorthreshold: Threshold scanning and optimizationpreprocess: Raw data parsing and cleaningpostprocess: Data analysis and visualizationcli: Command-line interface for all tools
Documentation
For detailed information, visit the online docs or use haniwers docs
Submodules#
Package Contents#
Data#
API#
- haniwers.__version__#
‘0.24.2’