<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-meris-icol</symbolicName>
    <version>2.6</version>
    <name>MERIS ICOL Processor</name>

    <description><![CDATA[
            <p>The purpose of the ICOL processor is to correct for the adjacency effect (increased radiance
            due to scattering and reflection of photons) in MERIS and Landsat TM L1B data.</p>

            <p>The most important improvements of this new version of the processor ('ICOL+') are:
               <ul>
                <li>The algorithm has been extended for application over land and over case 2 waters</li>
                <li>Clouds and sea ice are considered.</li>
                <li>The processor can be used for both MERIS and Landsat TM L1B data.</li>
            </ul>
            </p>

            <p>Algorithm: R. Santer (LISE, France)</p>
            <p>Software: O.Danne, M.Zuehlke, T.Storm (Brockmann Consult)</p>

            <p>Documentation:</p>
            <ul>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-icol/ICOL_ATBD.pdf">ICOL+ ATBD for MERIS and Landsat TM</a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-icol/ICOL_VVR.pdf">ICOL+ Verification and Validation Report </a></li>
                <li><a href="http://github.com/downloads/bcdev/beam-meris-icol/ICOL_SUM.pdf">ICOL+ Software User Manual</a></li>
            </ul>
        ]]>
    </description>

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

    <changelog>
        <![CDATA[
            <p>Changes in 2.6<br/>
            [ICOL-9]OperatorException: "The specified region, if not null, must intersect with the image`s bounds"
            <p>Changes in 1.1<br/>
            [ICOL-?] Use JAI-based image convolution<br/>
            <p>Changes in 1.0.4<br/>
            [ICOL-7] Writing a patched N1 fails from the GUI<br/>
            Changes in 1.0.3<br/>
            [ICOL-5] The selection of the AE correction for the N1 product is not used<br/>
            [ICOL-6] The product type of ICOL products is not usable by following processors<br/>
            Changes in 1.0.2<br/>
            [ICOL-4] ICOL processor requires a huge amount of cache memory to finish<br/>
        </p>]]>
    </changelog>

    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-meris-brr</module>
    </dependency>
    <dependency>
        <module>beam-meris-sdr</module>
    </dependency>
    <dependency>
        <module>beam-meris-l2auxdata</module>
    </dependency>
    <dependency>
        <module>beam-envisat-reader</module>
    </dependency>
    <dependency>
        <module>beam-landsat-reader</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>

    <categories>Application,Processing</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>icolAction</id>
            <class>org.esa.beam.meris.icol.ui.IcolAction</class>
            <text>ICOL Processor...</text>
            <shortDescr>Executes the ICOL processor</shortDescr>
            <mnemonic/>
            <parent>tools</parent>
            <placeAfter/>
        </action>
    </extension>

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

</module>