Changeset 15249 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Oct 8, 2007, 5:00:05 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r15179 r15249 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-10-0 3 21:27:21$6 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-09 03:00:05 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 56 56 char *extword; ///< user-specified word to name extensions (NULL implies EXTNAME) 57 57 struct { 58 bool compression; ///< Honour compression convention, handlingcompressed images58 bool compression; ///< Compression convention: handling of compressed images 59 59 } conventions; ///< Conventions to honour 60 60 } psFits; … … 309 309 } 310 310 311 #define PS_ASSERT_FITS_WRITABLE(NAME, RVAL) \ 312 if (!(NAME)->writable) { \ 313 psError(PS_ERR_UNEXPECTED_NULL, true, "Error: FITS file %s not open for writing.", #NAME); \ 314 return RVAL; \ 315 } 316 311 317 /// @} 312 318 #endif // #ifndef PS_FITS_H
Note:
See TracChangeset
for help on using the changeset viewer.
