IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 9:35:59 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageIO.c

    r2204 r2210  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.13 $ $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 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3737    psS32 anynull = 0;
    3838    psS32 bitPix = 0;             /* Pixel type */
    39     psS64 nAxes[3];
    40     psS64 firstPixel[3];         /* lower-left corner of image subset */
    41     psS64 lastPixel[3];          /* upper-right corner of image subset */
    42     psS64 increment[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 */
    4343    char fitsErr[80] = "";      /* CFITSIO error message string */
    4444    psS32 hduType = IMAGE_HDU;
     
    240240    psS32 status = 0;             /* CFITSIO status */
    241241    fitsfile *fptr = NULL;      /* pointer to the FITS file */
    242     psS64 nAxes[3];              /* Image axis vars */
    243     psS64 firstPixel[3];         /* First Pixel to read */
    244     psS64 lastPixel[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 */
    245245    char fitsErr[80];           /* FITSIO message string */
    246246    psS32 datatype = 0;           /* the datatype of the image */
Note: See TracChangeset for help on using the changeset viewer.