<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-meris-eutrophic-lakes</symbolicName>
    <version>1.4.2</version>
    <name>MERIS Eutrophic Lakes Processor</name>

    <description>
        This processor derives Level 2 water quality parameters of
        eutrophic lakes from MERIS Level 1b data.

        The processor includes an algorithm for atmospheric correction and an algorithm to
        derive properties of the water such as the inherent optical properties (IOP's)
        absorption and scattering and the concentrations of total suspended matter (TSM)
        and chlorophyll from the water leaving radiance reflectance spectra
        (i.e. after atmospheric correction).
    </description>

    <changelog>
        <![CDATA[
        <br/>Changes in version 1.4.1:<br/>
          [CIIR-27] Introduce correction for view zenith angle<br/>
          [CIIR-26] Include new neural net to improve glint correction<br/>
        <br/>Changes in version 1.4:<br/>
          [CIIR-25] Deactivating 'tau_550' and 'ang_443_865' by default<br/>
          [CIIR-24] Using new neural net for better water leaving radiance<br/>
          [CIIR-23] Parameter 'radiance1AdjustmentFactor' has no effect<br/>
          [CIIR-22] Update auxdata for smile correction<br/>
          [CIIR-21] Bring all processors to the same version number<br/>
          [CIIR-20] Wrong computation of azimuth difference<br/>
          [CIIR-19] chi-square and chisuqare-fit bands are differently coded<br/>
        <br/>Changes in version 1.0.301:<br/>
          [CIIR-18] Consider MER_FSG product when loading smile auxdata<br/>
          [BEAM-1006] MER_FSG pixel geocoding not used<br/>
        <br/>Changes in 1.0.2<br/>
          [CIIR-17] No ReadMe text shown in processor<br/>
        <br/>Changes in 1.0.1<br/>
        - improved neural net for atmospheric correction<br/>
        - updated readme<br/>
        ]]>
    </changelog>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2007 by Brockmann Consult GmbH</copyright>
    <url>http://www.brockmann-consult.de/beam-wiki/display/LAKES/Home</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <dependency>
        <module>beam-processing</module>
    </dependency>
    <dependency>
        <module>beam-meris-case2-core</module>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>
    <dependency>
        <module>beam-meris-smile</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>

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

    <extension point="beam-ui:actions">
        <action>
            <id>eutrophicLakesProcessor</id>
            <class>org.esa.beam.visat.actions.ProcessorAction</class>
            <processor>org.esa.beam.lakes.eutrophic.processor.EutrophicLakesProcessor</processor>
            <text>Eutrophic Lakes Processor (MERIS) ...</text>
            <shortDescr>Invoke the BEAM MERIS Eutrophic Lakes Processor.</shortDescr>
            <mnemonic>E</mnemonic>
            <parent>case2Processors</parent>
            <helpID>eutrophicLakesProcessor</helpID>
            <placeAfter>case2RegionalProcessor</placeAfter>
        </action>
    </extension>

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

</module>
