| | 55 | |
| | 56 | * get coords for stamps (all/used/rejected) and lesson on -trace -- summarized ticket #1218 |
| | 57 | {{{ |
| | 58 | build the IPP without optimisation (no '-optimize' flag to psbuild) |
| | 59 | |
| | 60 | To get all trace messages regarding PSF-matching, try adding "-trace psModules.imcombine 10" (LOT of extra information) |
| | 61 | You can direct this to a file using "-tracedest /path/to/file". For more fine-grained control, try: |
| | 62 | |
| | 63 | #1 rejected stamps: "-trace psModules.imcombine.pmSubtractionRejectStamps 3" (see pmSubtraction.c:866) |
| | 64 | #2 used stamps: "-trace psModules.imcombine.pmSubtractionCalculateDeviations 5" (see pmSubtractionEquation.c:1111) |
| | 65 | #3 all possible stamps: "-trace psModules.imcombine.pmSubtractionStampsSet 9" (see pmSubtractionStamps.c:438) |
| | 66 | }}} |