Changeset 15335 for trunk/psLib/src/fits/psFits.h
- Timestamp:
- Oct 19, 2007, 1:52:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.h
r15249 r15335 4 4 * @author Robert DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-10- 09 03:00:05$6 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-10-19 23:52:39 $ 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 */ … … 57 57 struct { 58 58 bool compression; ///< Compression convention: handling of compressed images 59 bool psBitpix; ///< Pan-STARRS BITPIX for floating-point conversion 59 60 } conventions; ///< Conventions to honour 61 double bscale; ///< Scaling to apply when reading FITS data; 0 for auto 62 double bzero; ///< Zero point to apply when reading FITS data; auto if bscale = 0 60 63 } psFits; 61 64
Note:
See TracChangeset
for help on using the changeset viewer.
