Changes for page The FLASH HDF5 structure
Last modified by sndueste on 2025/02/06 10:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,25 +1,8 @@ 1 1 == Contents == 2 2 3 -\\ 4 4 5 -* [[General information about HDF5>>doc:||anchor="General information about HDF5"]] 6 -* [[FLASH HDF5 structure>>doc:||anchor="FLASH HDF5 structure"]] 7 -* [[Most popular FLASH parameters and their names in HDF5>>doc:||anchor="Most popular FLASH parameters and their names in HDF5"]] 8 -** [[FLASH1>>doc:||anchor="FLASH1"]] 9 -*** [[Beamline info (FLASH1)>>doc:||anchor="Beamline info (FLASH1)"]] 10 -*** [[Photon Diagnostics SASE / Spectrometer (FLASH1)>>doc:||anchor="Photon Diagnostics SASE / Spectrometer (FLASH1)"]] 11 -*** [[Electron Beam properties (FLASH1)>>doc:||anchor="Electron Beam properties (FLASH1)"]] 12 -*** [[Timing information, rep rate etc.(FLASH1)>>doc:||anchor="Timing information, rep rate etc.(FLASH1)"]] 13 -*** [[Pump Probe Laser (FLASH1)>>doc:||anchor="Pump Probe Laser (FLASH1)"]] 14 -*** [[User Data (FLASH1)>>doc:||anchor="User Data (FLASH1)"]] 15 -** [[FLASH2>>doc:||anchor="FLASH2"]] 16 -** [[HDF5 structure revisions>>doc:||anchor="HDF5 structure revisions"]] 17 -* [[Example code showing how to access HDF5 files>>doc:||anchor="Example code showing how to access HDF5 files"]] 18 -** [[Samples how to read HDF5 with Matlab>>doc:||anchor="Samples how to read HDF5 with Matlab"]] 19 -** [[How to read HDF5 with Python via FLASHH5>>doc:||anchor="How to read HDF5 with Python via FLASHH5"]] 20 -* [[HDF5 and DOOCS>>doc:||anchor="HDF5 and DOOCS"]] 21 21 22 - \\5 +{{toc/}} 23 23 24 24 \\ 25 25 ... ... @@ -53,7 +53,7 @@ 53 53 54 54 \\ 55 55 56 -== Most popular FLASH parameters and their names in HDF5 == 39 +== Most popular FLASH parameters and their names in HDF5, DOOCS and (raw) DAQ == 57 57 58 58 The complete list for the relation between DOOCS names and HDF5 names for the recordable parameters can be found in [[DESY's Repository~[~[image:url:http://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif~|~|width="13" height="12"~]~]>>url:https://stash.desy.de/projects/CS/repos/pah/browse/src/camp/data/channel2HdfName.dat||shape="rect"]]. 59 59 The most common and often used ones are summarized below: ... ... @@ -140,7 +140,7 @@ 140 140 141 141 \\ 142 142 143 -==== Photon Diagnostics SASE / Spectrometer (FLASH1) ==== 126 +==== Photon Diagnostics SASE ([[GMD>>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/gmd_intensity_and_position/index_eng.html||shape="rect"]]) / Spectrometer (FLASH1) ==== 144 144 145 145 {{code language="none"}}/FL1/Photon Diagnostic/GMD/Average energy/energy tunnel{{/code}} 146 146 //always saved (PBD)// ... ... @@ -402,7 +402,7 @@ 402 402 //always saved (PBD)// 403 403 DOOCS prop : {{code language="none"}}none{{/code}} 404 404 DAQ channel: {{code language="none"}}none{{/code}} 405 -desc: Each 10 Hz burst has its unique train ID. For the HDF5 dataset the ID is the same for all parameters with the same index (note camera images may be shifted by 1 ID - talk to the experts !) 388 +desc: Each 10 Hz burst has its unique train ID. For the HDF5 data set the ID is the same for all parameters with the same index (note camera images may be shifted by 1 ID - talk to the experts !) 406 406 units: 407 407 \\ 408 408 ... ... @@ -409,7 +409,7 @@ 409 409 ===== Train time ===== 410 410 411 411 {{code language="none"}}/Timing/train time{{/code}} 412 -desc:Local time as array of day, hour, minute, second, and centisecond. This dataset is meant for visuali sation purposes only. For correlations use the train ID or the Unix time of the time stamp395 +desc:Local time as array of day, hour, minute, second, and centisecond. This data set is meant for visualization purposes only. For correlations use the train ID or the Unix time of the time stamp 413 413 units: d h min s cs 414 414 \\ 415 415 ... ... @@ -475,9 +475,15 @@ 475 475 476 476 ==== User Data (FLASH1) ==== 477 477 461 +The data saved specifically for detectors at an experiment will show up in /Experiment/ there is a large number of options for cameras or monitoring pslow properties (motor positons etc) for user experiments. For details please ask your local contact. 462 + 463 +NOTE: If parameters for an experiment are included on short notice the correct naming in the HDF5 may not be in time and the data will show up in /uncategorized/ with the DOOCS names 464 + 465 +The most common and permanently installed device used by experiment are our ADCs: 466 + 478 478 ===== GHz ADCs ===== 479 479 480 -ADC traces of the (SPDevices 412) GHZ ADCs available for the users . More information about the ADCs can be found [[here>>doc:FLASHUSER.Data Acquisition and controls.Controls (DOOCS, jDDD,\.\.\.).MTCA ADCs.WebHome]] 469 +ADC traces of the (SPDevices 412) GHZ ADCs available for the users . More information about the ADCs can be found** [[here>>doc:FLASHUSER.Data Acquisition and controls.Controls (DOOCS, jDDD,\.\.\.).MTCA ADCs.WebHome]]** 481 481 //saved on DEMAND in the user DAQ// 482 482 \\The HDF5 names for the ADC traces are depending on the beamline : 483 483 \\PG Beamline: ... ... @@ -500,14 +500,12 @@ 500 500 here the {{code language="none"}}CH00.TD{{/code}} is the full ADC trace as it is sampled ( typically several 100.000 samples per pulse train) while the {{code language="none"}}CH00.DAQ.TD{{/code}} trace only has the number of samples which are sent to the DAQ OR if //grouping// is activated the {{code language="none"}}CH00.DAQ.TD{{/code}} conatins only the grouped spectra. To read the ADC trace with an online analysis program the {{code language="none"}}CH00.DAQ.TD{{/code}} is used preferablly. 501 501 DAQ channel: {{code language="none"}}FLASH.FEL/ADC.ADQ.PG/EXP1.CH00{{/code}} 502 502 503 - in addition there are also additional parameters saved like:492 +In addition there are also additional parameters saved like: 504 504 505 -* sample frequency (in MHz)506 -* e rror(state)507 -* o ffset494 +* {{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. 495 +* {{code language="none"}}number of samples{{/code}}: total number of samoles recorded for each 10 Hz trigger 496 +* {{code language="none"}}error (ADC):{{/code}} 0 indicates that there was no error 508 508 509 -~| 510 - 511 511 ===== MHz ADCs ===== 512 512 513 513 similar to the GHz ADCs the MHz ADCs are saved with HDF5 names like: ... ... @@ -515,10 +515,19 @@ 515 515 DOOCS prop : FLASH.FEL/ADC.SIS.BL1/EXP1.CH02/CH00.TD 516 516 DAQ channel: : FLASH.FEL/ADC.SIS.BL1/EXP1.CH02 517 517 518 - \\505 +In addition there are also additional parameters saved like: 519 519 507 +* {{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. 508 +* {{code language="none"}}number of samples{{/code}}: total number of samoles recorded for each 10 Hz trigger 509 + 520 520 [[Contents>>doc:||anchor="Contents"]] 521 521 512 +\\ 513 + 514 +\\ 515 + 516 +\\ 517 + 522 522 === FLASH2 === 523 523 524 524 There is analog to FLASH1 a permanently running "PhotonDagnostic DAQ FLASH2" (PBD2) and 2 User DAQs ... ... @@ -526,11 +526,11 @@ 526 526 ==== Beamline info (FLASH2) ==== 527 527 528 528 (% style="color: rgb(255,153,0);" %)(not yet available){{code language="none"}}/FL2/Beamlines/Attenuator/pressure {{/code}}(%%) 529 -//always saved (PBD2)// 530 -DOOCS prop : {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} 531 -DAQ channel: {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} 532 -desc: set pressure in the gas attenuator 533 -units: mbar 525 +(% style="color: rgb(193,199,208);" %)//always saved (PBD2)// (%%) 526 +(% style="color: rgb(193,199,208);" %)DOOCS prop : {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} (%%) 527 +(% style="color: rgb(193,199,208);" %)DAQ channel: {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} (%%) 528 +(% style="color: rgb(193,199,208);" %)desc: set pressure in the gas attenuator (%%) 529 +(% style="color: rgb(193,199,208);" %)units: mbar(%%) 534 534 \\ 535 535 536 536 {{code language="none"}}/FL2/Beamlines/FL20/Shutter/open{{/code}} ... ... @@ -564,15 +564,13 @@ 564 564 565 565 \\ 566 566 567 - \\563 +==== Photon Diagnostics SASE ([[XGMD>>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/gmd_intensity_and_position/index_eng.html||shape="rect"]] - FLASH2) ==== 568 568 569 -==== Photon Diagnostics SASE (XGMD) ==== 570 - 571 571 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Average energy/energy tunnel{{/code}} 572 572 //always saved (PBD2)// 573 -DOOCS prop : FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ 574 -DAQ channel: FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ 575 -desc : calibrated average SASE Energy/pulse measured in the TUNNEL before the attenuator (ion current) 567 +DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ{{/code}} 568 +DAQ channel:{{code language="none"}} FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ{{/code}} 569 +desc : calibrated average ( ~~ 20 sec averaging time ) SASE Energy/pulse measured in the TUNNEL before the attenuator (ion current) 576 576 units : microJ 577 577 578 578 \\ ... ... @@ -579,12 +579,12 @@ 579 579 580 580 (% style="color: rgb(255,204,0);" %)average Sigma to be included in 581 581 582 -{{code language="none"}}/FL2/Photon Diagnostic/GMD/Average energy/energy tunnel uncertainty{{/code}} 583 -//always saved (PBD2)// 584 -DOOCS prop : FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ.SIGMA 585 -DAQ channel: FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ.SIGMA 586 -desc : (ion current)587 -units : microJ 576 +(% style="color: rgb(193,199,208);" %){{code language="none"}}/FL2/Photon Diagnostic/GMD/Average energy/energy tunnel uncertainty{{/code}} (%%) 577 +(% style="color: rgb(193,199,208);" %)//always saved (PBD2)// (%%) 578 +(% style="color: rgb(193,199,208);" %)DOOCS prop : FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ.SIGMA (%%) 579 +(% style="color: rgb(193,199,208);" %)DAQ channel: FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ.SIGMA (%%) 580 +(% style="color: rgb(193,199,208);" %)desc : This parameter gives an indication of the error of the measurement of the average pulse energy. This takes signal to noise, detector resolution, uncertainties in crossection etc into account. (it is NOT the measurement of the statistical fluctuation of the SASE pulses)(%%) 581 +(% style="color: rgb(193,199,208);" %)units : microJ 588 588 589 589 \\ 590 590 ... ... @@ -591,10 +591,10 @@ 591 591 \\ 592 592 593 593 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Pulse resolved energy/energy tunnel{{/code}} 594 -//always saved (PBD)// 595 -DOOCS prop : FLASH.FEL/XGM.INTENSITY/FL2. HALL/INTENSITY.TD596 -DAQ channel: FLASH.FEL/XGM.INTENSITY/FL2. HALL/INTENSITY.TD597 -desc :Energy per pulse Tunnel (from e-)-thevalues are set"0"iftherewasno SASE beamin theFEL588 +//always saved (PBD2)// 589 +DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL/INTENSITY.TD{{/code}} 590 +DAQ channel: {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL/INTENSITY.TD{{/code}} 591 +desc : Energy per pulse measured in the Tunnel (in fromt of the gas attenuator and the apertures in the Hall) 598 598 units : a.u. (more or less µJ but need to be calibrated with the "Average energy" for good precision) [[see here for help>>doc:FLASH.Calibrating the pulse resolved (electron) data from GMD]] 599 599 600 600 \\ ... ... @@ -601,68 +601,283 @@ 601 601 602 602 \\ 603 603 604 -{{code language="none"}}/FL 1/Photon Diagnostic/GMD/Pulse resolved energy/energy tunnel(raw){{/code}}605 -//always saved (PBD)// 606 -DOOCS prop : TTF2.DAQ/PHFLUX/OUT14/VAL{{/code}}607 -DAQ channel: {{code language="none"}} PBD.PHFLUX/TUNNEL.ENERGYPULSE.FF{{/code}}608 -desc : EnergyperpulseTunnel(frome-)-uncorrectedvalues. Thereare alsovalues savediftherewasbeam... justbackgroundnoise609 -units : a.u. (more or less µJ butneed to be calibratedwiththe"Averageenergy" for good precision) [[see hereforhelp>>doc:FLASH.Calibrating the pulseresolved (electron)data from GMD]]598 +{{code language="none"}}/FL2/Photon Diagnostic/GMD/Pulse resolved energy/energy tunnel uncertainty (sigma){{/code}} 599 +//always saved (PBD2)// 600 +DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL/INTENSITY.SIGMA.TD{{/code}} 601 +DAQ channel: {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL:4{{/code}} 602 +desc :(% style="color: rgb(0,0,0);" %)This parameter gives an indication of the error of the measurement of the pulse energy. This takes signal to noise, detector resolution, uncertainties in crossection etc into account. (it is NOT the measurement of the statistical fluctuation of the SASE pulses)(%%) 603 +units : a.u. (more or less µJ - related to the value of the pulse energy ) 610 610 611 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Average energy/energy BDA{{/code}} 612 -//always saved (PBD)// 613 -DOOCS prop : {{code language="none"}}TTF2.DAQ/PHFLUX/OUT05/VAL{{/code}} 614 -DAQ channel: {{code language="none"}}PBD.PHFLUX/BDA.ENPULSEIC{{/code}} 615 -desc : calibrated average SASE Energy/pulse measured in the BDA (in the experimental hall) after the attenuator (ion current) 616 -units : microJ 617 617 618 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Pulse resolved energy/energy BDA{{/code}} 619 -//always saved (PBD)// 620 -DOOCS prop : {{code language="none"}}TTF2.DAQ/PHFLUX/OUT35/VAL{{/code}} 621 -DAQ channel: {{code language="none"}}PBD.PHFLUX/BDA.ENERGYPULSE.USER{{/code}} 622 -desc :Energy per pulse BDA (from e-) - the values are set to "0" if there was no SASE beam in the FEL 623 -units : a.u. (more or less µJ but need to be calibrated with the "Average energy" for good precision) [[see here for help>>doc:FLASH.Calibrating the pulse resolved (electron) data from GMD]] 606 +{{code language="none"}}{{/code}} 624 624 625 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Pulse resolved energy/energy BDA (raw){{/code}} 626 -//always saved (PBD)// 627 -DOOCS prop : {{code language="none"}}TTF2.DAQ/PHFLUX/OUT15/VAL{{/code}} 628 -DAQ channel: {{code language="none"}}PBD.PHFLUX/BDA.ENERGYPULSE.FF{{/code}} 629 -desc :Energy per pulse BDA (from e-) - uncorrected values. There are also values saved if there was no beam ... just background noise 630 -units : a.u. (more or less µJ but need to be calibrated with the "Average energy" for good precision) [[see here for help>>doc:FLASH.Calibrating the pulse resolved (electron) data from GMD]] 608 +All values for the GMD are also available for the** HALL GMD **which is located in the experimental hall down stream the gas attenuator. If the attenuator is on the ratio between Hall and Tunnel signal shows the attenuation. **BUT NOTE** that the filter unit and the Aperture 4 are downstream the GMD. So if filters and aperture are used this influence is NOT measured by the GMD hall ! 631 631 632 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Beam position/position BDA horizontal{{/code}} 633 -//always saved (PBD)// 634 -DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.BDA/IX.POS{{/code}} 635 -DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.BDA/IX.POS{{/code}} 636 -desc :Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (BDA, x=horizontal) 637 -units : mm 610 +\\ 638 638 639 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Beam position/position BDA vertical{{/code}} 640 -//always saved (PBD)// 641 -DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.BDA/IY.POS{{/code}} 642 -DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.BDA/IY.POS{{/code}} 643 -desc :Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (BDA, y=vertical) 644 -units : mm 612 +Besides pulse energy the GMD also provides information about the beam position 645 645 646 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Beam position/position tunnel horizontal{{/code}} 647 -//always saved (PBD)// 648 -DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.TUNNEL/IX.POS{{/code}} 649 -DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.TUNNEL/IX.POS{{/code}} 650 -desc :Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (TUNNEL, x=horizontal) 614 +\\ 615 + 616 +{{code language="none"}}/FL2/Photon Diagnostic/GMD/Average Beam position/position tunnel horizontal{{/code}} 617 +//always saved (PBD2)// 618 +DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IX.POS{{/code}} 619 +DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IX.POS{{/code}} 620 +desc : the Average ( ~~ 20 sec averaging time ) Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (tunnel, x=horizontal) 651 651 units : mm 652 652 653 -{{code language="none"}}/FL1/Photon Diagnostic/GMD/Beam position/position tunnel vertical{{/code}} 654 -//always saved (PBD)// 655 -DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.TUNNEL/IY.POS{{/code}} 656 -DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL1.TUNNEL/IY.POS{{/code}} 657 -desc :Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (TUNNEL, y=vertical) 623 +\\ 624 + 625 +{{code language="none"}}/FL2/Photon Diagnostic/GMD/Average Beam position/position tunnel vertical{{/code}} 626 +//always saved (PBD2)// 627 +DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IY.POS{{/code}} 628 +DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IY.POS{{/code}} 629 +desc : the Average ( ~~ 20 sec averaging time ) Beam position of the photon Beam determined by the [[GMD>>doc:FLASH.Gas Monitor Detector]] (tunnel, x=horizontal) 658 658 units : mm 659 659 660 660 \\ 661 661 634 + 635 +//always saved (PBD2)// 636 +\\\\{{code language="none"}}/FL2/Photon Diagnostic/GMD/Pulse resolved beam position/position tunnel x DOOCS prop : FLASH.FEL/XGM.BPM/FL2.HALL/X.TDDAQ channel: FLASH.FEL/XGM.BPM/FL2.HALL:2 desc: {{/code}}Besides the well calibrated averaged beam position information there is also the option 637 +{{code language="none"}}to measure the beam position on a single bunch level. HOWEVER this methide needs a perfectly adjusted signal level (talk to your local contact !!) and also then the signal to noise is rather small and one needs some averaging ... BUT with this option one can determine if there was a spatial slope on a burst (say forst bunches were lower than the last ones or so ...)units : mm {{/code}} 638 + 639 +{{code language="none"}}(x=horizontal, y = vertial){{/code}} 640 + 641 +again the same parameter set is available for the **HALL GMD** 642 + 662 662 \\ 663 663 664 664 \\ 665 665 647 +==== Photon Diagnostics OPIS[[ >>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/opis_spectrometer/index_eng.html||shape="rect"]](FLASH2) ==== 648 + 649 +for more info see: [[ OPIS>>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/opis_spectrometer/index_eng.html||shape="rect"]] 650 + 651 +(The OPIS hall is not installed yet ...) 652 + 653 +\\ 654 + 655 +{{code language="none"}}/FL2/Photon Diagnostic/Wavelength/OPIS tunnel/Processed/mean photon energy{{/code}} 656 +// saved opon request (PBD2)// 657 +DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL042{{/code}} 658 +DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL042{{/code}} 659 +desc : mean photon energy ( ~~ 1 sec averaging time ) measured in the TUNNEL for a specific bunch out of the bunch train (via photoelectron spectroscopy) 660 +units : eV 661 + 662 +\\ 663 + 664 +{{code language="none"}}/FL2/Photon Diagnostic/Wavelength/OPIS tunnel/Processed/mean wavelength{{/code}} 665 +// saved opon request (PBD2)// 666 +DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL040{{/code}} 667 +DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL040{{/code}} 668 +desc : meanwavelength ( ~~ 1 sec averaging time ) measured in the TUNNEL for a specific bunch out of the bunch train (via photoelectron spectroscopy) 669 +units : nm 670 + 671 +\\ 672 + 673 +{{code language="none"}}/FL2/Photon Diagnostic/Wavelength/OPIS tunnel/Processed/number of analyzed bunch (in older version this can be found in OPIS tunnel/Expert stuff/General operation parameters/){{/code}} 674 +// saved opon request (PBD2)// 675 +DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL060{{/code}} 676 +DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL060{{/code}} 677 +desc : The bunch number of the bunch used for the wavelength calculation 678 +units : 679 + 680 +\\ 681 + 682 +If Opis is running typically on the the averaged data is saved. For several experiments it may make sense to save the information for each single bunch. This is up to now done by savng the compleate ADC trace of the TOF setup. This is a huge amount of data and needs processing. This has to be performed after the beamtime in close contact to [[Markus Braune>>mailto:markus.braune@desy.de||shape="rect"]] ( respobsible for [[OPIS>>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/opis_spectrometer/index_eng.html||shape="rect"]]) 683 + 684 +\\ 685 + 686 +In case OPIS was not operating there is still informaton about the **set wavelength** for the undulators (see below) which may differ by up to 5 % from the actual wavelength due to different settings in the FEL ... 687 + 688 +\\ 689 + 690 +\\ 691 + 692 +==== Electron Beam properties (FLASH2) ==== 693 + 694 +===== bunch charge ===== 695 + 696 +{{code language="none"}}/FL2/Electron Diagnostic/Bunch charge/after undulator{{/code}} 697 +//always saved (PBD2)// 698 +DOOCS prop : {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN/CHARGE.FLASH2{{/code}} 699 +DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN/CHARGE.FLASH2{{/code}} 700 +desc: electron bunch charge FLASH2 (average value for each bunchtrain). 701 +units: nC 702 + 703 +\\ 704 + 705 +===== undulator settings ===== 706 + 707 +{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/set wavelength{{/code}} 708 +//always saved (PBD2)// 709 +DOOCS prop : {{code language="none"}}TTF2.FEEDBACK/FL2.WAVELENGTHCONTROL/FLASH2/WAVELENGTH{{/code}} 710 +DAQ channel: {{code language="none"}}TTF2.FEEDBACK/FL2.WAVELENGTHCONTROL/FLASH2/WAVELENGTH{{/code}} 711 +desc: Set value for the anticipated wavelength . This parameter is used to set the undulator gap. It may however deviate from the actual wavelength by several % ... 712 +units: nm 713 + 714 +{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/SASE14 gap{{/code}} 715 +//always saved (PBD2)// 716 +DOOCS prop : {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE14/GAP{{/code}} 717 +DAQ channel: {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE14/GAP{{/code}} 718 +desc: gap value of the undulators. This can be used to follow up how many undulators were closed and if there was a taper 719 +units: mm 720 + 721 +The gap values are saved for all 12 undulators (Nr 3 to 14). Undulator 14 is the one closest to the experimental hall. 722 + 723 +===== 724 +arrival time ===== 725 + 726 +**FL1**{{code language="none"}}//Electron Diagnostic/BAM/4DBC3/electron bunch arrival time (low charge){{/code}} 727 +//always saved (PBD2)// 728 +DOOCS prop : {{code language="none"}}FLASH.SDIAG/BAM/4DBC3/LOW_CHARGE_ARRIVAL_TIME{{/code}} 729 +DAQ channel: {{code language="none"}}FLASH.SDIAG/BAM.DAQ/4DBC3.LOW_CHARGE_ARRIVAL_TIME{{/code}} 730 +desc: Electron bunch arrival time measured with the BAM (more or less) before the undulator (pulse resolved data) 731 +units: ps (bigger numbers indicate later arrivaltime of the electrons) 732 + 733 +The BAM measures the arrivaltime of** FLASH 1 and FLASH2** in the same data set (thus also sorted in at /FL1/ !). The first values are for FLASH1 bunches. 734 +After a gap of about 70 micros ( 70 colums) with as entry for the switching between FLASH 1 and 2 the values for the electrons used in FLASH2 start. The start time of FLASH2 is also recorded in the DAQ. FLASH1 start time is for historic reasons 700. thus if e.g. the start time of FLASH2 ( property name see below) is 1200 it means that FLASH starts at column 500 (1200-700) ... 735 + 736 +Docu for BAM: [[LINK to detailled infos from MSK (may only work inside DESY network~[~[image:url:http://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif~|~|width="13" height="12"~]~]>>url:http://www.desy.de/~~mbock/pages/BAM_daq_channel_descriptions.html||shape="rect"]] and to a recent [[talk about the working principle of the BAM>>url:https://confluence.desy.de/download/attachments/134216957/BAM-basics_and_outlook-2018_DESY-template_16-9Format.pdf?version=1&modificationDate=1565162143328&api=v2||shape="rect"]] 737 + 738 + 739 +[[Contents>>doc:||anchor="Contents"]] 740 + 741 +\\ 742 + 743 +==== Timing information, rep rate etc. (FLASH2) ==== 744 + 745 +===== start time of FLASH2 ===== 746 + 747 +{{code language="none"}}/FL2/Timing/start time flash2{{/code}} 748 +//always saved (PBD2)// 749 +DOOCS prop : {{code language="none"}}FLASH.DIAG/TIMER/FLASHCPUTIME1.0/BUNCH_POSITION.2{{/code}} 750 +DAQ channel: {{code language="none"}}FLASH.DIAG/TIMER/FLASHCPUTIME1.0/BUNCH_POSITION.2{{/code}} 751 +desc: The max 600 µs acceleration time of FLASH is devided between FLASH1 and FLASH2. This 600 µs window starts with FLASH1 (up to now) at a time"label" of 700 µs (for historic reasons). Thus the first bunch of FLASH 1 comes at "700" and the last possibel bunch comes at 1300 (700+600). After FLASH1 train is over ther is a about 70µs switching time with no bunches. Then comes the first FLASH2 bunch. Thus if e.g. the start time of FLASH2 is 1200 it means that FLASH2 starts at column 500 (1200-700) in the HDF5 files. (However for yet unknown reasons this may change by 2-3 colums ...) 752 +units: µs 753 + 754 +===== bunch repetition rate ===== 755 + 756 +{{code language="none"}}/FL2/Timing/repetition rate{{/code}} 757 +//always saved (PBD2)// 758 +DOOCS prop : {{code language="none"}}FLASH.DIAG/TIMER/FLASHCPUTIME1.0/REP_RATE_KHZ.2{{/code}} 759 +DAQ channel: {{code language="none"}}FLASH.DIAG/TIMER/FLASHCPUTIME1.0/REP_RATE_KHZ.2{{/code}} 760 +desc: repetition rate of the bunches / pulses within the burst (FLASH2) 761 +units: kHz 762 + 763 +===== actual number of pulses ===== 764 + 765 +{{code language="none"}}/FL1/Timing/actual number of bunches{{/code}} 766 +//always saved (PBD2)// 767 +DOOCS prop : {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/3GUN/NUMBEROFBUNCHES.FLASH2{{/code}} 768 +DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/3GUN/NUMBEROFBUNCHES.FLASH2{{/code}} 769 +desc: Number of bunches measured BEHIND the undulator. If pulses are used for diagnostic of the protection system of the accelerator limits the number of bunches to be accelerated this is the actual number that created XUV radiation.The number is calculated by the DAQ middle layer server, (FLASH2) 770 +units: 771 +\\ 772 + 773 +===== actual pulse pattern recorded after the undulator ===== 774 + 775 +{{code language="none"}}/FL1/Timing/Bunch pattern/pattern after undulator{{/code}} 776 +//always saved (PBD2)// 777 +DOOCS prop : {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN.PULSEPATTERN{{/code}} 778 +DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN.PULSEPATTERN{{/code}} 779 +desc: The bunch pattern as function of time in a burst recorded by toroide diagnostic BEHIND the undulator. (FLASH2) 780 +units: 781 +\\ 782 + 783 +===== Train ID ===== 784 + 785 +{{code language="none"}}/Timing/train ID{{/code}} 786 +//always saved (PBD2)// 787 +DOOCS prop : {{code language="none"}}none{{/code}} 788 +DAQ channel: {{code language="none"}}none{{/code}} 789 +desc: Each 10 Hz burst has its unique train ID. For the HDF5 dataset the ID is the same for all parameters with the same index (note camera images may be shifted by 1 ID - talk to the experts !) 790 +units: 791 +\\ 792 + 793 +===== Train time ===== 794 + 795 +//always saved (PBD2) 796 +//{{code language="none"}}/Timing/train time{{/code}} 797 +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 798 +units: d h min s cs 799 +\\ 800 + 801 +{{code language="none"}}/Timing/time stamp{{/code}} 802 + 803 +//always saved (PBD2)// 804 +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 805 +second column: microseconds 806 +third column: Train ID of FLASH 807 +\\ 808 + 809 +[[Contents>>doc:||anchor="Contents"]] 810 + 811 +\\ 812 + 813 +==== User Data (FLASH1) ==== 814 + 815 +===== GHz ADCs ===== 816 + 817 +ADC traces of the (SPDevices 412) GHZ ADCs available for the users . More information about the ADCs can be found [[here>>doc:FLASHUSER.Data Acquisition and controls.Controls (DOOCS, jDDD,\.\.\.).MTCA ADCs.WebHome]] 818 +//saved on DEMAND in the user DAQ// 819 +\\The HDF5 names for the ADC traces are depending on the beamline : 820 +\\PG Beamline: 821 +{{code language="none"}}/FL1/Experiment/PG/ADQ412 GHz ADC/CH00/TD{{/code}} 822 +{{code language="none"}}/FL1/Experiment/PG/ADQ412 GHz ADC/CH01/TD{{/code}} 823 +{{code language="none"}}/FL1/Experiment/PG/ADQ412 GHz ADC/CH02/TD{{/code}} 824 +{{code language="none"}}/FL1/Experiment/PG/ADQ412 GHz ADC/CH03/TD{{/code}} 825 + 826 +BL Beamlines: 827 +{{code language="none"}}/FL1/Experiment/BL1/ADQ412 GHz ADC/CH00/TD{{/code}} 828 +{{code language="none"}}/FL1/Experiment/BL1/ADQ412 GHz ADC/CH01/TD{{/code}} 829 +{{code language="none"}}/FL1/Experiment/BL1/ADQ412 GHz ADC/CH02/TD{{/code}} 830 +{{code language="none"}}/FL1/Experiment/BL1/ADQ412 GHz ADC/CH03/TD{{/code}} 831 +\\{{code language="none"}}/FL1/Experiment/BL2/ADQ412 GHz ADC/CH00/TD{{/code}} 832 +{{code language="none"}}/FL1/Experiment/BL2/ADQ412 GHz ADC/CH01/TD{{/code}} 833 +\\{{code language="none"}}/FL1/Experiment/BL3/ADQ412 GHz ADC/CH02/TD{{/code}} 834 +{{code language="none"}}/FL1/Experiment/BL3/ADQ412 GHz ADC/CH03/TD{{/code}} 835 + 836 +DOOCS prop : {{code language="none"}}FLASH.FEL/ADC.ADQ.PG/EXP1.CH00/CH00.TD or CH00.DAQ.TD{{/code}} 837 +here the {{code language="none"}}CH00.TD{{/code}} is the full ADC trace as it is sampled ( typically several 100.000 samples per pulse train) while the {{code language="none"}}CH00.DAQ.TD{{/code}} trace only has the number of samples which are sent to the DAQ OR if //grouping// is activated the {{code language="none"}}CH00.DAQ.TD{{/code}} conatins only the grouped spectra. To read the ADC trace with an online analysis program the {{code language="none"}}CH00.DAQ.TD{{/code}} is used preferablly. 838 +DAQ channel: {{code language="none"}}FLASH.FEL/ADC.ADQ.PG/EXP1.CH00{{/code}} 839 + 840 +In addition there are also additional parameters saved like: 841 + 842 +* {{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. 843 +* {{code language="none"}}number of samples{{/code}}: total number of samoles recorded for each 10 Hz trigger 844 +* {{code language="none"}}error (ADC):{{/code}} 0 indicates that there was no error 845 +* {{code language="none"}}/CH0-CH3/offset{{/code}}: To use the full dynamic range of the ADC one can shift the base line . This offset is saved here. 846 + 847 +===== MHz ADCs ===== 848 + 849 +similar to the GHz ADCs the MHz ADCs are saved with HDF5 names like: 850 +{{code language="none"}}/FL1/Experiment/BL1/SIS8300 100MHz ADC/CH2/TD{{/code}} 851 +DOOCS prop : FLASH.FEL/ADC.SIS.BL1/EXP1.CH02/CH00.TD 852 +DAQ channel: : FLASH.FEL/ADC.SIS.BL1/EXP1.CH02 853 + 854 +In addition there are also additional parameters saved like: 855 + 856 +* {{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. 857 +* {{code language="none"}}number of samples{{/code}}: total number of samoles recorded for each 10 Hz trigger 858 + 859 +[[Contents>>doc:||anchor="Contents"]] 860 + 861 +\\ 862 + 863 +\\ 864 + 865 +\\ 866 + 867 +\\ 868 + 869 +\\ 870 + 871 +\\ 872 + 873 +\\ 874 + 666 666 (% class="wrapped" %) 667 667 |=((( 668 668 DAQ name