EOMasters Toolbox Pro

Normalise SR for Sentinel-2 Processor (CLI)

Overview

The Normalise SR processor can be used with the command line tool gpt. General information about GPF and GPT can be found on their help pages. Specific help for the processor can be obtained with: ${SNAP-INSTALL-DIR}/bin/gpt -h S2NormSR
This will show the following help:

Usage:
  gpt S2NormSR [options] 

Description:
  Computation Sentinel-2 of Nadir BRDF Adjusted Reflectance


Source Options:
  -SsourceProduct=<file>    The Sentinel-2 L2A source product
                            This is a mandatory source.

Graph XML Format:
  <graph id="someGraphId">
    <version>1.0</version>
    <node id="someNodeId">
      <operator>S2NormSR</operator>
      <sources>
        <sourceProduct>${sourceProduct}</sourceProduct>
      </sources>
      <parameters/>
    </node>
  </graph>

Parameters

The normalisation operator does not have parameters.