NuSpaceSim / nuSpaceSim

The main simulator repository for nuSpaceSim
BSD 3-Clause Clear License
11 stars 1 forks source link

Report Normalized Optical Cherenkov Spectrum for Each event #92

Open jfkrizmanic opened 1 year ago

jfkrizmanic commented 1 year ago

The information is currently calculated internal to the program, we just need to present this in the output data stream

ikepc1 commented 1 year ago

CHASM outputs are currently stored in custom python dataclasses. The fields are described in the definition of the class, and are all numpy arrays with various shapes: Screenshot from 2023-10-05 13-40-31

This class also contains methods which help write to corsika eventio format. I can add more to write to whatever format we decide on (.npz, hdf5 etc.).

ikepc1 commented 1 year ago

I added a function in CHASM which outputs to an astropy Qtable.