<?xml version="1.0" encoding="ISO-8859-1"?>
<RequestList>
    <Request type="MAP_PROJECTION">

        <Parameter name="projection_name" value="Geographic Lat/Lon"/>
        <Parameter name="projection_parameters" value=""/>

        <!--
            Resampling Method parameter:
            Default value: NEAREST_NEIGHBOUR
            Possible values: NEAREST_NEIGHBOUR, BILINEAR_INTERPOLATION, CUBIC_CONVOLUTION
        -->
        <Parameter name="resampling_method" value="BILINEAR_INTERPOLATION"/>

        <!--
	        Orthorectification parameters:
            The parameter "orthorectification" is optional. "false" is the default value.
            The parameter "orthorectification_dem" is optional.
        -->
        <Parameter name="orthorectification" value="true"/>
        <Parameter name="orthorectification_dem" value="GETASSE30"/>

        <Parameter name="pixel_size_x" value="0.01"/>
        <Parameter name="pixel_size_y" value="0.01"/>
        <Parameter name="fit_output" value="true"/>

        <Parameter name="log_to_output" value="false"/>
        <Parameter name="log_prefix" value="mosaic"/>

        <InputProduct file="/home/data/MER_RR__1P_TEST.N1"/>
        <OutputProduct file="/home/data/MER_RR__1P_TEST_PROJ.dim" format="BEAM-DIMAP"/>
    </Request>
</RequestList>
