IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2007, 11:32:44 AM (19 years ago)
Author:
Paul Price
Message:

Updates trying to get dual-convolution to work. It doesn't yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.h

    r15756 r15809  
    6363    psArray *convolutions1;             ///< Convolutions of image 1 for each kernel component, or NULL
    6464    psArray *convolutions2;             ///< Convolutions of image 2 for each kernel component, or NULL
    65     psImage *matrix1, *matrix2;         ///< Matrices for each image, or NULL
     65    psImage *matrix1, *matrix2;         ///< Least-squares matrices for each image, or NULL
    6666    psImage *matrixX;                   ///< Cross-matrix (for mode DUAL), or NULL
    67     psVector *vector;                   ///< Associated vector (when mode not DUAL), or NULL
     67    psVector *vector1, *vector2;        ///< Least-squares vectors for each image, or NULL
    6868    pmSubtractionStampStatus status;    ///< Status of stamp
    6969} pmSubtractionStamp;
     
    108108pmSubtractionStampList *pmSubtractionStampsSetFromFile(
    109109    const char *filename,               ///< Filename of file containing x,y (or x,y,flux) on each line
     110    const psImage *image,               ///< Image for flux of stamp
    110111    const psImage *subMask,             ///< Mask, or NULL
    111112    const psRegion *region,             ///< Region to search, or NULL
Note: See TracChangeset for help on using the changeset viewer.