49 of 73
Reference Manual ATOM one 4K mini
3
Cluster defects
4
...
5
Big cluster defects
10.5 dpc_add_pixel <x> <y>
Add a pixel coordinate to bad pixel table or dumps the whole table. Valid values for the x
and y coordinates range from 0 to resolution - 1.
# add pixel coordinate 200 200 into table
=> dpc_add_pixel 200 200
OK
# add pixel coordinate 100 100 into table
=> dpc_add_pixel 100 100
OK
# dump table
=> dpc_add_pixel
dpc_add_pixel 100 100
dpc_add_pixel 200 200
OK
10.6 dpc_del_pixel
Deletes all pixel coordinates from the defect pixel table.
10.7 dpc_save
Saves defect pixel table to persistent memory.
10.8 dpc_load
Loads defect pixel table from persistent memory.
10.9 dpc_auto_load
Automatically detects defect pixels and stores them in the non-persistent memory. Use
dpc_add_pixel
to dump the automatically filled table and
dpc_save
to save it
persistently.
To detect the pixels the device uses the same logic, that is also used for the automatic
defect pixel detection. That means you can vary the amount of pixels detected by adjusting
the
dpc_level
to the desired value. To check which pixels are currently being detected,
set
dpc_mode
to auto-detection and
dpc_test_mode
to validation mode.