IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2009, 2:37:06 PM (17 years ago)
Author:
Paul Price
Message:

Reverting to writing covariance matrices per chip/cell. This allows simple visualisation of the covariance matrix, and a simpler system for reading and writing them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/psModules/src/camera/pmHDU.h

    r21264 r21269  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.9.22.2 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2009-02-02 18:05:38 $
     6 * @version $Revision: 1.9.22.3 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2009-02-03 00:37:06 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1717/// @addtogroup Camera Camera Layout
    1818/// @{
     19
     20#define PM_HDU_COVARIANCE_KEYWORD "PS_COVAR" // FITS keyword to indicate presence of a covariance matrix
    1921
    2022/// An instance of the FITS Header Data Unit
     
    3032    psArray *variances;                 ///< Variance in the pixel data, or NULL
    3133    psArray *masks;                     ///< Mask for the pixel data, or NULL
    32     psArray *covariances;               ///< Covariance matrices (pmHDUCovariance), or NULL
    3334} pmHDU;
    3435
Note: See TracChangeset for help on using the changeset viewer.