60 of 95
Reference Manual ATOM one SSM500
3
Cluster defects
4
...
5
Big cluster defects
11.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
11.6 dpc_del_pixel <pixel-index>
Deletes a pixel coordinate given by index from the defect pixel table. If no index is given,
the complete table will be deleted.
# delete pixel coordinate 0 from table
=> dpc_del_pixel 0
OK
# dump table
=> dpc_add_pixel
dpc_add_pixel 200 200
OK
11.7 dpc_save
Saves defect pixel table to persistent memory.
11.8 dpc_load
Loads defect pixel table from persistent memory.