Py6S.AtmosCorr?2)Is it the surface radiance or the at-sensor radiance?3)If it is the at-sensor radiance what is the significance of apparent radiance?4)If at-sensor radiance and apparent radiance are same,isn't the surface radiance/reflectance retrieval the main idea behind atmospheric correction?So why is these two value changing?
Urgent Help Required.Thank You for hearing me!!
1)What do we give as the input to the classPy6S.AtmosCorr?
You call this class using one of its classmethods, to set the radiance or reflectance to use as input to the atmospheric correction. For example:
s.atmos_corr = AtmosCorr.AtmosCorrLambertianFromRadiance(150)
will set the atmospheric correction to correct an at-sensor radiance of 150 W/m2/sr.
2)Is it the surface radiance or the at-sensor radiance?
It is at-sensor radiance - the whole point of atmospheric correction is to take measurements from the sensor (at-sensor radiance or at-sensor reflectance) and calculate the surface radiance or reflectance.
3)If it is the at-sensor radiance what is the significance of apparent radiance?
Apparent radiance and at-sensor radiance are the same.
4)If at-sensor radiance and apparent radiance are same,isn't the surface radiance/reflectance retrieval the main idea behind atmospheric correction?So why is these two value changing?
I'm afraid I don't understand this question, sorry.
Robin