pogo_html_docu/SIS3610/Attributes.html See pogo generated info for more details.
- Frame. 2D np.array with LM screen image in grayscale (0-255)
- Max_FPS. limits how often Frame will be read from camera. Value > 2 makes no sense
- Gain. camera gain in db
- GainMax. max camera gain in db
- GainMin. min camera gain in db
- ExposureTime. camera exposure time in sec
- ExposureTimeMax. max camera exposure time in sec
- ExposureTimeMin. min camera exposure time in sec
- SubtractBackground. Bool. If True - the N mean intensities will be subtacted from each pixel
- BackgroundSigmas. how many mean intensities will be subtacted from each pixel if SubtractBackground is True
- ROI_X. X coordinate of left top ROI corner in pixels
- ROI_Y. Y coordinate of left top ROI corner in pixels
- ROI_W. ROI width in pixels
- ROI_H. ROI height in pixels
- Max_X. X coordinate of maximum intensity within ROI in pixels
- Max_Y. Y coordinate of maximum intensity within ROI in pixels
- Max_Intensity. maximum intensity within ROI
- COM_X. X coordinate of center of mass within ROI in pixels
- COM_Y. H coordinate of center of mass within ROI in pixels
- FWHM_X. horizontal size of beam within ROI in pixels
- FWHM_Y. vertical size of beam within ROI in pixels
- ROI_Sum. sum of intensities over ROI region
- Value. adjustable attribute. Can be used as a counter for Sardana
- BackgroundSigmas. which parameter will be use as a source for Value attribute. Can be `max_i`, `max_x`, `max_y`, `com_x`, `com_y`, `fwhm_x`, `fwhm_y`, `sum`