Changes for page The FLASH HDF5 structure
Last modified by sndueste on 2025-11-19 14:51
From version 104.1
edited by sndueste
on 2025-11-19 14:51
on 2025-11-19 14:51
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -FLASHUSER.Offline data analysis (DAQ).WebHome 1 +FS-FLASH USER tmp.Offline data analysis (DAQ).WebHome - Content
-
... ... @@ -1,3 +1,6 @@ 1 +{{layout}} 2 +{{layout-section ac:type="single"}} 3 +{{layout-cell}} 1 1 == Contents == 2 2 3 3 ... ... @@ -58,17 +58,25 @@ 58 58 {{/expand}} 59 59 60 60 === HDF examples: === 64 +{{/layout-cell}} 65 +{{/layout-section}} 61 61 67 +{{layout-section ac:type="three_equal"}} 68 +{{layout-cell}} 62 62 * ADC data as example for **fast** **data** (10 Hz): 63 63 64 64 [[image:attach:image2020-11-16_15-26-28.png||height="250"]] 72 +{{/layout-cell}} 65 65 74 +{{layout-cell}} 66 66 * The //average// FEL pulse energy as example for the **slow** **data**. Here the data is not saved with 10 Hz - thus not for every FEL pulse train. The data is typically saved with 1 Hz if the values are changing (like the FEL energy) and every about 20 sec if there is no change for longer time ( e.g. motor set values). Thus to use the data together with the "fast" one, one has to interpolate the data as explained in the examples in the repos below show (e.g. {{code language="none"}}df['GMD_T_average'] = df['GMD_T_average'].interpolate(method='linear'){{/code}}) 67 67 68 68 ( as example only every 10th train ID is listed in the HDF group "index") 69 69 70 70 [[image:attach:image2020-11-16_15-31-45.png||height="250"]] 80 +{{/layout-cell}} 71 71 82 +{{layout-cell}} 72 72 * ((( 73 73 //zraw// group contains the **original DAQ (DOOCS) names** 74 74 ))) ... ... @@ -77,7 +77,11 @@ 77 77 78 78 79 79 [[image:attach:image2020-11-16_16-26-3.png||height="400"]] 91 +{{/layout-cell}} 92 +{{/layout-section}} 80 80 94 +{{layout-section ac:type="single"}} 95 +{{layout-cell}} 81 81 {{info}} 82 82 === There are different options that help you to work with the FLASH HDF5 data in Python === 83 83 ... ... @@ -84,30 +84,31 @@ 84 84 * The currently developed option for large data sets: [[the FAB package>>url:https://hasfcpkg.desy.de/fab/fab.html||shape="rect"]] ... see below 85 85 * and for smaller projects: (% class="Object" %)[[https:~~/~~/gitlab.desy.de/christopher.passow/flash-daq-hdf>>url:https://gitlab.desy.de/christopher.passow/flash-daq-hdf||shape="rect"]] 86 86 87 -(% class="Object" %)See also the collection of Demo data and sample scripts : [[ Collectionof HDF5 sampledatafromdifferentbeamlines>>doc:FLASHUSER.Offline data analysis (DAQ).Collection of HDF5 sample data from different beamlines.WebHome]] and [[DEMO - Working with FLASHdata>>doc:FLASHUSER.Offline data analysis (DAQ).DEMO - Working with FLASH data.WebHome]]102 +(% class="Object" %)See also the collection of Demo data and sample scripts : [[doc:FLASHUSER.Data Acquisition and controls.DAQ and controls overview.Offline data analysis (DAQ).Collection of HDF5 sample data from different beamlines.WebHome]] and [[doc:FLASHUSER.Data Acquisition and controls.DAQ and controls overview.Offline data analysis (DAQ).DEMO - Working with FLASH data.WebHome]] 88 88 {{/info}} 104 +{{/layout-cell}} 105 +{{/layout-section}} 89 89 107 +{{layout-section ac:type="single"}} 108 +{{layout-cell}} 109 + 90 90 91 - 92 92 == Complete list of recordable parameters == 93 93 94 94 The complete list for the relation between DOOCS names and HDF5 names for the recordable parameters can be found in [[DESY's Repository>>url:https://stash.desy.de/projects/CS/repos/pah/browse/src/camp/data/channel2HdfName.dat||shape="rect"]]. 114 + 95 95 96 -== Most popular FLASH parameters and their names in HDF5, DOOCS and ( .raw) DAQ ==116 +== Most popular FLASH parameters and their names in HDF5, DOOCS and (raw) DAQ == 97 97 98 98 {{id name="DOOCSparameters"/}} 99 99 120 +Note, the HDF group and data set names apply to our HDF tree version since vers. 0.3.0. 100 100 122 + 101 101 === FLASH1 === 102 102 125 +==== Beamline info (FLASH1) ==== 103 103 104 -In the Shutdown 2024 / 2025 the complete photon diagnostic and experiment control was renewed and thus the Doocs names and also some HDF5 names had to be changed. The new naming will be documented here as soon as the systems are online again. 105 - 106 -The previously used naming scheme (2024 and before) can be found here: 107 - 108 -{{expand expanded="false" title="FLASH1 naming scheme used until 2024"}} 109 -==== (% id="cke_bm_8853497S" style="display:none" %) (%%)Beamline info (FLASH1) ==== 110 - 111 111 {{code language="none"}}/FL1/Beamlines/Attenuator/pressure{{/code}} 112 112 //always saved (PBD)// 113 113 DOOCS prop : {{code language="none"}}FLASH.FEL/GAS_DOSING/FL1.ATTENUATOR/PRESSURE{{/code}} ... ... @@ -114,6 +114,7 @@ 114 114 DAQ channel: {{code language="none"}}FLASH.FEL/GAS_DOSING/FL1.ATTENUATOR/PRESSURE{{/code}} 115 115 desc: set pressure in the gas attenuator 116 116 units: mbar 133 + 117 117 118 118 {{code language="none"}}/FL1/Beamlines/BL/Fast shutter/open{{/code}} 119 119 //always saved (PBD)// ... ... @@ -135,6 +135,7 @@ 135 135 DAQ channel: {{code language="none"}}TTF2.FEL/BLFILTERS1/FILTER1/FW.MOTOR.POS{{/code}} 136 136 desc: Position of the BL filter wheel 1 - to correlate with the filter material please look [[here>>doc:FS-FLASH USER tmp.jddd-linked help pages.Filter-Units.Filter wheels in FLASH1 and FLASH2.WebHome]] 137 137 units: degree 155 + 138 138 139 139 {{code language="none"}}/FL1/Beamlines/BL/Filters/BL filter wheel/position filter 2{{/code}} 140 140 //always saved (PBD)// ... ... @@ -142,6 +142,7 @@ 142 142 DAQ channel: {{code language="none"}}TTF2.FEL/BLFILTERS2/FILTER2/FW.MOTOR.POS{{/code}} 143 143 desc: Position of the BL filter wheel 2 - to correlate with the filter material please look [[here>>doc:FS-FLASH USER tmp.jddd-linked help pages.Filter-Units.Filter wheels in FLASH1 and FLASH2.WebHome]] 144 144 units: degree 163 + 145 145 146 146 {{code language="none"}}/FL1/Beamlines/PG/Filters/position filter 1{{/code}} 147 147 //always saved (PBD)// ... ... @@ -149,6 +149,7 @@ 149 149 DAQ channel: {{code language="none"}}TTF2.FEL/BDAF1/BDA.F1/FW.MOTOR.POS{{/code}} 150 150 desc: Position of the PG filter wheel 1 151 151 units: degree 171 + 152 152 153 153 {{code language="none"}}/FL1/Beamlines/PG/Filters/position filter 2{{/code}} 154 154 //always saved (PBD)// ... ... @@ -156,6 +156,7 @@ 156 156 DAQ channel: {{code language="none"}}TTF2.FEL/BDAF2/BDA.F2/FW.MOTOR.POS{{/code}} 157 157 desc: Position of the PG filter wheel 2 158 158 units: degree 179 + 159 159 160 160 {{code language="none"}}/FL1/Beamlines/PG/Filters/position filter 3{{/code}} 161 161 //always saved (PBD)// ... ... @@ -228,8 +228,8 @@ 228 228 229 229 {{code language="none"}}/FL1/Photon Diagnostic/GMD/Average energy/energy tunnel{{/code}} 230 230 //always saved (PBD)// 231 -(% style="color:#000000" %)DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL1.TUNNEL/PHOTONFLUX.UJ{{/code}} (%%)232 -(% style="color:#000000" %)DAQ channel: {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL1.TUNNEL/PHOTONFLUX.UJ{{/code}}252 +(% style="color:#000000" %)DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL1.TUNNEL/PHOTONFLUX.UJ{{/code}} (%%) 253 +(% style="color:#000000" %)DAQ channel: {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL1.TUNNEL/PHOTONFLUX.UJ{{/code}} 233 233 234 234 desc : calibrated average SASE Energy/pulse measured in the TUNNEL upstream the gas attenuator 235 235 units : microJ ... ... @@ -238,8 +238,8 @@ 238 238 {{code language="none"}}/FL1/Photon Diagnostic/GMD/Pulse resolved energy/energy tunnel{{/code}} 239 239 //always saved (PBD)// 240 240 241 -(% style="color:#000000" %)DOOCS prop : (%%)242 - (% style="color:#000000" %){{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL1.TUNNEL/INTENSITY.TD{{/code}}DAQ channel: {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL1.TUNNEL/INTENSITY.TD{{/code}}262 +(% style="color:#000000" %)DOOCS prop : 263 +{{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL1.TUNNEL/INTENSITY.TD{{/code}}DAQ channel: {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL1.TUNNEL/INTENSITY.TD{{/code}} 243 243 244 244 desc : Energy per pulse measured in the Tunnel. In addition measurement errors and beam position are included for EACH pulse in the pulse train !! (see below) 245 245 units : a.u. (more or less µJ but need to be calibrated with the "Average energy" for good precision)** [[see here for help>>doc:FS-FLASH USER tmp.jddd-linked help pages.Calibrating the pulse resolved (electron) data from GMD.WebHome]]** ... ... @@ -246,6 +246,7 @@ 246 246 247 247 {{info title="GMD pulse resolved data structure"}} 248 248 For every pulse in the pulse train the information is saved: 270 + 249 249 250 250 1. **Intensity per pulse** (a.u. (more or less µJ )) 251 251 1. Intensity per pulse (auxillary GMD) - not used ... ... @@ -259,7 +259,8 @@ 259 259 The pulse energy and the error are plotted for the first bunch of the pulse trains saved in this 260 260 file 261 261 262 - [[image:image2021-2-9_10-51-6.png]] 284 + 285 +[[image:attach:image2021-2-9_10-51-6.png||height="250"]] 263 263 264 264 265 265 {{/info}} ... ... @@ -389,7 +389,7 @@ 389 389 ** FL1: 1SFELC → FL1.SFELC 390 390 ** FL2: FL2XTDS → (% style="color:#172b4d" %)FL2.SEED5 391 391 * for more Info: [[LINK to detailed infos from MSK>>doc:SDiag.How-to articles.BAM Data Structure.WebHome||shape="rect"]] 392 -* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments>>doc:F S-FLASHUSERtmp.Additional helpful things1.FLASH beamlines and instruments references.WebHome]]415 +* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments>>doc:FLASHUSER.Additional helpful things.FLASH beamlines and instruments references.WebHome]] 393 393 * a recent [[talk about the working principle of the BAM>>attach:BAM-basics and outlook-2018_DESY-template_16-9Format.pdf]] 394 394 {{/info}} 395 395 ... ... @@ -451,8 +451,8 @@ 451 451 452 452 //always saved (PBD)// 453 453 (% style="color:#172b4d" %)**FL1.SFELC**(%%) 454 -(% style="color:#000000" %)channel: FLASH.SDIAG/BAM/(% style="color:#172b4d" %)FL1.SFELC(% style="color:#000000" %)/ARRIVAL_TIME.ABSOLUTE.SA1.COMP (%%)455 - (% style="color:#000000" %){{code language="none"}} DOOCS prop : FLASH.SDIAG/BAM//ARRIVAL_TIME.ABSOLUTE.SA1.COMPDAQ {{/code}}(% style="letter-spacing:0.0px" %)desc: Electron bunch arrival time measured with the BAM before the undulator (pulse resolved data). This one was newly installed in 2020.. The property contains only the arrival time of the bunches sent to FL1 (e.g. if there are 30 bunches in FL1 the first 30 values are the arrival time the remaining numbers still may have arbitrary numbers looking like a signal which they are not). These are the same values as the "raw" data below - just "cleaned". The values show a very good correlation to the arrival time of the XUV pulses in the experiment (see help).477 +(% style="color:#000000" %)channel: FLASH.SDIAG/BAM/(% style="color:#172b4d" %)FL1.SFELC(% style="color:#000000" %)/ARRIVAL_TIME.ABSOLUTE.SA1.COMP 478 +{{code language="none"}} DOOCS prop : FLASH.SDIAG/BAM//ARRIVAL_TIME.ABSOLUTE.SA1.COMPDAQ {{/code}}(% style="letter-spacing:0.0px" %)desc: Electron bunch arrival time measured with the BAM before the undulator (pulse resolved data). This one was newly installed in 2020.. The property contains only the arrival time of the bunches sent to FL1 (e.g. if there are 30 bunches in FL1 the first 30 values are the arrival time the remaining numbers still may have arbitrary numbers looking like a signal which they are not). These are the same values as the "raw" data below - just "cleaned". The values show a very good correlation to the arrival time of the XUV pulses in the experiment (see help). 456 456 units: fs (bigger numbers (typically) indicate later arrival times of the electrons). 457 457 458 458 ... ... @@ -488,6 +488,7 @@ 488 488 DAQ channel: {{code language="none"}}PBD.BEAM.PROF.ML/DAQ.OUT.PROF.CCCED{{/code}} 489 489 desc: temporal profile of electron bunch, y axis in Ampers (FLASH1) 490 490 units: pixel 514 + 491 491 492 492 {{code language="none"}}/FL1/Electron Diagnostic/Electron bunch profile/Expert stuff/TDS calibration constant{{/code}} 493 493 //always saved (PBD) - IF LOLA is ON and ACTIVATED in the PBD DAQ (talk to expert)// ... ... @@ -495,6 +495,7 @@ 495 495 DAQ channel: = PBD.BEAM.PROF.ML/CCT= 496 496 desc: TDS calibration constant for the x-axis of the profiles: fs per pixel 497 497 units: fs per pixel 522 + 498 498 499 499 {{code language="none"}}/FL1/Electron Diagnostic/Electron bunch profile/TDS profile width rms{{/code}} 500 500 //always saved (PBD) - IF LOLA is ON and ACTIVATED in the PBD DAQ (talk to expert)// ... ... @@ -510,7 +510,8 @@ 510 510 DOOCS prop : {{code language="none"}}TTF2.DAQ/ENERGY.DOGLEG/E_INTRA_MEAN/VAL{{/code}} 511 511 DAQ channel: {{code language="none"}}PBD.ENERGY.DOGLEG/E_MEAN{{/code}} 512 512 desc: electron bunch energy (average over the bunch train) 513 -units: (% class="twikiNewLink" %)MeV 538 +units: (% class="twikiNewLink" %)MeV(%%) 539 + 514 514 515 515 {{code language="none"}}/FL1/Electron Diagnostic/Electron energy/pulse resolved energy{{/code}} 516 516 //always saved (PBD)// ... ... @@ -526,27 +526,26 @@ 526 526 DAQ channel: {{code language="none"}}PBD.ENERGY.DOGLEG/LAMBDA_MEAN{{/code}} 527 527 desc: Wavelength calculated by the electron bunch energy (average over the bunch train) (FLASH1) 528 528 units: nm 555 + 529 529 530 530 [[Contents>>doc:||anchor="Contents"]] 531 531 532 532 533 -==== ==== 534 - 535 - 536 536 ==== Timing information, rep rate etc. (FLASH1) ==== 537 537 538 538 ===== bunch repetition rate ===== 539 539 540 -{{code language="none"}}/Timing/repetition rate{{/code}} 564 +{{code language="none"}}/FL1/Timing/repetition rate{{/code}} 541 541 //always saved (PBD)// 542 542 DOOCS prop : {{code language="none"}}FLASH.DIAG/TIMER/FLASHCPUTIME1.0/REP_RATE_KHZ.1{{/code}} 543 -DAQ channel: {{code language="none"}}F LASH.DIAG/TIMER/FLASHCPUTIME1.0/REP_RATE_KHZ.1{{/code}}567 +DAQ channel: {{code language="none"}}TTF2.UTIL/LASER.CONTROL/GUN/PULSE_FREQ{{/code}} 544 544 desc: repetition rate of the bunches / pulses within the burst (FLASH1) 545 545 units: kHz 570 + 546 546 547 547 ===== set number of pulses ===== 548 548 549 -(% style="color:#ff6600" %)(HDF5 name not yet implemented - see zraw)(% style="color:#ff0000" %){{code language="none"}}/Timing/set number of bunches {{/code}}(%%) 574 +(% style="color:#ff6600" %)(HDF5 name not yet implemented - see zraw)(% style="color:#ff0000" %){{code language="none"}}/FL1/Timing/set number of bunches {{/code}}(%%) 550 550 //always saved (PBD)// 551 551 DOOCS prop : {{code language="none"}}FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1 [4th number]{{/code}} 552 552 DAQ channel: {{code language="none"}}FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1 [4th number]{{/code}} ... ... @@ -561,6 +561,7 @@ 561 561 DAQ channel: {{code language="none"}}TTF2.DIAG/PBD.TOROID.ML/12EXP{{/code}} 562 562 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, (FLASH1) 563 563 units: 589 + 564 564 565 565 ===== actual pulse pattern recorded after the undulator ===== 566 566 ... ... @@ -570,6 +570,7 @@ 570 570 DAQ channel: {{code language="none"}}TTF2.DIAG/PBD.TOROID.ML/12EXP{{/code}} 571 571 desc: The bunch pattern as function of time in a burst recorded by toroid diagnostic BEHIND the undulator. (FLASH1) 572 572 units: 599 + 573 573 574 574 ===== Train ID ===== 575 575 ... ... @@ -579,34 +579,24 @@ 579 579 DAQ channel: {{code language="none"}}none{{/code}} 580 580 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 !) 581 581 units: 609 + 582 582 583 -===== (% style="color:#e67e22" %)Train time(%%)=====611 +===== Train time ===== 584 584 585 - (% style="color:#e67e22" %){{code language="none"}}/Timing/train time{{/code}}613 +{{code language="none"}}/Timing/train time{{/code}} 586 586 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 587 587 units: d h min s cs 616 + 588 588 589 - (% style="color:#e67e22" %){{code language="none"}}/Timing/time stamp{{/code}}618 +{{code language="none"}}/Timing/time stamp{{/code}} 590 590 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 591 591 second column: microseconds 592 592 third column: Train ID of FLASH 622 + 593 593 594 - currently it issavedas Unix time in : /zraw/FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1/dGroup/time624 +[[Contents>>doc:||anchor="Contents"]] 595 595 596 -{{expand expanded="false" title="Timestamp help for python"}} 597 - import time 598 598 599 -# epoch time is found in /zraw/FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1/dGroup/time #!!! a leading 1 has to be added !!! 600 -# The time and date of the start of the data taking in the HDF file is encoded in the filename - to roughly check the time 601 -epoch_time = 1709051499.17 # Replace with your epoch time 602 - 603 -formatted_time = time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(epoch_time)) 604 -print(formatted_time) 605 -{{/expand}} 606 - 607 - 608 - 609 - 610 610 ==== Pump Probe Laser (FLASH1) ==== 611 611 612 612 **PIGLET (PG laser)** ... ... @@ -722,9 +722,10 @@ 722 722 * {{code language="none"}}number of samples{{/code}}: total number of samples recorded for each 10 Hz trigger 723 723 724 724 [[Contents>>doc:||anchor="Contents"]] 725 -{{/expand}} 726 726 727 727 744 + 745 + 728 728 === FLASH2 === 729 729 730 730 There is analog to FLASH1 a permanently running "PhotonDagnostic DAQ FLASH2" (PBD2) and 2 User DAQs ... ... @@ -732,12 +732,15 @@ 732 732 ==== Beamline info (FLASH2) ==== 733 733 734 734 {{code language="none"}}/FL2/Beamlines/Attenuator/pressure {{/code}} 753 +(% style="color:#000000" %)//always saved (PBD2)// (%%) 735 735 (% style="color:#000000" %)DOOCS prop : {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} (%%) 736 736 (% style="color:#000000" %)DAQ channel: {{code language="none"}}FLASH.FEL/ATT.GAS_DOSING/FL2.HALL/PRESSURE{{/code}} (%%) 737 737 (% style="color:#000000" %)desc: set pressure in the gas attenuator (%%) 738 -(% style="color:#000000" %)units: mbar 757 +(% style="color:#000000" %)units: mbar(%%) 758 + 739 739 740 740 {{code language="none"}}/FL2/Beamlines/FL20/Shutter/open{{/code}} 761 +//always saved (PBD2)// 741 741 DOOCS prop : {{code language="none"}}FLASH.FEL/ADC.SIS.FL2FS/FL20.SHUTTER/CH00.TD{{/code}} 742 742 DAQ channel: {{code language="none"}}FLASH.FEL/ADC.SIS.FL2FS/FL20.SHUTTER{{/code}} 743 743 desc: BL Beamline Fast shutter state: 1 is open, 0 is closed ( for technical reasons there are 100 vales of this state saved ...) ... ... @@ -745,12 +745,15 @@ 745 745 746 746 747 747 {{code language="none"}}/FL2/Beamlines/Filter wheel/position wheel 1{{/code}} 769 +//always saved (PBD2)// 748 748 DOOCS prop : {{code language="none"}}FLASH.FEL/FL20H.PH.MOTOR/MOTOR1.MOT3/FPOS{{/code}} 749 749 DAQ channel: FLASH.FEL/FL20H.PH.MOTOR/MOTOR1.MOT3/FPOS 750 750 desc: Position of the BL filter wheel 1 - to correlate with the filter material please look **[[here>>doc:FS-FLASH USER tmp.jddd-linked help pages.Filter-Units.Filter wheels in FLASH1 and FLASH2.WebHome]]** 751 751 units: degree 774 + 752 752 753 753 /FL2/Beamlines/Filter wheel/position wheel 2 777 +always saved (PBD2) 754 754 DOOCS prop : {{code language="none"}}FLASH.FEL/FL20H.PH.MOTOR/MOTOR2.MOT3/FPOS{{/code}} 755 755 DAQ channel: {{code language="none"}}FLASH.FEL/FL20H.PH.MOTOR/MOTOR2.MOT3/FPOS{{/code}} 756 756 desc: Position of the BL filter wheel 2 - to correlate with the filter material please look [[here>>doc:FS-FLASH USER tmp.jddd-linked help pages.Filter-Units.Filter wheels in FLASH1 and FLASH2.WebHome]] ... ... @@ -766,6 +766,7 @@ 766 766 ==== Photon Diagnostics SASE ([[XGMD>>url:http://photon-science.desy.de/facilities/flash/photon_diagnostics/gmd_intensity_and_position/index_eng.html||shape="rect"]] - FLASH2) ==== 767 767 768 768 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Average energy/energy tunnel{{/code}} 793 +//always saved (PBD2)// 769 769 DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ{{/code}} 770 770 DAQ channel:{{code language="none"}} FLASH.FEL/XGM.PHOTONFLUX/FL2.TUNNEL/PHOTONFLUX.UJ{{/code}} 771 771 desc : calibrated average ( ~~ 20 sec averaging time ) SASE Energy/pulse measured in the TUNNEL before the attenuator (ion current) ... ... @@ -773,6 +773,7 @@ 773 773 774 774 775 775 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Pulse resolved energy/energy tunnel{{/code}} 801 +//always saved (PBD2)// 776 776 DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL/INTENSITY.TD{{/code}} 777 777 DAQ channel: {{code language="none"}}FLASH.FEL/XGM.INTENSITY/FL2.TUNNEL/INTENSITY.TD{{/code}} 778 778 desc : Energy per pulse measured in the Tunnel (in front of the gas attenuator and the apertures in the Hall) In addition measurement errors and beam position are included for EACH pulse in the pulse train !! (see below) ... ... @@ -780,6 +780,7 @@ 780 780 781 781 {{info title="GMD pulse resolved data structure"}} 782 782 For every pulse in the pulse train the information is saved: 809 + 783 783 784 784 1. **Intensity per pulse** (a.u. (more or less µJ )) 785 785 1. Intensity per pulse (auxillary GMD) - not used ... ... @@ -807,6 +807,7 @@ 807 807 808 808 809 809 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Average Beam position/position tunnel horizontal{{/code}} 837 +//always saved (PBD2)// 810 810 DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IX.POS{{/code}} 811 811 DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IX.POS{{/code}} 812 812 desc : the Average ( ~~ 20 sec averaging time ) Beam position of the photon Beam determined by the GMD (tunnel, x=horizontal) ... ... @@ -814,6 +814,7 @@ 814 814 815 815 816 816 {{code language="none"}}/FL2/Photon Diagnostic/GMD/Average Beam position/position tunnel vertical{{/code}} 845 +//always saved (PBD2)// 817 817 DOOCS prop : {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IY.POS{{/code}} 818 818 DAQ channel: {{code language="none"}}FLASH.FEL/XGM.POSMON/FL2.TUNNEL/IY.POS{{/code}} 819 819 desc : the Average ( ~~ 20 sec averaging time ) Beam position of the photon Beam determined by the GMD (tunnel, x=horizontal) ... ... @@ -821,6 +821,7 @@ 821 821 822 822 823 823 /FL2/Photon Diagnostic/GMD/Pulse resolved beam position/position tunnel x 853 +always saved (PBD2) 824 824 DOOCS prop : FLASH.FEL/XGM.BPM/FL2.HALL/X.TD 825 825 DAQ channel: FLASH.FEL/XGM.BPM/FL2.HALL:2 826 826 desc: Besides the well calibrated averaged beam position information there is also the option 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 ...) ... ... @@ -840,6 +840,7 @@ 840 840 841 841 842 842 {{code language="none"}}/FL2/Photon Diagnostic/Wavelength/OPIS tunnel/Processed/mean photon energy{{/code}} 873 +// saved opon request (PBD2)// 843 843 DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL042{{/code}} 844 844 DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL042{{/code}} 845 845 desc : mean photon energy ( ~~ 1 sec averaging time ) measured in the TUNNEL for a specific bunch out of the bunch train (via photoelectron spectroscopy) ... ... @@ -847,6 +847,7 @@ 847 847 848 848 849 849 {{code language="none"}}/FL2/Photon Diagnostic/Wavelength/OPIS tunnel/Processed/mean wavelength{{/code}} 881 +// saved opon request (PBD2)// 850 850 DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL040{{/code}} 851 851 DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL040{{/code}} 852 852 desc : mean wavelength ( ~~ 1 sec averaging time ) measured in the TUNNEL for a specific bunch out of the bunch train (via photoelectron spectroscopy) ... ... @@ -854,6 +854,7 @@ 854 854 855 855 856 856 {{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}} 889 +// saved opon request (PBD2)// 857 857 DOOCS prop : {{code language="none"}}FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL060{{/code}} 858 858 DAQ channel:{{code language="none"}} FLASH.UTIL/STORE/FL2.TUNNEL.OPIS/VAL060{{/code}} 859 859 desc : The bunch number of the bunch used for the wavelength calculation ... ... @@ -872,6 +872,7 @@ 872 872 ===== bunch charge ===== 873 873 874 874 {{code language="none"}}/FL2/Electron Diagnostic/Bunch charge/after undulator{{/code}} 908 +//always saved (PBD2)// 875 875 DOOCS prop : {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN/CHARGE.FLASH2{{/code}} 876 876 DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN/CHARGE.FLASH2{{/code}} 877 877 desc: electron bunch charge FLASH2 (average value for each bunchtrain). ... ... @@ -881,6 +881,7 @@ 881 881 ===== electron bunch energy ===== 882 882 883 883 {{code language="none"}}/FL2/Electron Diagnostic/Electron energy/energy of first bunch/behind undulators{{/code}} 918 +//always saved (PBD2)// 884 884 DOOCS prop : {{code language="none"}}FLASH.DIAG/BEAM_ENERGY_MEASUREMENT/FL2XTDS/ENERGY.FLASH2{{/code}} 885 885 DAQ channel: (% style="color:#5e6c84" %)TTF2.DAQ/PBD2.BEAM.ENERGY.MEAS.ML.COPY/FL2XTDS.ENERGY.FLASH2{{code language="none"}}{{/code}}(%%) 886 886 desc: electron bunch energy measured behind the undulator. Data is saved with 10 Hz - BUT (for computation reasons) only the energy of the FIRST bunch is recorded. The data is also available for (% style="color:#5e6c84" %)extraction and septum in the beginning of FLASH2 ... ... @@ -891,19 +891,21 @@ 891 891 (% style="color: rgb(94, 108, 132); font-weight: 600; letter-spacing: 0px;" %) 892 892 ===== undulator settings ===== 893 893 894 -{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/set wavelength 1{{/code}} 895 -DOOCS prop : {{code language="none"}}FLASH.FEL/FL2.WAVELENGTHCONTROL/FLASH2.COLOR1/WAVELENGTH{{/code}} 896 -DAQ channel: {{code language="none"}}FLASH.FEL/FL2.WAVELENGTHCONTROL/FLASH2.COLOR1/WAVELENGTH{{/code}} 897 -desc: Set value for the anticipated wavelength 1 . This parameter is used to set the undulator gap. It may however deviate from the actual wavelength by several % ... For 2 color operation there is also the same parameter for COLOR 2 929 +{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/set wavelength{{/code}} 930 +//always saved (PBD2)// 931 +DOOCS prop : {{code language="none"}}TTF2.FEEDBACK/FL2.WAVELENGTHCONTROL/FLASH2/WAVELENGTH{{/code}} 932 +DAQ channel: {{code language="none"}}TTF2.FEEDBACK/FL2.WAVELENGTHCONTROL/FLASH2/WAVELENGTH{{/code}} 933 +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 % ... 898 898 units: nm 899 899 900 -{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/SASE13 gap{{/code}} 901 -DOOCS prop : {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE13/GAP{{/code}} 902 -DAQ channel: {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE13/GAP{{/code}} 903 -desc: gap value of the undulators. This can be used to follow up how many undulators were closed and if there was a taper. 936 +{{code language="none"}}/FL2/Electron Diagnostic/Undulator setting/SASE14 gap{{/code}} 937 +//always saved (PBD2)// 938 +DOOCS prop : {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE14/GAP{{/code}} 939 +DAQ channel: {{code language="none"}}FLASH.UTIL/FL2.UND.MOTOR/FL2SASE14/GAP{{/code}} 940 +desc: gap value of the undulators. This can be used to follow up how many undulators were closed and if there was a taper 904 904 units: mm 905 905 906 -The gap values are saved for all 12 undulators (Nr 2to 13). Undulator 13is the one closest to the experimental hall.943 +The gap values are saved for all 12 undulators (Nr 3 to 14). Undulator 14 is the one closest to the experimental hall. 907 907 908 908 ===== 909 909 arrival time (BAM) ===== ... ... @@ -918,7 +918,7 @@ 918 918 ** FL1: 1SFELC → FL1.SFELC 919 919 ** FL2: FL2XTDS → (% style="color:#172b4d" %)FL2.SEED5 920 920 * for more Info: [[LINK to detailed infos from MSK>>doc:SDiag.How-to articles.BAM Data Structure.WebHome||shape="rect"]] 921 -* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments>>doc:F S-FLASHUSERtmp.Additional helpful things1.FLASH beamlines and instruments references.WebHome]]958 +* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments>>doc:FLASHUSER.Additional helpful things.FLASH beamlines and instruments references.WebHome]] 922 922 * a recent [[talk about the working principle of the BAM>>attach:BAM-basics and outlook-2018_DESY-template_16-9Format.pdf]] 923 923 {{/info}} 924 924 ... ... @@ -943,7 +943,7 @@ 943 943 * The BAM 4DBC3 measures the arrivaltime of** FLASH 1 and FLASH2** in the same data set (thus also sorted in at /FL1/ !). 944 944 * The BAM 8FL2XTDS measures only for FLASH2 BUT has the same data structure as the other BAMS ... thus there are also (random) values in in the FLASH1 time slot 945 945 ** Structure: The first values are for FLASH1 bunches. 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) ... .In case of doubt ask your local contact 946 -* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments >>doc:F S-FLASHUSERtmp.Additional helpful things1.FLASH beamlines and instruments references.WebHome]]983 +* [[Link a collection of papers related to the BAM and the analysis of pump-probe experiments >>doc:FLASHUSER.Additional helpful things.FLASH beamlines and instruments references.WebHome]] 947 947 * [[LINK to detailed infos from MSK (may only work inside DESY network~[~[image:url:http://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif~|~|height="12" width="13"~]~]>>url:http://www.desy.de/~~mbock/pages/BAM_daq_channel_descriptions.html||shape="rect"]] 948 948 * a recent [[talk about the working principle of the BAM>>attach:BAM-basics and outlook-2018_DESY-template_16-9Format.pdf]] 949 949 {{/info}} ... ... @@ -1067,6 +1067,7 @@ 1067 1067 DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/3GUN/NUMBEROFBUNCHES.FLASH2{{/code}} 1068 1068 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) 1069 1069 units: 1107 + 1070 1070 1071 1071 ===== actual pulse pattern recorded after the undulator ===== 1072 1072 ... ... @@ -1076,6 +1076,7 @@ 1076 1076 DAQ channel: {{code language="none"}}FLASH.DIAG/PBD2.TOROID.ML/9FL2BURN.PULSEPATTERN{{/code}} 1077 1077 desc: The bunch pattern as function of time in a burst recorded by toroide diagnostic BEHIND the undulator. (FLASH2) 1078 1078 units: 1117 + 1079 1079 1080 1080 ===== Train ID ===== 1081 1081 ... ... @@ -1085,40 +1085,26 @@ 1085 1085 DAQ channel: {{code language="none"}}none{{/code}} 1086 1086 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 !) 1087 1087 units: 1127 + 1088 1088 1089 -===== (% style="color:#e67e22" %)Train time(%%)=====1129 +===== Train time ===== 1090 1090 1091 - (% style="color:#e67e22" %)//always saved (PBD2)//(%%)1092 - (% style="color:#e67e22" %){{code language="none"}}/Timing/train time{{/code}}1131 +//always saved (PBD2)// 1132 +{{code language="none"}}/Timing/train time{{/code}} 1093 1093 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 1094 1094 units: d h min s cs 1135 + 1095 1095 1096 1096 {{code language="none"}} 1097 1097 /Timing/time stamp 1098 1098 {{/code}} 1099 1099 1100 - (% style="color:#e67e22" %)//always saved (PBD2)//(%%)1101 - (% style="color:#e67e22" %)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 etc1141 +//always saved (PBD2)// 1142 +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 1102 1102 second column: microseconds 1103 1103 third column: Train ID of FLASH 1145 + 1104 1104 1105 - 1106 -(% id="cke_bm_2455529S" style="display:none" %) (%%)currently it is saved as Unix time in : /zraw/FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1/dGroup/time 1107 - 1108 -{{expand expanded="false" title="Timestamp help for python"}} 1109 - import time 1110 - 1111 -# epoch time is found in /zraw/FLASH.DIAG/TIMINGINFO/TIME1.BUNCH_FIRST_INDEX.1/dGroup/time #!!! a leading 1 has to be added !!! 1112 -# The time and date of the start of the data taking in the HDF file is encoded in the filename - to roughly check the time 1113 -epoch_time = 1709051499.17 # Replace with your epoch time 1114 - 1115 -formatted_time = time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(epoch_time)) 1116 -print(formatted_time) 1117 -{{/expand}} 1118 - 1119 - 1120 - 1121 - 1122 1122 [[Contents>>doc:||anchor="Contents"]] 1123 1123 1124 1124 ... ... @@ -1187,7 +1187,7 @@ 1187 1187 1188 1188 {{view-file att--filename="FSLADAQ-DAQParameterlistFL24-2.pdf"}}{{/view-file}} 1189 1189 1190 - internallink to parameter list: [[FS-LA DAQ - XWiki>>url:https://xwiki.desy.de/xwiki/bin/view/FSLADAQ/]]1215 + 1191 1191 {{/info}} 1192 1192 1193 1193 {{expand title="Laser parameters used until 2023"}} ... ... @@ -1662,3 +1662,8 @@ 1662 1662 ))) 1663 1663 1664 1664 [[Contents>>doc:||anchor="Contents"]] 1690 + 1691 + 1692 +{{/layout-cell}} 1693 +{{/layout-section}} 1694 +{{/layout}}