#!/bin/csh
#######################################################################################################################################
# #
# I N T E R P O L A T I O N B I - C U B I Q U E P O U R L I S S E R U N E I M A G E #
# C A L C U L E E A V E C U N S O U S - E C H A N T I L L O N N A G E 2 x 2 : #
# #
# #
# Utilisation : #
# #
# $xci/lisse_c_02$Z <imageA> <imageR> #
# #
# #
# Author of '$xci/lisse_c_02$Z' : #
# #
# Jean-Francois Colonna (LACTAMME, AAAAMMJJhhmmss). #
# #
#######################################################################################################################################
set nomA=$1
set nomR=$2
$xci/lisse_c_XY$Z $nomA $nomR 2 2
# Et on utilise la generation fractale bidimensionnelle qui fait une interpolation bicubique. #