Changeset 15630 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Nov 15, 2007, 3:04:56 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
r15335 r15630 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-1 0-19 23:52:39$6 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-11-16 01:04:56 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 21 21 #include "psMetadata.h" 22 22 #include "psImage.h" 23 #include "psFitsFloat.h" 23 24 24 25 #include "psErrorCodes.h" … … 57 58 struct { 58 59 bool compression; ///< Compression convention: handling of compressed images 59 bool psBitpix; ///< Pan-STARRS BITPIX for floating-point conversion60 bool psBitpix; ///< Custom floating-point image 60 61 } conventions; ///< Conventions to honour 61 double bscale; ///< Scaling to apply when reading FITS data; 0 for auto62 double bzero; ///< Zero point to apply when reading FITS data; auto if bscale = 062 int bitpix; ///< Desired BITPIX for output images; 0 to use as provided 63 psFitsFloat floatType; ///< Desired custom floating-point for output images 63 64 } psFits; 64 65
Note:
See TracChangeset
for help on using the changeset viewer.
