Changeset 2210 for trunk/psLib/src/image/psImageIO.c
- Timestamp:
- Oct 27, 2004, 9:35:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.c
r2204 r2210 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-27 00:57:31$9 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-27 19:35:58 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 37 37 psS32 anynull = 0; 38 38 psS32 bitPix = 0; /* Pixel type */ 39 psS64nAxes[3];40 psS64firstPixel[3]; /* lower-left corner of image subset */41 psS64lastPixel[3]; /* upper-right corner of image subset */42 psS64increment[3]; /* increment for image subset */39 long nAxes[3]; 40 long firstPixel[3]; /* lower-left corner of image subset */ 41 long lastPixel[3]; /* upper-right corner of image subset */ 42 long increment[3]; /* increment for image subset */ 43 43 char fitsErr[80] = ""; /* CFITSIO error message string */ 44 44 psS32 hduType = IMAGE_HDU; … … 240 240 psS32 status = 0; /* CFITSIO status */ 241 241 fitsfile *fptr = NULL; /* pointer to the FITS file */ 242 psS64nAxes[3]; /* Image axis vars */243 psS64firstPixel[3]; /* First Pixel to read */244 psS64lastPixel[3]; /* Last Pixel to read */242 long nAxes[3]; /* Image axis vars */ 243 long firstPixel[3]; /* First Pixel to read */ 244 long lastPixel[3]; /* Last Pixel to read */ 245 245 char fitsErr[80]; /* FITSIO message string */ 246 246 psS32 datatype = 0; /* the datatype of the image */
Note:
See TracChangeset
for help on using the changeset viewer.
