Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction
The data file format

Anchor
intro
intro

Introduction

LCLS Data Analysis frameworks are under development. The currently supported approaches for analysis of LCLS data are:

...

Disclaimer: There is no more complete or up-to-date documentation than the code itself, so regard this document as an introduction and a user guide, not a complete documentation.

...

Anchor
xtc
xtc

The data file format: xtc

The data recorded from the LCLS experiments are stored in xtc (extended container) files. These files contain "datagrams" which are an object of some type (TypeId) with associated status (Damage), source (Src) and extent (size). It is not an indexed file and does not provide random access, and can only be read seqencially, one event (shot) at a time.

...