IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 73 and Version 74 of ppStack_testing_201111


Ignore:
Timestamp:
Mar 19, 2012, 1:48:18 PM (14 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppStack_testing_201111

    v73 v74  
    5454 * long run-time for 20+ inputs, 400 inputs order 12-14hr (use method similar to psphotStack?)
    5555
    56 Branch for testing (currently r32161 from last summer -- '''need to update..''')  -- http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/browser/branches/meh_branches/ppstack_test
     56Branch for testing (currently r32161 from last summer -- needed to update)  -- http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/browser/branches/meh_branches/ppstack_test
    5757 * many outputs turned on (runs slower, makes many many files)
    5858 * ppStackMatch.c -- need add a TESTING2 for reading in already processed conv images..
    5959 * ppSubMatchPSFs.c has TESTING but not ifdef at start, is a .DEBUG. used to trigger?
    6060
    61 All modification tests using updated branch from ipp-20120216 tag (r33407, 3/04/2012) -- ADD testing modifications
     61All modification tests using updated branch from ipp-20120216 tag (r33407, 3/04/2012) -- testing modifications, some added to trunk already
     62 * pmSubtractionMatch.c:
     63  * has isfinite(sysError) rather than skyError compared to 0 - fixed + trunk
     64  * sbrk in memCheck issue on OSX - not sure how to fix, added note
     65
     66 * pmSubtraction.c:
     67  * TESTING for output conv1/2_* has problem with index now  -- what supposed to be? fix remove index and add comment
     68  * comment ConvolveStampThread footprint as stamp index is wrong -- fix
     69
     70 * ppStackMatch.c
     71  * TESTING w/ and w/o using previous conv images or output samples.. need to split the two -- more explicit TESTING_ cases are needed in all - fix
     72
     73 * ppStackSetup.c - see .nozp
     74  * also conflict issue with names ZP is active, MATCH.ZERO.POINTS inactive for recipes/ppStack.config -- leaving, not sure what
     75
     76 * ppStackSources.c -
     77  * logic issue with ZP and photometry option - false not work, need to be OR? -- need to trace out
     78  * also TESTING mix again - outputs and fake added mag offsets -- wait
     79
     80 * ppStackConvolve.c calls with normal index but ends up odd index in kernel name - bug?
     81  * .kernel index odd, why not seq in pmFPAfileActivateSingle - psMod/camera/pmFPAfileIO.c -- SelectSingle in pmFPAfile.c -- could use date stamp or is threading the reason?
     82
     83 * pmSubtractionStamps.c
     84  * the stamp.dat output is dumb, if no sources in a stamp will segfault -- set to 0 again.. -- later
     85
     86
     87
     88
    6289
    6390----
     
    379406
    380407
    381