IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2009, 10:24:33 AM (17 years ago)
Author:
Paul Price
Message:

Calculate covariance matrix for output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/pswarp/src/pswarp.h

    r20307 r21282  
    1919#define PSWARP_ANALYSIS_VARFACTOR "PSWARP.VARFACTOR" // Name for variance factor in analysis metadata
    2020#define PSWARP_ANALYSIS_GOODPIX   "PSWARP.GOODPIX" // Name for number of good pixels in analysis metadata
     21#define PSWARP_ANALYSIS_COVARIANCES "PSWARP.COVARIANCES" // Name for covariance matrices on analysis MD
    2122
    2223// a single pswarpMap converts coordinates from one image to a second image
     
    5354    long goodPixels;                    // Number of good pixels
    5455    int xMin, xMax, yMin, yMax;         // Bounds of tile
     56    psKernel *covariance;               // Covariance matrix
    5557} pswarpTransformTileArgs;
    5658
Note: See TracChangeset for help on using the changeset viewer.