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/ppStackOptions.h

    r23573 r26076  
    1111    psMetadata *stats;                  // Statistics for output
    1212    FILE *statsFile;                    // File to which to write statistics
    13     psArray *imageNames, *maskNames, *varianceNames; // Filenames for the temporary convolved images
     13    psArray *origImages, *origMasks, *origVariances; // Filenames of the original images
     14    psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images
     15    psArray *origCovars;                // Original covariances matrices
    1416    int num;                            // Number of inputs
    1517    // Prepare
     
    2628    psVector *matchChi2;                // chi^2 for stamps from matching
    2729    psVector *weightings;               // Combination weightings for images (1/noise^2)
    28     psArray *covariances;               // Covariance matrices
     30    psArray *convCovars;                // Convolved covariance matrices
    2931    // Combine initial
    3032    pmReadout *outRO;                   // Output readout
     33    pmReadout *unconvRO;                // Unconvolved readout
    3134    psArray *inspect;                   // Array of arrays of pixels to inspect
    3235    // Rejection
Note: See TracChangeset for help on using the changeset viewer.