<!--
  ~ Copyright (C) 2011 Brockmann Consult GmbH (info@brockmann-consult.de)
  ~
  ~ This program is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU General Public License as published by the Free
  ~ Software Foundation; either version 3 of the License, or (at your option)
  ~ any later version.
  ~ This program is distributed in the hope that it will be useful, but WITHOUT
  ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  ~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  ~ more details.
  ~
  ~ You should have received a copy of the GNU General Public License along
  ~ with this program; if not, see http://www.gnu.org/licenses/
  -->

<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-aatsr-sst</symbolicName>
    <version>1.5.1</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-gpf</module>
    </dependency>
    <dependency>
        <module>beam-visat-rcp</module>
        <optional>true</optional>
    </dependency>

    <changelog>
        <![CDATA[
        Changes in 1.5.1:<br>
        Adapted to new Maven-architecture<br>
        Changes in 1.5:<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">
        <!-- old SST processor action
        <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>
        -->
        <action>
            <id>sstScientificTool</id>
            <helpId>sstScientificTool</helpId>
            <class>org.esa.beam.aatsr.sst.visat.AatsrSstAction</class>
            <parent>tools</parent>
            <text>SST Processor ((A)ATSR)...</text>
            <shortDescr>Invoke the BEAM (A)ATSR SST Processor.</shortDescr>
            <mnemonic>S</mnemonic>
            <placeAfter>smacScientificTool</placeAfter>
        </action>
    </extension>

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

</module>
