Changeset 15809 for trunk/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Dec 13, 2007, 11:32:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.h
r15756 r15809 63 63 psArray *convolutions1; ///< Convolutions of image 1 for each kernel component, or NULL 64 64 psArray *convolutions2; ///< Convolutions of image 2 for each kernel component, or NULL 65 psImage *matrix1, *matrix2; ///< Matrices for each image, or NULL65 psImage *matrix1, *matrix2; ///< Least-squares matrices for each image, or NULL 66 66 psImage *matrixX; ///< Cross-matrix (for mode DUAL), or NULL 67 psVector *vector ; ///< Associated vector (when mode not DUAL), or NULL67 psVector *vector1, *vector2; ///< Least-squares vectors for each image, or NULL 68 68 pmSubtractionStampStatus status; ///< Status of stamp 69 69 } pmSubtractionStamp; … … 108 108 pmSubtractionStampList *pmSubtractionStampsSetFromFile( 109 109 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 110 111 const psImage *subMask, ///< Mask, or NULL 111 112 const psRegion *region, ///< Region to search, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
