Changeset 15177 for branches/pap_branch_070920/psLib/src/fits/psFits.h
- Timestamp:
- Oct 3, 2007, 10:57:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_070920/psLib/src/fits/psFits.h
r15176 r15177 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.31.2. 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-10-03 20: 21:45$6 * @version $Revision: 1.31.2.5 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-03 20:57:13 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 55 55 bool writable; ///< Is the file writable? 56 56 char *extword; ///< user-specified word to name extensions (NULL implies EXTNAME) 57 bool compConvention; ///< Honour compression convention, handling compressed images 57 struct { 58 bool compression; ///< Honour compression convention, handling compressed images 59 } conventions; ///< Conventions to honour 58 60 } psFits; 59 61
Note:
See TracChangeset
for help on using the changeset viewer.
