MarcYin / SIAC

A sensor invariant Atmospheric Correction (SIAC)
http://www2.geog.ucl.ac.uk/~ucfafyi/Atmo_Cor/
GNU Affero General Public License v3.0
61 stars 17 forks source link

Stange pixels after applying NBAR #24

Closed nbennasr closed 1 year ago

nbennasr commented 1 year ago

@MarcYin Could you please take a look at the SIAC output here where a strange pixels appear after applying NBAR.

RGB after SIAC:

image

image

RGB after NBAR:

image

image

MarcYin commented 1 year ago

This is caused by bad quality BRDF prior (mostly very dark surface). It has been identified and filled with values from the surrounding pixels and stored in the c_factor_mask file for each band.

Thanks.

nbennasr commented 1 year ago

Thank you!