IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2009, 1:19:44 PM (17 years ago)
Author:
Paul Price
Message:

Implemented unconvolved stack using rejections from convolved stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackOptions.h

    r25787 r25788  
    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;                // Filenames of the original images
     14    psArray *convImages, *convMasks, *convVariances; // Filenames for the temporary convolved images
    1415    int num;                            // Number of inputs
    1516    // Prepare
Note: See TracChangeset for help on using the changeset viewer.