IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2009, 2:53:12 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap (unconvolved stacks, reworked combinePixels function into clearer roles, only throw out most variant pixel on each iteration, throw suspect pixels out as first rejection step) stack development. I think I've got everything, but not entirely sure, since I've already merged this branch once before (for dual convolution).

Location:
trunk/ppStack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack

  • trunk/ppStack/src/ppStack.h

    r23573 r26076  
    5959// Perform stacking on a readout
    6060//
    61 // Returns an array of pixels to inspect for each input image
     61// Returns two arrays: pixels to inspect for each input image, and pixels to reject for each input image.
    6262psArray *ppStackReadoutInitial(const pmConfig *config,   // Configuration
    6363                               pmReadout *outRO,   // Output readout
     
    8383                         const psArray *rejected, // Array with pixels rejected in each image
    8484                         const psVector *weightings, // Weighting factors for each image
    85                          const psVector *addVariance // Additional variance for rejection
     85                         const psVector *addVariance, // Additional variance for rejection
     86                         bool safety,                 // Enable safety switch?
     87                         const psVector *norm         // Normalisations to apply
    8688    );
    8789
Note: See TracChangeset for help on using the changeset viewer.