mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-30 02:10:02 +02:00

- State before merging the new cluster vector API --------- Co-authored-by: Patrick <patrick.sieberer@psi.ch> Co-authored-by: JulianHeymes <julian.heymes@psi.ch> Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch> Co-authored-by: Xiangyu Xie <45243914+xiangyuxie@users.noreply.github.com> Co-authored-by: xiangyu.xie <xiangyu.xie@psi.ch> Co-authored-by: siebsi <sieb.patr@gmail.com>
25 lines
599 B
ReStructuredText
25 lines
599 B
ReStructuredText
JungfrauDataFile
|
|
==================
|
|
|
|
JungfrauDataFile is a class to read the .dat files that are produced by Aldo's receiver.
|
|
It is mostly used for calibration.
|
|
|
|
The structure of the file is:
|
|
|
|
* JungfrauDataHeader
|
|
* Binary data (256x256, 256x1024 or 512x1024)
|
|
* JungfrauDataHeader
|
|
* ...
|
|
|
|
There is no metadata indicating number of frames or the size of the image, but this
|
|
will be infered by this reader.
|
|
|
|
.. doxygenstruct:: aare::JungfrauDataHeader
|
|
:members:
|
|
:undoc-members:
|
|
:private-members:
|
|
|
|
.. doxygenclass:: aare::JungfrauDataFile
|
|
:members:
|
|
:undoc-members:
|
|
:private-members: |