-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDMS data on OSN and descriptors #1
Comments
Event IOKarl Kosack <[email protected]> and Maximilian Nöthe <[email protected]> are ctapipe developers (https://ctapipe.readthedocs.io/). |
SuperCDMS data file: https://ncsa.osn.xsede.org/supercdms-data/CDMS/UMN/R68/Raw/07180808_1558/07180808_1558_F0001.mid.gz @pibion will provide data descriptor |
confirm I can access the data:
|
@zonca here's the descriptor for v8 of the supercdms format: https://github.com/det-lab/dataReaderWriter/blob/master/kaitai/ksy/scdms_v8.ksy. An example of data that this matches is at https://github.com/det-lab/dataReaderWriter/blob/master/data/51230216_125838_F0001.mid.gz. The UMN data above is v1, I'm working on a data description for that now. |
@pibion do you have docs on how to create a Python interface for this descriptor? do these use awkward arrays? |
@zonca yes, @ManasviGoyal has added an awkward-array compiler to Kaitai-Struct, https://github.com/ManasviGoyal/kaitai_struct_compiler, https://github.com/ManasviGoyal/kaitai_awkward_runtime |
Her talk on how to use these is at https://github.com/ManasviGoyal/PyHEP-2023-Awkward-Target-for-Kaitai-Struct |
ok, I managed to install https://github.com/ManasviGoyal/kaitai_awkward_runtime, and run the example:
@ManasviGoyal how do I load https://github.com/det-lab/dataReaderWriter/blob/master/kaitai/ksy/scdms_v8.ksy or the dataset instead? |
We want to investigate how to use data descriptors of SuperCDMS data to document their structure, this could be used by automated systems like EventIO to interface with the data
The text was updated successfully, but these errors were encountered: