https://github.com/teuben/nemo
Raw File
Tip revision: 738a73b7c231dbcaa6218d977354d65263dbd6d2 authored by Peter Teuben on 22 May 2010, 22:47:18 UTC
committed as work I must have done a while back (2007?) to get plplot
Tip revision: 738a73b
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