Changes between Version 4 and Version 5 of ProcessingAtDAN/hyper_cal/bad_pixels
- Timestamp:
- May 10, 2012, 3:28:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProcessingAtDAN/hyper_cal/bad_pixels
v4 v5 11 11 '''__Constant Light Inconstant Response__''' 12 12 13 During the calibration the hawk sensor receives light from an integrating sphere, this produces constant stable light, therefore if a pixels response varies then this pixel is considered bad. For example: 13 14 14 [[Image(bad_pixel_example.png)]] 15 [[Image(method_A_example.png)]] 16 17 The calculate whether a pixel is bad get the mean for the light region of the pixel, if a member of this pixel is less or greater than a given percentage it is considered bad. 18 19 == Method B == 20 '''__Deviation From Spectral And Spatial Neighbours__'''