Changeset 5057 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Sep 15, 2005, 11:22:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r4898 r5057 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 8-30 01:14:13$9 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-09-15 21:22:21 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 48 48 typedef struct 49 49 { 50 fitsfile* p_fd;///< the CFITSIO fits files handle.50 fitsfile* fd; ///< the CFITSIO fits files handle. 51 51 const char* filename; ///< the filename of the fits file 52 bool writable; ///< Is the file writable? 52 53 } 53 54 psFits;
Note:
See TracChangeset
for help on using the changeset viewer.
