Changes between Version 5 and Version 6 of ProcessingAtDAN/hyper_cal/bad_pixels
- Timestamp:
- May 10, 2012, 3:51:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProcessingAtDAN/hyper_cal/bad_pixels
v5 v6 19 19 == Method B == 20 20 '''__Deviation From Spectral And Spatial Neighbours__''' 21 22 If a pixel differs from it spectral and spatial neighbours then it is considered bad. 23 24 [[Image(method_B_example.png)]] 25 26 This is calculated by obtaining the mean for the light lines, so this gives a matrix with size: (num_bands, num_samples). Then for each pixel calculating the mean of the surrounding pixel(excluding the pixel being looked at), the surrounding pixels depend on the buffer size in the spectral and spatial direction. If the pixel being looked at is less than or greater than a certain percentage then it is considered bad. 27 28 == Method C ==