IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 5:10:36 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.h

    r21323 r21368  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-05 20:44:04 $
     8 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 03:10:36 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    3131#define PSWARP_ANALYSIS_VARFACTOR "PSWARP.VARFACTOR" ///< Name for variance factor in analysis metadata
    3232#define PSWARP_ANALYSIS_GOODPIX   "PSWARP.GOODPIX" ///< Name for number of good pixels in analysis metadata
     33#define PSWARP_ANALYSIS_COVARIANCES "PSWARP.COVARIANCES" ///< Name for covariance matrices on analysis MD
    3334
    3435/**
     
    4344} pswarpMap;
    4445
    45 /* the pswarpMapGrid carries a collection of pswarpMag structures representing 
     46/* the pswarpMapGrid carries a collection of pswarpMag structures representing
    4647 * the local value of the pswarpMap at different locations in the image.
    4748 */
     
    6667
    6768    /** output values for this tile */
    68     long goodPixels;                    //< Number of good pixels
    69     int xMin, xMax, yMin, yMax;         //< Bounds of tile
     69    long goodPixels;                    ///< Number of good pixels
     70    int xMin, xMax, yMin, yMax;         ///< Bounds of tile
     71    psKernel *covariance;               ///< Covariance matrix
    7072} pswarpTransformTileArgs;
    7173
Note: See TracChangeset for help on using the changeset viewer.