IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15110


Ignore:
Timestamp:
Sep 29, 2007, 11:55:05 AM (19 years ago)
Author:
Paul Price
Message:

Cleaning up bad formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psLib/src/fits/psFitsImage.c

    r10999 r15110  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-09 22:38:52 $
     9 *  @version $Revision: 1.17.14.1 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-29 21:55:05 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3838
    3939// Information required to read a FITS file
    40 typedef struct
    41 {
     40typedef struct {
    4241    int nAxis;                          // Number of axes
    4342    int bitPix;                         // Bits per pixel
     
    4847    int fitsDatatype;                   // cfitsio data type
    4948    int psDatatype;                     // psLib data type
    50 }
    51 p_psFitsReadInfo;
     49} p_psFitsReadInfo;
    5250
    5351static p_psFitsReadInfo *p_psFitsReadInfoAlloc(const psFits *fits, // The FITS file handle
Note: See TracChangeset for help on using the changeset viewer.