<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-wew-water</symbolicName>
    <version>2.2</version>
    <name>WeW Water Processor</name>
    <description>
        <![CDATA[
        <p>A VISAT plug-in and stand-alone processor which makes use of MERIS Level-1b TOA radiances in the bands 1-7,
        9-10 and 12-14 in order to retrieve case II water properties and atmospheric properties above case II waters.</p>

        <p>Documentation:</p>
        <ul>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/README.txt">README</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/ATMCORR_MERIS_Schroeder_et_al_IJRS_2007.pdf">Article in International Journal of Remote Sensing: Atmospheric correction algorithm for MERIS above case-2 waters</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/BEAM_MERIS_Schroeder_et_al_IJRS_2007.pdf">Article in International Journal of Remote Sensing: Retrieval of atmospheric and oceanic properties from MERIS measurements</a></li>
            <li><a href="http://github.com/downloads/bcdev/beam-third-party/Kratzer_et_al_in_press_2007.pdf">Article in Science Direct: Using MERIS full resolution data to monitor coastal waters</a></li>
        </ul>
        ]]>
    </description>

    <vendor>Freie Universitaet Berlin (FUB)</vendor>
    <contactAddress>
        michael.schaale@wew.fu-berlin.de /
        Department of Earth Sciences /
        Institute for Space Sciences /
        Carl-Heinrich-Becker-Weg 6-10 /
        D-12165 Berlin
    </contactAddress>
    <url>http://www.userpage.fu-berlin.de/~geoiss/en/home.html</url>
    <copyright>Copyright (C) 2014 by WeW</copyright>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
    <funding>Freie Universitaet Berlin (FUB)</funding>

    <changelog>
        <![CDATA[
        Changes in 2.2<br/>
            [BEAM-1640] FUB/WeW processor treats source product as a parameter<br/>
            [BEAM-1613] FUB/WeW processor suffers from Java bug<br/>
        Changes in 2.1<br/>
            [BEAM-1571] FUB/WeW processor adds two actions to the tools menu<br/>
            [BEAM-1570] Default valid expression should use flags instead of masks<br/>
        ]]>
    </changelog>

    <dependency>
        <module>beam-core</module>
    </dependency>
    <dependency>
        <module>beam-ui</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>

    <categories>Visat,Processor,Water,Case 2</categories>

    <activator>wew.water.ModuleActivator</activator>

    <extension point="beam-ui:actions">
        <action>
            <parent>processing.thematicWater</parent>
            <id>FUB-WeW</id>
            <helpId>fubWeWTool</helpId>
            <class>wew.water.gpf.ui.WaterProcessorOpAction</class>
            <text>MERIS FUB/WeW Water Processor...</text>
            <shortDescr>Retrieve case II water properties and atmospheric properties over case II water.</shortDescr>
            <operatorName>FUB.Water</operatorName>
            <dialogTitle>FUB Water Processor</dialogTitle>
            <targetProductNameSuffix>_FUB_WeW</targetProductNameSuffix>
        </action>
    </extension>

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

</module>
