<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>s3tbx-reader</symbolicName>
    <version>1.0.0</version>
    <name>Sentinel-3 Products Reader</name>

    <description>
        This module enables the Sentinel Toolbox to read the following Sentinel-3 data products: OLCI L1b and L2, SLSTR L1b and L2, Synergy L2 and VGT.
    </description>

    <vendor>Brockmann Consult GmbH and Array Inc</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2012 by Brockmann Consult GmbH and Array Inc</copyright>
    <url>https://github.com/bcdev/s3tbx</url>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        <![CDATA[
                ]]>
    </changelog>

    <dependency>
        <module>snap-core</module>
    </dependency>
    <dependency>
        <module>snap-netcdf</module>
    </dependency>
    <dependency>
        <module>snap-visat-rcp</module>
        <optional>true</optional>
    </dependency>

    <categories>Reader,Sentinel</categories>

    <extension point="snap-ui:actions">
        <action>
            <id>importSentinel3Product</id>
            <helpId>importSentinel3Product</helpId>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>SENTINEL-3</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <parent>importMultispectral</parent>
        </action>
        <!-- Mock-up reader
                <action>
                    <id>importSentinel3Product</id>
                    <helpId>importSentinel3Product</helpId>
                    <class>org.esa.beam.visat.actions.ProductImportAction</class>
                    <formatName>SENTINEL-3-SLSTR</formatName>
                    <useAllFileFilter>true</useAllFileFilter>
                </action>
        -->
    </extension>

    <extension point="snap-core:rgbProfiles">
        <rgbProfile>
            <name>SLSTR L1B False Colours an</name>
            <red>S5_radiance_an</red>
            <green>S3_radiance_an</green>
            <blue>0.5 * S1_radiance_an + 0.5 * S2_radiance_an</blue>
        </rgbProfile>
        <rgbProfile>
            <name>SLSTR L1B False Colours ao</name>
            <red>S5_radiance_ao</red>
            <green>S3_radiance_ao</green>
            <blue>0.5 * S1_radiance_ao + 0.5 * S2_radiance_ao</blue>
        </rgbProfile>
    </extension>


</module>