IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2007, 1:52:39 PM (19 years ago)
Author:
Paul Price
Message:

Adding psFitsFloat.[ch] for quantising (and unquantising) floating-point images and setting BSCALE and BZERO. It isn't in a usable state yet, but checking in to the tree for safety. It's not activate in the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.h

    r15249 r15335  
    44 * @author Robert DeSonia, MHPCC
    55 *
    6  * @version $Revision: 1.33 $ $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 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    5757    struct {
    5858        bool compression;               ///< Compression convention: handling of compressed images
     59        bool psBitpix;                  ///< Pan-STARRS BITPIX for floating-point conversion
    5960    } 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
    6063} psFits;
    6164
Note: See TracChangeset for help on using the changeset viewer.