IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2007, 10:57:13 AM (19 years ago)
Author:
Paul Price
Message:

Renaming psFits.compConvention to psFits.conventions.compression --- there will be more than one convention (will soon add the 16-bit floats), so it makes sense to bundle them together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psLib/src/fits/psFits.h

    r15176 r15177  
    44 * @author Robert DeSonia, MHPCC
    55 *
    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 $
    88 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    5555    bool writable;                      ///< Is the file writable?
    5656    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
    5860} psFits;
    5961
Note: See TracChangeset for help on using the changeset viewer.