IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 63 and Version 64 of Basic_GPC1_Processing_IPP_Photpipe_Comparison


Ignore:
Timestamp:
Apr 8, 2009, 12:15:27 PM (17 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Basic_GPC1_Processing_IPP_Photpipe_Comparison

    v63 v64  
    5353
    5454* to save intermediate images in ppStack, add to the ppStack call: -recipe PPSTACK DEBUG
     55
     56* get coords for stamps (all/used/rejected) and lesson on -trace -- summarized ticket #1218
     57{{{
     58build the IPP without optimisation (no '-optimize' flag to psbuild)
     59
     60To get all trace messages regarding PSF-matching, try adding "-trace psModules.imcombine 10" (LOT of extra information)
     61You 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}}}
    5567
    5668== Basic Data Locations ==