IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 11:49:17 AM (17 years ago)
Author:
Paul Price
Message:

Allow convolution of images to be optional when stacking.

File:
1 edited

Legend:

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

    r23341 r23573  
    88typedef struct {
    99    // Setup
     10    bool convolve;                      // Convolve images?
    1011    psMetadata *stats;                  // Statistics for output
    1112    FILE *statsFile;                    // File to which to write statistics
     
    1718    psVector *inputMask;                // Mask for inputs
    1819    psArray *sourceLists;               // Individual lists of sources for matching
     20    psVector *norm;                     // Normalisation for each image
    1921    // Convolve
    2022    psArray *cells;                     // Cells for convolved images --- a handle for reading again
    21     psArray *subKernels;                // Subtraction kernels --- required in the stacking
    22     psArray *subRegions;                // Subtraction regions --- required in the stacking
     23    psArray *kernels;                   // PSF-matching kernels --- required in the stacking
     24    psArray *regions;                   // PSF-matching regions --- required in the stacking
    2325    int numCols, numRows;               // Size of image
    2426    psVector *matchChi2;                // chi^2 for stamps from matching
Note: See TracChangeset for help on using the changeset viewer.