next up previous
Next: bigio_errtran - translate Up: C Routines Previous: bigio_close - close

bigio_create - create a big image

void bigio_create
(
char *name,        /* directory name for big image (given) */
int nlanes,        /* number of lanes in big image (given) */
int lwidth,        /* lane width in pixels (given) */
int lheight,       /* lane height in pixels (given) */
char *dtype,       /* data type of pixel data (given) */
int *status        /* global status (given and returned) */
);



SuperCOSMOS development
Tue Aug 20 12:02:13 BST 1996