62
•
Camera Operation
Name
flatfieldCalculatePixelStatistics
Display Name
Calculate Pixel Statistics
Name Space
Custom
Firmware Release
06
Visibility
Guru
Access
Read-Write
Type
Command
Values
Notes
This command calculates the pixel statistics.
Name
defectivePixelDetectionAlgorithmSelector
Display Name
Dynamic Replacement Algorithm
Name Space
Custom
Firmware Release
05
Visibility
Expert
Access
Read-Write
Type
Enumeration
Values
Method3
(Pre-Correction Median Filter) - Horizontal Median Filter. Before FFC Correction.
Method4
(Post-Correction Median Filter) - Horizontal Median Filter. After FFC Correction.
Notes
Enables or disables dynamic defective pixel detection and replacement. Note that each filter
can be active at the same time.
Name
defectivePixelDetectionMode
Display Name
Dynamic Replacement Mode
Name Space
DFNC
Firmware Release
05
Visibility
Expert
Access
Read-Write
Type
Enumeration
Values
Active
- Enable dynamic defective pixel replacement.
Off
- Disable dynamic defective pixel replacement.
Notes
Enables or disables the dynamic defective pixel detection and replacement for the selected
algorithm.
If (ABS (Pixel
x,y
- Pixel
x-1,y
)
> defectivePixelDetectionMinBrightThreshold AND
ABS ( Pixel
x,y
-
Pixel
x+1, y
) ) > defectivePixelDetectionMinBrightThreshold ) THEN Pixel
x,y
= Median (Pixel
x-1,y
,
Pixel
x,y ,
, Pixel
x+1,y
)
Note: both the Pre and Post filters can be active at the same time.
Name
defectivePixelDetectionMinBrightThreshold
Display Name
Dynamic Replacement Min Threshold
Name Space
DFNC
Firmware Release
05
Visibility
Guru
Access
Read-Write
Type
Integer
Values
1 to 255
Notes
Defines the maximum threshold value that a pixel can achieve before being corrected.
Name
simpleFeedThroughCoeff1, simpleFeedThroughCoeff2, simpleFeedThroughCoeff3
Display Name
Simple Feedthrough Correction Coeff 1 - Coeff 3