Changeset 15110
- Timestamp:
- Sep 29, 2007, 11:55:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_070920/psLib/src/fits/psFitsImage.c
r10999 r15110 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 1-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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 38 38 39 39 // Information required to read a FITS file 40 typedef struct 41 { 40 typedef struct { 42 41 int nAxis; // Number of axes 43 42 int bitPix; // Bits per pixel … … 48 47 int fitsDatatype; // cfitsio data type 49 48 int psDatatype; // psLib data type 50 } 51 p_psFitsReadInfo; 49 } p_psFitsReadInfo; 52 50 53 51 static p_psFitsReadInfo *p_psFitsReadInfoAlloc(const psFits *fits, // The FITS file handle
Note:
See TracChangeset
for help on using the changeset viewer.
