Changes for page The FLASH HDF5 structure

Last modified by sndueste on 2025/02/06 10:55

From version 15.1
edited by sndueste
on 2019/09/18 09:12
Change comment: There is no comment for this version
To version 16.1
edited by sndueste
on 2019/09/18 09:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -485,9 +485,10 @@
485 485  
486 486  in addition there are also additional parameters saved like:
487 487  
488 -* sample frequency (in MHz)
489 -* error (state)
490 -* offset
488 +* {{code language="none"}}sample frequency{{/code}}: it shows the sample frequency in MHz (number of samples per µs). NOTE: the clock of the ADC is NOT synchronized to the FLASH timing system. Thus the number of samples between bunches in the bunch train may be not integer numbers which will be show up for long bunch trains.
489 +* {{code language="none"}}number of samples{{/code}}: total number of samoles recorded for each 10 Hz trigger
490 +* {{code language="none"}}error (ADC):{{/code}} 0 indicates that there was no error
491 +* {{code language="none"}}offset{{/code}}: To use the full dynamic range of the ADC one can shift the base line . This offset is saved here.
491 491  
492 492  ~|
493 493  
... ... @@ -727,7 +727,7 @@
727 727  
728 728  \\
729 729  
730 -==== Timing information, rep rate etc.  (FLASH1) ====
731 +==== Timing information, rep rate etc.  (FLASH2) ====
731 731  
732 732  ===== start time of FLASH2 =====
733 733  
... ... @@ -779,13 +779,16 @@
779 779  
780 780  ===== Train time =====
781 781  
782 -{{code language="none"}}/Timing/train time{{/code}}
783 +//always saved (PBD2)
784 +//{{code language="none"}}/Timing/train time{{/code}}
783 783  desc:Local time as array of day, hour, minute, second, and centisecond. This dataset is meant for visualisation purposes only. For correlations use the train ID or the Unix time of the time stamp
784 784  units: d h min s cs
785 785  \\
786 786  
787 -{{code language="none"}}/Timing/time stamp{{/code}}
788 -desc:first column: Local time in unix time. To get day, hour, minute, second you can use unix: e.g. date ~-~-date='@1553617729' or matlab, python etc
789 +{{code language="none"}}/Timing/time stamp{{/code}}
790 +
791 +//always saved (PBD2)//
792 +desc: first column: Local time in unix time. To get day, hour, minute, second you can use unix: e.g. date ~-~-date='@1553617729' or matlab, python etc
789 789  second column: microseconds
790 790  third column: Train ID of FLASH
791 791  \\