Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 201

Table of Contents

Advertisement

Chapter 7
7.2.1.5
PicamStarDefect
Description
PicamStarDefect
information. A star defect is a pixel that leaks most of its charge where some of which
go into its surrounding pixels. The leaky pixel and its neighbors make up the star.
Structure Definition
The structure definition for
Variable Definitions
The variables required by
Advanced Function APIs
specifies the location of the center of a "star" defect and additional
PicamStarDefect
typedef struct PicamStarDefect
{
PicamPixelLocation center;
} PicamStarDefect;
PicamStarDefect
center: The center of the star.
bias: The pixel values of the star with no light.
adjacent_factor: The fraction of the pixel value that was due to the star center
leaking into adjacent pixels.
diagonal_factor: The fraction of the pixel value that was due to the star center
leaking into diagonal pixels.
is:
pi32f bias;
pi32f adjacent_factor;
pi32f diagonal_factor;
are:
201

Advertisement

Table of Contents
loading

Table of Contents