Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Package Lusi

This package and namespace gives access to some feature-extracted parameters for IPIMB and YAG.

Namespace Pds::Lusi

LCLS Ultrafast Science Instruments

...

class DiodeFexV1

Interface to feature extraction extracted parameters from each of the diodes used by the Intensity-Position Monitor.

...

Code Block
   DiodeFexConfigV1 	diode [NCHANNELS]   
   float 	xscale
   float 	yscale

...

Code Block
  float 	channel [4] // background-subtracted output voltage from each of the four channels (diodes)
  float 	sum         // sum of all channels[]
  float 	xpos        // X-ray beam position in x (constructed from difference in intensity seen by left-right diodes)
  float 	ypos        // X-ray beam position in y (constructed from difference in intensity seen by top-bottom diodes)

class PimImageConfigV1

(question) Configuration information for the LUSI Pop-in Profile Monitors: YAG crystals used in the vacuum path of the FEL converts x-rays into visible light. Video cameras with zoom lenses are used to image the beam profile screens.

...