MERIS Level 1 Radiometric Processor - Equalization Algorithm Specification |
![]() |
The MERIS swath is imaged by a CCD. The radiance at each pixel of a MERIS L1b products results from the measurements of 5 cameras spread across the swath, each one imaging a part of the swath with 740 so-called detectors in FR (corresponding to 185 mean detectors in RR). This results into 3700 detectors imaging the swath of MERIS FRS product (925 in RR). The response of each one of these detectors is calibrated during the routine operation of the instrument. Residual uncertainties in the calibration process result into detector-to-detector and camera-to-camera systematic radiometric differences. The equalization corrects for these radiometric differences via set of detector dependent coefficients correcting for the residual uncertainties in the calibration process. These coefficients are retrieved via a methodology described in [R-1] based on observations of the Antarctica plateau spread out throughout the MERIS mission lifetime.
The correction relies on equalization coefficients which are band dependent, detector index dependent and time dependent:
c_eq[band, detector, date]
with detector=[0..nb_detectors-1] ; nb_detector is respectively 924 an 3699 for RR and FR
and date = julian_day(month, day, year)-julian_day(4,1,2002)
julian_day(month, day, year) is the Julian day of the day, month and year of the MERIS L1b acquisition.
The time dependency of these c_eq is actually modelled via a 2nd order polynomial:
c_eq[band, detector, date] = c_eq_0[band, detector] + c_eq_1[band, detector] x date + c_eq_2[band, detector] x date x date
For each MERIS L1b spectral band and each reprocessing version there is a corresponding LUT, in ASCII format, containing the polynomial coefficients enabling the computation of the equalization coefficient for a given date and a given detector index. The lines in the LUT corresponds to increasing detector index [0..nb_detectors-1]. On each line one can find c_eq_0, c_eq_1 and c_eq_2
The equalization of a smile corrected L1b RR/FR reflectance product proceeds as follow:
loop over band = 1 to 15 loop over x= 0 to max_x loop over y = 0 to max_y detector=detector_index[x, y] date = julian_day(month, day, year)-julian_day(4,1,2002) c_eq [x, y]=c_eq_0[band, detector] + c_eq_1[band, detector] x date + c_eq_2[band, detector] x date x date rho_TOA_equalized[band, x, y] = rho_TOA_smile_corrected[band, x, y] / c_eq [x, y] end loop over y end loop over x end loop over band
where the detector_index is the MERIS L1b band of the same name. Further details on the retrieval of the equalization coefficients and their application to L1b products can be found in [R-1].
N.B.1: Equalization of band 11
As explained in [R-1], the equalization coefficient retrieval is not valid for the band 11. All equalisation
coefficients for band 11 have thus been forced to a values of 1 (no modification of the original L1b product for
this band)
N.B.2: Correction of the FR data is still only temporary
The FR equalization coefficients for products of the 3rd reprocessing are currently simply obtained by
linear interpolation of the RR equalisation coefficients.
This results in an equalization of the FR product only at a max RR spatial frequency and consequently, not all the
FR detector-to-detector systematic variations are corrected for. A future version of the FR equalisation
coefficient LUT (3rd reprocessing) will be generated that allow equalization at maximum FR spatial frequency