https://github.com/teuben/nemo
Raw File
Tip revision: b666069de6fce76571f40c068809e3a217ffebd4 authored by Peter Teuben on 14 March 2023, 12:37:53 UTC
additional comments
Tip revision: b666069
xyio.h
/*
 * XYIO stuff - modeled after miriad's xyio
 * assumed image.h has been loaded
 */
image *xyopen  ( int *, int, int *, string,int *);
void   xyclose ( int );
void   xyread  ( int, int,  real *);
void   xywrite ( int, int, real *);
void   xysetpl ( int, int, int *);
back to top