Difference between revisions of "Experiment-day guidelines"

From cctbx_xfel
Jump to: navigation, search
(Created page with " == Quick file system overview == When data are aquired, they are first passed to the DAQ (Data AQuisition) systems. These data are multiplexed into five or six streams in o...")
 
(Programs worth having up online)
Line 8: Line 8:
  
 
== Programs worth having up online ==
 
== Programs worth having up online ==
* mov_viewer to view data streams as soon as they are collected. An example config file is in tutorial setup directory as test.cfg [[Prepatory Steps]]
+
* mov_viewer to view data streams as soon as they are collected, this shows the raw data. An example config file is in tutorial setup directory as test.cfg [[Prepatory Steps]]
* The logging window
+
* Light average/max to see agregate of whole run. See [[Preparatory steps]]
 +
* Either process the whole dataset, or just run a hitfinder with real-time logging to see the data quality semi-quantiatvely. See [[Progress monitoring]]

Revision as of 19:38, 5 November 2013

Quick file system overview

When data are aquired, they are first passed to the DAQ (Data AQuisition) systems. These data are multiplexed into five or six streams in order to allow the high-speed readoff. This can be seen in the _sXX_ part of XTC filenames (s for stream). These streams are written to the FFB filesystem located at /reg/d/ffb, which is a fast flash drive system to be used only while online. Files are first written as XXX.inprogress during data collection, then the extention is changed to XXX.xtc once data aquisition is complete. Do not attempt to process data which is in progress, since pyana will crash when it hits the end of the file.

Data are copied to psdm for offline processing, but this is not so fast. Therfore, when online, data should be read from the ffb filesystem, and written to the psdm system (/reg/d/psdm). When offline, read and write from psdm. Do not read from ffb when not at the beamline.

Programs worth having up online

  • mov_viewer to view data streams as soon as they are collected, this shows the raw data. An example config file is in tutorial setup directory as test.cfg Prepatory Steps
  • Light average/max to see agregate of whole run. See Preparatory steps
  • Either process the whole dataset, or just run a hitfinder with real-time logging to see the data quality semi-quantiatvely. See Progress monitoring