Versions Compared

Key

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

...

  • experiment name (which may optionally contain the name of an instrument)

    Code Block
    languagenone
    exp=CXI/cxi12313
    exp=cxi12313
  • run number specification (can be a single run, a range of runs, a series of runs, or a combination of all above)

    Code Block
    languagenone
    run=1
    run=10-20
    run=1,2,3,4
    run=1,20-20,31,41
  • file type, if not specified then 'xtc' is the default

    Code Block
    languagenone
    xtc
    h5
  • Location of the files, if not specified then files will be searched in a standard location (/reg/d/psdm/...). If this parameter is specified it needs to be full path name of the directory where files are located

    Code Block
    languagenone
    dir=/reg/d/ffb/cxi/cxi12345/xtc
  • Input number stream number for XTC files, if value is omitted then one pseudo-random stream is selected (this is useful to balance the load on FFB storage system for example):

    Code Block
    languagenone
    one-stream=1
    one-stream
  • allow reading from live XTC files while they're still being recorded (by the DAQ or by the Data Migration service). Note that this feature is only available when running psana at PCDS, in all other cases the option will be ignored:

    Code Block
    languagenone
    live

     

     

Few examples of dataset specification:

...