IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2009, 1:53:56 PM (17 years ago)
Author:
Paul Price
Message:

Using covariance factor to set the correct variance level for the combination. Adding additional recipe parameter to provide the fraction of values to discard when performing a 'olympic weighted mean'.

File:
1 edited

Legend:

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

    r21366 r21477  
    4646                                          const psArray *maskNames, // Names of masks to read
    4747                                          const psArray *varianceNames, // Names of variance maps to read
     48                                          const psArray *covariances, // Covariance matrices (already read)
    4849                                          const pmConfig *config // Configuration
    4950    );
     
    9798                               pmReadout *outRO,   // Output readout
    9899                               const psArray *readouts, // Input readouts
    99                                const psArray *regions, // Array with array of regions used in each PSF match
    100                                const psArray *kernels, // Array with array of kernels used in each PSF match
     100                               const psVector *mask, // Mask for input readouts
    101101                               const psVector *weightings, // Weighting factors for each image
    102102                               const psVector *addVariance // Additional variance for rejection
     
    115115                         pmReadout *outRO,   // Output readout
    116116                         const psArray *readouts, // Input readouts
     117                         const psVector *mask, // Mask for input readouts
    117118                         const psArray *rejected, // Array with pixels rejected in each image
    118                          const psVector *weightings // Weighting factors for each image
     119                         const psVector *weightings, // Weighting factors for each image
     120                         const psVector *addVariance // Additional variance for rejection
    119121    );
    120122
Note: See TracChangeset for help on using the changeset viewer.