<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-meris-aatsr-synergy-preprocessing</symbolicName>
    <version>1.2.1</version>
    <name>MERIS/AATSR Synergy Preprocessing</name>
    <description>
        <![CDATA[
            <p>This module is the preprocessing part of the MERIS/AATSR Synergy Toolbox,
            i.e., a colocated MERIS/AATSR product is generated from the original L1b input products.</p>

            <p>The MERIS/AATSR Synergy Toolbox provides processing schemes for improved cloud screening, global aerosol
            retrieval and land atmospheric correction using the combined multi-spectral and multi-angle information from
            geo-located and geo-registered MERIS and AATSR measurements.</p>

            <p>Algorithms: P. North et al. from Swansea University, J. Fischer et al. from Free University of Berlin, L. Gomez-Chova et al. from University of Valencia</p>
            <p>Software: O.Danne/R.Quast of Brockmann Consult, L.Gomez-Chova of University of Valencia, A.Heckel of Swansea University</p>

            <p>Documentation:</p>

            <ul>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-cloud-atbd.pdf">Cloud screening ATBD</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-land_aerosol-atbd.pdf">Land aerosol and surface reflectance ATBD</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-ocean_aerosol-atbd.pdf">Ocean aerosol ATBD</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-dpm.pdf">Detailed Processing Model (DPM)</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-iodd.pdf">Input/Output Data Description (IODD)</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-aatsr-synergy/synergy-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>From 1.1.2 to 1.2.1:<br/>
             - fixed cropping to common valid region<br/>
             - adapted according to BEAM 4.9 API changes<br/>
        ]]>
    </changelog>

    <dependency>
        <module>beam-core</module>
    </dependency>
    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>
    <dependency>
        <module>beam-meris-brr</module>
    </dependency>
    <dependency>
        <module>beam-meris-l2auxdata</module>
    </dependency>
    <dependency>
        <module>beam-meris-sdr</module>
    </dependency>
    <dependency>
        <module>beam-collocation</module>
    </dependency>
    <dependency>
        <module>beam-aatsr-recalibration</module>
    </dependency>
    <dependency>
        <module>beam-meris-aatsr-synergy-aerosol-retrieval</module>
    </dependency>
    <dependency>
        <module>beam-meris-aatsr-synergy-cloud-screening</module>
    </dependency>
    <dependency>
        <module>beam-meris-aatsr-synergy-core</module>
    </dependency>
    <dependency>
        <module>beam-netcdf</module>
    </dependency>

    <categories>Application,Processor,Synergy,MERIS,AATSR</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>synergyToolbox</id>
            <class>org.esa.beam.synergy.ui.MasterAction</class>
            <text>MERIS/(A)ATSR Synergy Toolbox...</text>
            <mnemonic/>
            <placeAfter/>
        </action>

    </extension>

    <!--<extension point="beam-ui:helpSets">-->
    <!--<helpSet>-->
    <!--<parent>beam-help</parent>-->
    <!--<path>doc/help/synergyhelp.hs</path>-->
    <!--</helpSet>-->
    <!--</extension>-->
</module>
