IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2009, 1:03:45 PM (17 years ago)
Author:
Paul Price
Message:

Adding unconvolved mask and variance as outputs in addition to the unconvolved image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackOptions.h

    r25824 r25911  
    1313    psArray *origImages, *origMasks, *origVariances; // Filenames of the original images
    1414    psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images
     15    psArray *origCovars;                // Original covariances matrices
    1516    int num;                            // Number of inputs
    1617    // Prepare
     
    2728    psVector *matchChi2;                // chi^2 for stamps from matching
    2829    psVector *weightings;               // Combination weightings for images (1/noise^2)
    29     psArray *covariances;                 // Convolved covariance matrices
     30    psArray *convCovars;                // Convolved covariance matrices
    3031    // Combine initial
    3132    pmReadout *outRO;                   // Output readout
Note: See TracChangeset for help on using the changeset viewer.