https://github.com/teuben/nemo
Raw File
Tip revision: 30e2f0291454156c4c138696866bc8e50d3c1c3e authored by Peter Teuben on 13 October 2022, 15:53:54 UTC
Merge branch 'master' of https://github.com/teuben/nemo
Tip revision: 30e2f02
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