|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
24 Apr 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
24 Apr 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
24 Apr 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
24 Apr 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
25 Apr 2020, Konstantin Olchanski, Forum, API to read MIDAS format file
|
03 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
03 May 2020, Konstantin Olchanski, Forum, API to read MIDAS format file
|
04 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
03 May 2020, Stefan Ritt, Forum, API to read MIDAS format file
|
26 May 2020, Pintaudi Giorgio, Forum, API to read MIDAS format file
|
|
Message ID: 1878
Entry time: 24 Apr 2020
Reply to this: 1879
1880
1884
|
Author: |
Pintaudi Giorgio |
Topic: |
Forum |
Subject: |
API to read MIDAS format file |
|
|
Dear MIDAS people,
I need to borrow your wisdom for a bit.
I am developing a piece of software that should read the history data stored in a
.midas file (MIDAS format) and integrate it into the WAGASCI data quality output.
In other words, I need to read some temperature values stored in a .midas file and
compare them with the MPPC gains and check for temperature/gain dependence.
I see three possibilities:
- write a custom parser in C++ using the instructions contained in the Mhformat page;
- call the mhist program from within my application;
- call the mhdump program from within my application;
Which solution do you think is the best?
Because there is no need for raw performance, if possible, I would like to write my application in Python3 but C++ is also an option. |