<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-meris-glint</symbolicName>
    <version>1.2.1</version>
    <name>MERIS Glint Correction</name>

    <description>
        <![CDATA[
            <p>The MERIS/AATSR Glint Processor allows for the correction of the influence of the atmosphere and the
            specularly reflected solar radiation (sun glint) on radiance spectra measured with MERIS and/or AATSR.</p>

            <p>Algorithms: R. Doerffer from GKSS Research Centre, C. Brockmann from Brockmann Consult, J. Fischer et al. from Free University of Berlin</p>
            <p>Software: M.Peters/O.Danne of Brockmann Consult</p>

            <p>Documentation:</p>

            <ul>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-flint/glint_agc_atbd.pdf">Glint Correction with MERIS (ATBD 1)</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-flint/glint_agc_atbd.pdf">Glint Correction with MERIS and AATSR (ATBD 2)</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-flint/glint_sum.pdf">Software User Manual (SUM)</a></li>
            </ul>
    ]]>
    </description>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2007 by Brockmann Consult GmbH</copyright>
    <url>http://envisat.esa.int/beam</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        <![CDATA[
        <p>Changes in version 1.2.1<br/>
        - reflectances acn be written as radiance reflectances or irradiance reflectances
        - normalised reflectances can be written as additional output
        <p>Changes in version 1.2<br/>
        - added groups for spectral bands
        - added optional normalization of bidirectional reflectances to nadir
        - added optional smile corrections
        - new neural net for MERIS with better frequency distribution of IOPs, extended domain of concentrations
          and correction for calculation of transmission
        - Made Glint Correction thread safe
        - introduce flag agc_flags.INVALID combining agc_flags.LAND, agc_flags.CLOUD_ICE and l1_flags.INVALID
        - better default expressions for land and cloud/ice detection
        - copying start and stop time of meris source product
        </p>
        ]]>
    </changelog>

    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>
    <dependency>
        <module>beam-meris-radiometry</module>
    </dependency>
    <dependency>
        <module>flint-processor</module>
    </dependency>

    <categories>Processor,MERIS</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>correctAtmosphericGlint</id>
            <class>org.esa.beam.atmosphere.ui.GlintAction</class>
            <text>Glint Correction (MERIS/(A)ATSR)...</text>
            <shortDescr>Performs a glint correction on the selected Product</shortDescr>
            <longDescr>Performs a glint and atmospheric correction over water on the selected Product</longDescr>
            <mnemonic/>
            <parent>tools</parent>
            <helpId>merisGlint</helpId>
        </action>
    </extension>

    <extension point="beam-ui:helpSets">
        <helpSet>
            <parent>beam-help</parent>
            <path>doc/help/meris-glint.hs</path>
        </helpSet>
    </extension>

</module>
