Auxiliary Data Files for Smile Correction

The BEAM Smile Correction processor uses three different sets of auxiliary data files for processing. All of them are flat text files:

  1. For all MERIS L1b products: band_info.txt
  2. For MERIS L1b full resolution products: central_wavelen_fr.txt, sun_spectral_flux_fr.txt
  3. For MERIS L1b reduced resolution products:central_wavelen_rr.txt, sun_spectral_flux_rr.txt

band_info.txt

This file contains a header line followed by 15 lines associated with each MERIS band. The header line explains the parameters contained in this file. The columns are theoretical band wavelength in nmsolar spectral flux in LU for the theoretical band wavelength
1bandthe one-based band index (ignored)
2switch_landwhether or not to perform reflectance correction over land
3lower_landlower, one-based band index to be used for correction over land
4upper_landupper, one-based band index to be used for correction over land
5switch_waterwhether or not to perform reflectance correction over water
6lower_waterlower, one-based band index to be used for correction over water
7upper_waterupper, one-based band index to be used for correction over water
8lam_theo
9E0_theo
The Smile Correction Processor always ignores the header line and the first column.

central_wavelen_fr.txt / central_wavelen_rr.txt

This files contain a header line followed by 3700 (FR) resp. 925 (RR) lines associated with each detector containing the zero-based detector index in the first column and the central wavelengths (in nm) for each MERIS band.
The Smile Correction Processor always ignores the header line and the first column.

sun_spectral_flux_fr.txt / sun_spectral_flux_rr.txt

This files contain a header line followed by 3700 (FR) resp. 925 (RR) lines associated with each detector containing the zero-based detector index in the first column and the solar spectral fluxes (in LU) for each wavelength for each MERIS band.
The Smile Correction Processor always ignores the header line and the first column.