Changes between Version 5 and Version 6 of ProcessingAtDAN/hyper_cal/bad_pixels


Ignore:
Timestamp:
May 10, 2012, 3:51:05 PM (12 years ago)
Author:
adbe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProcessingAtDAN/hyper_cal/bad_pixels

    v5 v6  
    1919== Method B ==
    2020'''__Deviation From Spectral And Spatial Neighbours__'''
     21
     22If a pixel differs from it spectral and spatial neighbours then it is considered bad.
     23
     24[[Image(method_B_example.png)]]
     25
     26This 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 ==