<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 
   Example Mosaic Processing Request File: Update Mode.
-->
<RequestList>
    <Request type="MOSAIC">

        <!-- 
            Define processing mode:
            The "update_mode" parameter is mandatory in this case because its default value is "false" 
        -->
        <Parameter name="update_mode" value="true"/>

        <!-- 
            Input Products:
            If processor runs in update mode, at least one input product must be defined .
        -->
        <InputProduct URL="file:/I:/mosaic/data/MER_FR__1PNDPA20030812_102139_000000982019_00008_07577_0094.N1"/>
        <InputProduct URL="file:/I:/mosaic/data/MER_FR__1PNDPA20030812_102317_000000982019_00008_07577_0093.N1"/>
        <InputProduct URL="file:/I:/mosaic/data/MER_FR__1PNDPA20030812_102317_000000982019_00008_07577_0095.N1"/>
        <InputProduct URL="file:/I:/mosaic/data/MER_FR__1PNDPA20030813_094917_000000982019_00022_07591_0116.N1"/>

        <!-- 
             Output Product:
             If processor runns in update mode, the output product must be an existing mosaic product. 
        -->
        <OutputProduct URL="file:/I:/mosaic/data/mosaic_out.dim" format="BEAM-DIMAP"/>

        <!-- Optional Logging Parameters -->
        <Parameter name="log_to_output" value="false"/>
        <Parameter name="log_prefix" value="mosaic"/>

    </Request>
</RequestList>