Pycorsikaio
Python reader for CORSIKA binary file format
Install / Use
/learn @cta-observatory/PycorsikaioREADME
pycorsikaio

Python module to read the CORSIKA binary output files.
Install
Run
pip install corsikaio
Features
Load CORSIKA binary particle or cherenkov data files using python and numpy.
Also supports MMCS 6.5
from corsikaio import CorsikaCherenkovFile
import matplotlib.pyplot as plt
with CorsikaCherenkovFile('cer000001') as f:
print(f.run_header['run_number'])
print(f.version)
for e in f:
print(e.header['total_energy'])
plt.scatter(e.photons['x'], e.photons['y'])
plt.show()
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
