<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>smos-visat</symbolicName>
    <version>4.0</version>
    <name>SMOS BEAM-VISAT Extensions</name>
    <description>
        This module provides components for the visual inspection and
        analysis of data products acquired by ESA's SMOS mission.
    </description>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>
        Max Planck Str.2, 21502 Geesthacht (Germany)
    </contactAddress>
    <copyright>(C) 2010-2014 by Brockmann Consult GmbH</copyright>
    <url>http://envisat.esa.int/beam</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        Initial release for Sentinel-3 Toolbox.
    </changelog>

    <dependency>
        <module>blue-marble-worldmap</module>
    </dependency>
    <dependency>
        <module>snap-visat-rcp</module>
    </dependency>
    <dependency>
        <module>smos-reader</module>
    </dependency>
    <dependency>
        <module>smos-tools</module>
    </dependency>
    <dependency>
        <module>smos-gui</module>
    </dependency>

    <categories>SMOS</categories>

    <extension point="snap-ui:actions">
        <action>
            <id>smosGridPointExport</id>
            <class>org.esa.beam.smos.visat.export.GridPointExportAction</class>
            <helpId>smosGridPointExport</helpId>
            <parent>exportOther</parent>
            <text>Export SMOS Grid Points...</text>
            <mnemonic>G</mnemonic>
        </action>
    </extension>

    <extension point="snap-ui:toolViews">
        <toolView>
            <id>org.esa.beam.smos.visat.GridPointBtDataTableToolView</id>
            <class>org.esa.beam.smos.visat.GridPointBtDataTableToolView</class>
            <title>SMOS L1C Table</title>
            <tabTitle>SMOS L1C Table</tabTitle>
            <initState>HIDDEN</initState>
            <initSide>SOUTH</initSide>
            <initIndex>0</initIndex>
            <toolBarId>SMOS_Box</toolBarId>
            <helpId>smosTools</helpId>
            <smallIcon>/org/esa/beam/smos/visat/SmosGridPoint16.png</smallIcon>
            <largeIcon>/org/esa/beam/smos/visat/SmosGridPoint24.png</largeIcon>
            <description>Shows the SMOS grid point brightness temperature data table</description>
        </toolView>

        <toolView>
            <id>org.esa.beam.smos.visat.GridPointBtDataChartToolView</id>
            <class>org.esa.beam.smos.visat.GridPointBtDataChartToolView</class>
            <title>SMOS L1C Chart</title>
            <tabTitle>SMOS L1C Chart</tabTitle>
            <initState>HIDDEN</initState>
            <initSide>SOUTH</initSide>
            <initIndex>0</initIndex>
            <toolBarId>SMOS_Box</toolBarId>
            <helpId>smosTools</helpId>
            <smallIcon>/org/esa/beam/smos/visat/SmosBtGraph16.png</smallIcon>
            <largeIcon>/org/esa/beam/smos/visat/SmosBtGraph24.png</largeIcon>
            <description>Shows the SMOS grid point brightness temperature chart</description>
        </toolView>

        <toolView>
            <id>org.esa.beam.smos.visat.GridPointBtDataFlagmatrixToolView</id>
            <class>org.esa.beam.smos.visat.GridPointBtDataFlagmatrixToolView</class>
            <title>SMOS L1C Flag-Matrix</title>
            <tabTitle>SMOS L1C Flags</tabTitle>
            <initState>HIDDEN</initState>
            <initSide>SOUTH</initSide>
            <initIndex>0</initIndex>
            <toolBarId>SMOS_Box</toolBarId>
            <helpId>smosTools</helpId>
            <smallIcon>/org/esa/beam/smos/visat/SmosFlags16.png</smallIcon>
            <largeIcon>/org/esa/beam/smos/visat/SmosFlags24.png</largeIcon>
            <description>Shows the SMOS grid point brightness temperature flag matrix</description>
        </toolView>

        <toolView>
            <id>org.esa.beam.smos.visat.SnapshotInfoToolView</id>
            <class>org.esa.beam.smos.visat.SnapshotInfoToolView</class>
            <title>SMOS L1C Snapshot</title>
            <tabTitle>SMOS L1C Snapshot</tabTitle>
            <initState>HIDDEN</initState>
            <initSide>SOUTH</initSide>
            <initIndex>0</initIndex>
            <toolBarId>SMOS_Box</toolBarId>
            <helpId>smosTools</helpId>
            <smallIcon>/org/esa/beam/smos/visat/SmosSnapshot16.png</smallIcon>
            <largeIcon>/org/esa/beam/smos/visat/SmosSnapshot24.png</largeIcon>
            <description>Invokes the SMOS snapshot information tool</description>
        </toolView>
    </extension>

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

</module>
