IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of IPP_Progress_Report_20120227


Ignore:
Timestamp:
Mar 5, 2012, 9:38:41 AM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20120227

    v6 v7  
    1 == IPP Progress Report for the week YYYY.MM.DD - YYYY.MM.DD ==
     1== IPP Progress Report for the week 2012.02.27 - 2012.03.04 ==
    22[[PageOutline]]
    33
     
    1818
    1919=== Bill Sweeney ===
     20 * Spent the week debugging psphotStack problems and building tools to help that effort.
     21   * Made some refinements to dlapstacks (display LAP stacks) a tool for finding and displaying LAP stack images that contain a point on the sky. Did some virtual sky gazing looking at various NGC galaxies. Some of the larger ones really show the effect of bad background correction. The newer stacks are improved in this regard.
     22   * The primary problem with psphotStack is that it often tries to consume infinite memory. Since psphot is quite complex I spent two full days reading code and stepping through the program. For the example case (sky_id 138369) the memory is being used by images created for each of the sources. With some effort discovered that this happens because a bit of code is calculating an unreasonably large size for the source. This caused the kron code to allocate very large images - many larger than the input image! Correcting the calculation stopped the explosion in this case.
     23 * Debugged a distribution problem that NCU ran into. W
    2024
    2125=== Chris Waters ===