#!/bin/csh

#######################################################################################################################################
#                                                                                                                                     #
#         C R E A T I O N   D ' U N   T A B L E A U   4 x 4   D ' I M A G E S   ( S A N S   L E S   R E D U I R E )                   #
#         A   P A R T I R   D ' U N E   S E Q U E N C E   D ' I M A G E S  :                                                          #
#                                                                                                                                     #
#                                                                                                                                     #
#         Utilisation :                                                                                                               #
#                                                                                                                                     #
#                   $xci/regroupe_16$Z  <sequenceA> <imageR> <premiere> <pas> [<postfixe>]                                            #
#                                                                                                                                     #
#                                                                                                                                     #
#         Author of '$xci/regroupe_16$Z' :                                                                                            #
#                                                                                                                                     #
#                     Jean-Francois Colonna (LACTAMME, AAAAMMJJhhmmss).                                                               #
#                                                                                                                                     #
#######################################################################################################################################

set                 sequenceA=$1
set                 imageR=$2
set                 premiere=$3
set                 pas=$4
set                 postfixe=$5

set                 Nhorizontale=4
set                 Nverticale=4

FileTmpB            nomT

$xci/regroupe.01$Z  $sequenceA $imageR $premiere $pas $Nhorizontale $Nverticale $postfixe
                                        # Construction du tableau 4x4 demande.                                                        #

FileTmpE            nomT



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