.TH MOSAIC 1 "Version 1.0" "EPU" "EPU user manual" .SH NAME mosaic \- merges several epp files together .SH SYNOPSIS .B mosaic [-%RA] [-O number] [-o filename] [--help][--version]files .SH DESCRIPTION Mosaic merges several .IR epp -files into one. If some cell has non-offsite value in several files, value from last files would be used. .PP Cell sizes of all old files must be equial. Usially .B mosaic deals with properly aligned files, but it can deal with misaligned files, taking into account row/column or alternative coordinates regarding to command-line options. .PP If .I offsite value is not explicitely given in command line, it defaults to offsite of first (base) file if it is not used as data class in one of overlay files. In last case offsite would be set to 255 for 8-bit and to 65535 to 16-bit files. .SH OPTIONS .SH OPTIONS .TP 8 .B --help displays brief usage information. .TP 8 .B --version displays version number .TP 8 .B -% Displays percentage of processed lines in file. .TP 8 .BI -o " file " --output-file= file gives the name for output file. Defaults to .I mosaic.out.epp .TP 8 .B -A --force-alt Do not complain, if files are misaligned. Use alternate coordinates to reference them. .TP 8 .B -R --force-row Same, but use row/col cordinates. .TP 8 .BI -O " value " --offsite= value specifies offsite value of new file. .SH SEE ALSO .BR eheader (1), window (1) .SH AUTHOR Victor B. Wagner .SH BUGS ???