IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2007, 12:59:04 PM (19 years ago)
Author:
eugene
Message:

accepting updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/imcombine/pmSubtractionMatch.h

    r15305 r15516  
    44#include <pslib.h>
    55
    6 #include "pmHDU.h"
    7 #include "pmFPA.h"
    8 #include "pmSubtractionKernels.h"
     6#include <pmHDU.h>
     7#include <pmFPA.h>
     8#include <pmSubtractionKernels.h>
     9#include <pmSubtractionStamps.h>
    910
    10 
     11/// Match two images
    1112bool pmSubtractionMatch(pmReadout *convolved, ///< Output convolved data
    12                         const pmReadout *reference, ///< Reference data
    13                         const pmReadout *input, ///< Input data
     13                        const pmReadout *ro1, ///< Image 1
     14                        const pmReadout *ro2, ///< Image 2
    1415                        // Stamp parameters
    1516                        int footprint,  ///< Stamp half-size
     
    1920                        const psArray *sources, ///< Sources for stamps
    2021                        const char *stampsName, ///< Filename for stamps
    21                         float targetWidth, ///< Width of PSF for simulated target
    2222                        // Kernel parameters
    2323                        pmSubtractionKernelsType type, ///< Kernel type
     
    3838                        psMaskType maskBad, ///< Value to mask
    3939                        psMaskType maskBlank, ///< Mask for blank region
    40                         float badFrac   ///< Maximum fraction of bad input pixels to accept
     40                        float badFrac,   ///< Maximum fraction of bad input pixels to accept
     41                        pmSubtractionMode mode ///< Mode of subtraction
    4142    );
    4243
     44/// Determine which image to convolve
     45pmSubtractionMode pmSubtractionOrder(pmSubtractionStampList *stamps, ///< Stamps that have been extracted
     46                                     int footprint ///< Stamp half-size
     47    );
     48
     49
    4350#endif
Note: See TracChangeset for help on using the changeset viewer.