biff2ascii

[ XITE Reference Manual | XITE home ]

Name

biff2ascii - dump part of an image in ascii format

Syntax

 biff2ascii [<options>...] <inimage> <outfile>
 biff2ascii [<options>...] -o <outfile> <inimage>

Description

Writes pixel values in the specified inimage to outfile in ascii format. Use - for outfile to write to stdout. Specify "filename:n" as input image to dump band n only.

Options

-o file
Send output to file. This option is retained for backwards compatibility.

-xstart xstart
Start dump at xstart. Default 1.

-ystart ystart
Start dump at ystart. Default 1.

-xstop xstop
Stop dump at xstop. Default xsize.

-ystop ystop
Stop dump at ystop. Default ysize.

-xsize xsize
Horizontal window size.

-ysize ysize
Vertical window size.

-co
Add coordinate system.

If start, stop as well as size options are given, and inconsistently, the stop option is ignored. The given sizes are clipped against the band.

Author

Tor Lønnestad, BLAB, Ifi, UiO

Revised

Otto Milvang: Added all pixeltypes, Svein Bøe: Cleaned up.

Id

$Id: biff2ascii.c,v 1.28 1997/03/18 11:57:48 svein Exp $

Examples

 biff2ascii -o mona.txt mona.img
 biff2ascii -co -xsize 10 -ysize 20 mona.img