<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>chris-noise-reduction</symbolicName>
    <version>1.1.2</version>
    <name>CHRIS/Proba Noise Reduction Tool</name>

    <description>
        The Noise Reduction Tool is used to remove the vertical striping in CHRIS images
        caused by the slit effect and a superposition of high frequency noise.
    </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[
        Changes in Version 1.1.2<br/>
        [CBOX.69] Change non-UTF8 characters
        [CBOX-68] Make modules binary compatible to BEAM 4.6<br/><br/>
        Changes in Version 1.1.1<br/>
        [CBOX-64] Cannot add products to acquisition set<br/>
        [CBOX-59] CHRIS products stored in DIMAP cannot be added<br/>
        [CBOX-59] Write 'Proba' instead of 'PROBA'<br/><br/>

        Changes in Version 1.1<br/>
        [CBOX-46] Explain ${sourceName} syntax in dialog<br/>
        [CBOX-45] Support of Mode 30<br/>
        [CBOX-38] The noise correction factors product should be displayed optionally<br/>
        [CBOX-37] Memory is not freed when target products are closed<br/>
        ]]>
    </changelog>

    <dependency>
        <module>beam-gpf</module>
    </dependency>
    <dependency>
        <module>beam-chris-reader</module>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>
    <dependency>
        <module>chris-util</module>
    </dependency>

    <categories>Application,Processor,CHRIS</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>chris</id>
            <class>org.esa.beam.visat.actions.ActionGroup</class>
            <text>CHRIS/Proba Tools</text>
            <separatorBefore>true</separatorBefore>
            <separatorAfter>true</separatorAfter>
            <mnemonic/>
        </action>
        <action>
            <id>chrisNoiseReduction</id>
            <class>org.esa.beam.chris.ui.NoiseReductionAction</class>
            <text>Noise Reduction...</text>
            <shortDescr>Performs the noise reduction for the selected CHRIS/Proba product</shortDescr>
            <mnemonic/>
            <parent>chris</parent>
            <helpID>chrisNoiseReductionTool</helpID>
            <placeAfter/>
        </action>
    </extension>

    <extension point="beam-ui:helpSets">
        <helpSet>
            <parent>beam-help</parent>
            <path>doc/help/noisereduction.hs</path>
        </helpSet>
    </extension>

</module>
