|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
25 Aug 2024, Adrian Fisher, Info, Help parsing scdms_v1 data?
|
26 Aug 2024, Stefan Ritt, Info, Help parsing scdms_v1 data?
|
26 Aug 2024, Adrian Fisher, Info, Help parsing scdms_v1 data?
|
11 Sep 2024, Konstantin Olchanski, Info, Help parsing scdms_v1 data?
|
|
Message ID: 2811
Entry time: 25 Aug 2024
Reply to this: 2812
2836
|
Author: |
Adrian Fisher |
Topic: |
Info |
Subject: |
Help parsing scdms_v1 data? |
|
|
Hi! I'm working on creating a ksy file to help with parsing some data, but I'm having trouble finding some information. Right now, I have it set up very rudimentary - it grabs the event header and then uses the data bank size to grab the size of the data, but then I'm needing additional padding after the data bank to reach the next event.
However, there's some irregularity in the "padding" between data banks that I haven't been able to find any documentation for. For some reason, after the data banks, there's sections of data of either 168 or 192 bytes, and it's seemingly arbitrary which size is used.
I'm just wondering if anyone has any information about this so that I'd be able to make some more progress in parsing the data.
The data I'm working with can be found at https://github.com/det-lab/dataReaderWriter/blob/master/data/07180808_1735_F0001.mid.gz
And the ksy file that I've created so far is at https://github.com/det-lab/dataReaderWriter/blob/master/kaitai/ksy/scdms_v1.ksy
There's also a block of data after the odb that runs for 384 bytes that I'm unsure the purpose of, if anyone could point me to some information about that.
Thank you! |