Versions Compared

Key

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

...

Code Block
  float 	base [NRANGES]
  float 	scale [NRANGES]

class DiodeFexV1

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

Public Types

Code Block
 	Version = 1
  enum  { Version = 1 }

...

Code Block
   DiodeFexConfigV1 	diode [NCHANNELS]
   float 	xscale
   float 	yscale

class IpmFexV1

Feature extraction interface for the LUSI In-situ Intensity-Position Monitors.

Public Types

Code Block
 	Version = 1
enum  	{ Version = 1 }

...

Code Block
  float 	channel [4] // output from each of the four channels (diodes)
  float 	sum         // sum of all channels
  float 	xpos        // position in x
  float 	ypos        // position in y

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.

...