<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-aatsr-sst</symbolicName>
    <version>1.4.203</version>
    <name>AATSR SST Processor</name>

    <description>
        The BEAM AATSR SST Processor is aimed to enable the user to calculate the sea-surface temperature
        from (A)ATSR brightness temperatures. The BEAM implementation is explicitely opened for the addition of
        new coefficient sets.
    </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>

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

    <changelog>
        <![CDATA[
        Changes in 1.4.203:<br>
        [BEAM-1337] SST processor produces stripes when using multiple coefficient maps<br>
        Changes in 1.4.202:<br>
        [BEAM-1036] Ensure temporarily loaded products are disposed in processors<br>
        Changes in 1.4.101:<br>
        [BEAM-957] "Search" tab missing VISAT help<br>
        Changes in 1.4.100:<br>
        [BEAM-757] Layout of help pages is not uniform<br>
        ]]>
    </changelog>

    <categories>Application,Processor,Envisat,AATSR</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>sstScientificTool</id>
            <class>org.esa.beam.visat.actions.ProcessorAction</class>
            <processor>org.esa.beam.processor.sst.SstProcessor</processor>
            <text>SST Processor ((A)ATSR)...</text>
            <shortDescr>Invoke the BEAM (A)ATSR SST Processor.</shortDescr>
            <mnemonic>S</mnemonic>
            <parent>tools</parent>
            <helpId>sstScientificTool</helpId>
            <placeAfter>smacScientificTool</placeAfter>
        </action>
    </extension>


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

</module>
