#!/bin/csh

#######################################################################################################################################
#                                                                                                                                     #
#         I N T E R P O L A T I O N   E N T R E   D E U X   I M A G E S   E N   V R A I E S   C O U L E U R S  :                      #
#                                                                                                                                     #
#                                                                                                                                     #
#         Utilisation :                                                                                                               #
#                                                                                                                                     #
#                   $xci/interpole.11$Z <Alpha> <nom_image1> <Beta> <nom_image2> <nom_resultat>                                       #
#                                                                                                                                     #
#                                                                                                                                     #
#         Author of '$xci/interpole.11$Z' :                                                                                           #
#                                                                                                                                     #
#                     Jean-Francois Colonna (LACTAMME, AAAAMMJJhhmmss).                                                               #
#                                                                                                                                     #
#######################################################################################################################################

set                 Alpha=$1
set                 imageA1=$2
set                 Beta=$3
set                 imageA2=$4
set                 imageR=$5

$xci/interpole.01$X alpha=$Alpha A1=$imageA1$ROUGE beta=$Beta A2=$imageA2$ROUGE R=$imageR$ROUGE $formatI
                                        # Interpolation entre les composantes 'ROUGE's.                                               #
$xci/interpole.01$X alpha=$Alpha A1=$imageA1$VERTE beta=$Beta A2=$imageA2$VERTE R=$imageR$VERTE $formatI
                                        # Interpolation entre les composantes 'VERTE's.                                               #
$xci/interpole.01$X alpha=$Alpha A1=$imageA1$BLEUE beta=$Beta A2=$imageA2$BLEUE R=$imageR$BLEUE $formatI
                                        # Interpolation entre les composantes 'BLEUE's.                                               #



Copyright © Jean-François Colonna, 2019-2021.
Copyright © CMAP (Centre de Mathématiques APpliquées) UMR CNRS 7641 / Ecole Polytechnique, 2019-2021.