S3 L1C SYN Tool - Mis-registration Algorithm | ![]() |
The S3 L1C tool can co-register SLSTR and OLCI data by using a
so called mis-registration file. This
file provides mapping information for the correspondence grids
between the OLCI reference channel and other OLCI and SLSTR
near-nadir channels.
Here the implemented algorithm for applying the provided
mis-registration information shall be briefly explained.
The mis-registration algorithm uses SENTINEL-3 (A/B) OLCI EFR and SLSTR L1B RBT data as inputs. Besides the two satellite data products an ancillary product is used. This mis-registration file, provides information on how the OLCI and the SLSTR product must be mapped onto each other. In the following the expected versions are defined of the input files:
The algorithm constructs a lookup-table that maps the SLSTR image grid (x/y) to the corresponding OLCI image grid. To do this it uses the so called instrument grid (scan/pixel/detector). The lookup-table is created by the 5 following steps, the necessary data is read from the input files:
SLSTR(x, y) -> SLSTR(idx_scan, idx_pixel,
idx_detector)
SLSTR(idx_scan, idx_pixel, idx_detector) ->
MISR(misr_row, misr_col)
mapping SLSTR(misr_row, misr_col) -> OLCI(camera,
line, detector)
mapping OLCI(camera,line,detector) ->
OLCI(row,col)
mapping SLSTR(x,y) -> OLCI(row,col) ->
OLCI(row,col)
When the lookup-table is created, the mapping is applied.