s2d2.sentinel2_instrument
Module Contents
Functions
|
convert the digital numbers of Sentinel-2 to top of atmosphere (TOA), see |
Attributes
- s2d2.sentinel2_instrument.dn_to_toa(img_dn)[source]
convert the digital numbers of Sentinel-2 to top of atmosphere (TOA), see for more details [wwwS2L1C].
- Parameters:
img_dn (numpy.ndarray, dim={2,3}, size=(m,n)) – grid with intensities
- Returns:
grid with top of atmosphere reflectances
- Return type:
numpy.ndarray, dim={2,3}, size=(m,n)
Notes