Data Access at FLASH

Version 3.1 by sendels on 2019/06/26 08:19


timescale_dataAccess.png

At the Free-electron Laser Hamburg ( FLASHhttp://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif) we use the Distributed Object Oriented Control System ( DOOCShttp://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif). Devices are implemented via DOOCS server and via an API ( ONLINE) it is possible to request data directly from the DOOCS server by knowing the DOOCS address.
As correlations of different physical properties are often required all data at FLASH are indexed by the trainID, which identify each of FLASH's pulse trains. The during a beamtime recorded data are stored via a Data Acquisition System ( DAQ) which sort all events from the individual DOOCS server by trainID. When requested HDF files are created after the beamtime which includes the important data from the accelerator and its diagnostic as well as the data created by the users. This time scale we define as offline as the HDF files are converted after the beamtime is over. For synchronous data during an experiment it is possible to create shorter HDF slices via a nearOnline converter within a few minutes. For working with this partially incomplete HDF slices we provide an API called BeamtimeDaqAccess. Reading synchronous data via an online API is possible via a configurable DAQ middle layer server, the DAQmonitor, which feeds the correlated data back in the control system while it provides a ring buffer with 32 events in size.


online

live at 10 Hz

online via DAQmonitor

live up to 3s into the past

nearOnline

a few minutes

offline

after the beamtime

it-infrastructure.png

During a beamtime at FLASH we have two IT infrastructures each with different purpose. In the FLASH halls you have local machines which are used with functional accounts and they have access to the beamline files-systemhttp://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif for your current experiment. For more demanding task we could also provide workstations which can be dedicated to a single user experiment. For offline and nearOnline analysis the Maxwell clusterhttp://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif for high performance computing is available. On the Maxwell cluster you have to work with personal accounts as this regulates data access to the core file-systemhttp://hasfweb.desy.de/pub/TWiki/TWikiDocGraphics/external-link.gif.