Versions Compared

Key

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

...

Package Lusi

Namespace Pds::Lusi

LCLS Ultrafast Science Instruments

class DiodeFexConfigV1

Configuration for feature extraction from each of the diodes used by the Intensity-Position Monitor.

Public Types

Code Block
  enum  	{ Version = 1 }
  enum  	{ NRANGES = 3 }

...

Code Block
  float value

class IpmFexConfigV1

Configuration for the feature extraction of LUSI In-situ Intensity-Position Monitor, composed of four silicon diodes arranged around the cross-section of hte x-ray beam to detect back-scattered Compton photons off a thin low-Z material window just downstream. The response from each diode is separately digitized and made available for calculation of the X-ray beam position and intensity at the location of the window.

Public Types

Code Block
 	Version = 1
 	NCHANNELS = 4
enum  	{ Version = 1 }
enum  	{ NCHANNELS = 4 }

...

Code Block
  float 	channel [4]
  float 	sum
  float 	xpos
  float 	ypos

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.

Public Types

Code Block
  Version = 1
  enum  { Version = 1 }

...