|
|
1.1 ! root 1: #ifdef NEWSTRUCT ! 2: char *geometry = NULL; ! 3: char filegeometry[30]; /* created from file unless overridden */ ! 4: char *display = NULL; ! 5: char *border_color, *back_color; ! 6: OpaqueFrame frame; ! 7: int border_width; ! 8: Pixmap border_pixmap; ! 9: Color cdef; ! 10: u_short VOP_Flags = VOP_GrayScale | VOP_Initialize; ! 11: u_short SOP_Flags = SOP_Linear; ! 12: u_short COP_Flags = 0, COP_OldFlags = 0; ! 13: u_short FOP_Flags = 0; ! 14: char *option; ! 15: int nplanes = -1; /* number of planes to allocate */ ! 16: int ncolors; ! 17: int pixels[1]; /* color cell from allocation */ ! 18: int planes; /* plane mask */ ! 19: Color cmap[256]; /* much larger than can be on CAYLITH */ ! 20: char *filename; ! 21: unsigned char *image; /* written to display */ ! 22: short *header; /* header of real image */ ! 23: short *pict; /* real image */ ! 24: int pmax = -3000; ! 25: int pmin = 70000; /* will be 16-bite max, min values (approx.)*/ ! 26: int shift = 0; ! 27: int fitsflag = 0; /* indicator to read in FITS images */ ! 28: /* 1=true FITS, 2=disk FITS (swapped bytes)*/ ! 29: int calibration = 0; ! 30: int headskip = 0; /* number of header bytes to skip */ ! 31: int nrows = 0, ncols = 0; ! 32: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.