MAN page from Mandrake Other XITE-3.3-3.i386.rpm
BIFF2ASCII
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
biff2ascii - write a biff band to an ascii data file
SYNTAX
#include <
xite/convert.h>
int biff2ascii( IBAND band, char* filename,
char* type, int co );
DESCRIPTION
biff2asciidumps the contents of
bandas asciidata to the file
filename.Give filename = "",
-orNULL for writing to stdout.
modemay be one of:
- w
- Truncate or create for writing
- a
- Append; open for writing at end of file, or create for writing
If cois TRUE, a coordinate system is also written.
RETURN VALUE
0 - ok
1 - bad pixeltype in 'band'
2 - could not open file
3 - bad 'type' argument, should be "w" or "a"
4 - Error in writing file. File-system full?
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
REVISED
Otto Milvang: Add all pixeltypes
ID
$Id: biff2ascii.c,v 1.28 1997/03/18 11:57:48 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RETURN VALUE
- AUTHOR
- REVISED
- ID
This document was created byman2html,using the manual pages.