Changeset 15806
- Timestamp:
- Dec 12, 2007, 7:27:21 PM (18 years ago)
- Location:
- branches/eam_branch_20071212/ppMerge/src
- Files:
-
- 2 edited
-
ppMerge.c (modified) (1 diff)
-
ppMergeCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071212/ppMerge/src/ppMerge.c
r15631 r15806 55 55 56 56 if (options->mask) { 57 // Generate a mask 58 ppMergeMask(data, options, config); 57 // Generate a mask 58 // XXX this should result in a mask image based on the outliers relative to the ensemble in a given image 59 ppMergeMaskByImageStats(data, options, config); 60 61 // Do the combination and write 62 // XXX this should result in a mask image based on the outlier statistics relative to the per-pixel histogram 63 ppMergeMaskByPixelStats(data, options, config); 64 65 ppMergeMaskUnion(data, options, config); 66 67 ppMergeMaskOutput(data, options, config); 59 68 } else { 60 69 -
branches/eam_branch_20071212/ppMerge/src/ppMergeCombine.c
r15654 r15806 352 352 } 353 353 354 // XXX Why don't we perfrom pmComceptsAverageChips here? 355 354 356 // Write the pixels 355 357 if (chip->hdu && !chip->hdu->blankPHU) {
Note:
See TracChangeset
for help on using the changeset viewer.
