IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2008, 4:59:10 PM (18 years ago)
Author:
Paul Price
Message:

Can't figure out why the weightings which are being placed on readout->analysis aren't getting to the combination stage, so I'm putting them in a vector and passing them explicitly.

File:
1 edited

Legend:

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

    r20659 r20711  
    9999                               const psArray *regions, // Array with array of regions used in each PSF match
    100100                               const psArray *kernels, // Array with array of kernels used in each PSF match
     101                               const psVector *weightings, // Weighting factors for each image
    101102                               const psVector *addVariance // Additional variance for rejection
    102103    );
     
    114115                         pmReadout *outRO,   // Output readout
    115116                         const psArray *readouts, // Input readouts
    116                          const psArray *rejected // Array with pixels rejected in each image
     117                         const psArray *rejected, // Array with pixels rejected in each image
     118                         const psVector *weightings // Weighting factors for each image
    117119    );
    118120
     
    142144                  psArray **kernels,    // Array of kernels used in each PSF matching, returned
    143145                  float *chi2,          // Chi^2 from the stamps
     146                  float *weighting,     // Stack weighting (1/noise^2)
    144147                  const psArray *sources, // Array of sources
    145148                  const pmPSF *psf,     // Target PSF
Note: See TracChangeset for help on using the changeset viewer.