IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of IPP_Progress_Report_20110124


Ignore:
Timestamp:
Feb 1, 2011, 2:01:17 PM (15 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20110124

    v6 v7  
    55
    66=== Eugene Magnier ===
     7
     8It looks like I've fixed the ppSub / magic masking problems.  The last
     9two issues I found this week where (a) I needed to turn on SVD dynamic range
     10clipping in the linear algebra solution to avoid introducing noise in
     11cases where the solution was particularly poorly conditioned and (b) I
     12discovered that the covariance averaging process was weighting by the
     13image variance (not the inverse variance).  As far as I can tell from
     14the math and the results, a straight average (unweighted) is actually the correct
     15answer.  This latter issue meant that the covariance of the difference
     16image was dominated by the covariance of the less convolved image,
     17resulting in a somewhat too small flux for a given detection limit.  This
     18explains the magic issue, but it also explains the excess sources in
     19the difference images which correspond to empty sky.  This weighting
     20choice has actually been in place since long before the 8/23 software
     21change.  I believe the reason it did not impact us earlier was that, before
     22the 8/23 release, the dual convolution process penalties tended to
     23result in a similar amount of smoothing on both images (with excessive overall smoothing), so the
     24different weighting did not have too large of an impact.  The code
     25since 8/23 has been trying harder to get the minimal convolution, with
     26the result that the the mean variance of the 2 images are more likely
     27to be rather different from one another.
     28
     29I ran the 3pi test set that Heather has been running.  Here are the
     30numbers of magic streaks from the various test runs:
     31
     32|| label                                 || max(magic_id) || avg(magicMask.streaks) ||
     33|| magictest.3Pi.trunk.default.20101230  ||108422.5833 ||       122.5833 ||
     34|| magictest.3Pi.trunk.modified.20100105 ||109485.9667 ||       170.3000 ||
     35|| magictest.3Pi.ipp20100701.20110106    ||109801.5000 ||        42.9000 ||
     36|| magictest.r28950                      ||111028.7000 ||        36.7250 ||
     37|| magictest.ippeam.r30312               ||113452.5000 ||       147.2500 ||
     38|| magictest.ippeam.r30312.v2            ||113930.5000 ||       134.9500 ||
     39|| magictest.ippeam.r30312.v3            ||114296.5000 ||       156.5000 ||
     40|| magictest.ippeam.r30312.v4            ||114692.5000 ||       222.9737 ||
     41|| magictest.ippeam.r30312.v5            ||114730.5000 ||        98.3611 ||
     42|| magictest.ippeam.r30312.v8            ||118059.5000 ||        45.4412 ||
     43
     44At this point, we can get back to the task of running a good-sized mask / magic test suite to check on the quality of the new static masking. 
     45
     46Meanwhile, I've started to work on the reference database while that is processing.
    747
    848=== Serge Chastel ===
     
    1353   * Changing O_DIRECT into O_DSYNC didn't change performance (but what is true on ippc01 is maybe not on ippdb00)
    1454   * Looking where nebulous code could be improved
     55
    1556=== Heather Flewelling ===
    1657
     
    2162 * turned addstar back on (merging is off - will be turned on soon)
    2263 * sick 2 days
     64
    2365=== Roy Henderson ===
    24 
    2566
    2667 * PSPS
     
    3778 * Other
    3879  * some work with the ipp metrics: rsync'd so they can be seen from the wiki
     80
    3981=== Bill Sweeney ===
    4082 * Implemented "cleanup" for magicRuns. This will free up several TB of disk space on ipp050 and ipp053.