IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of IPP_Progress_Report_20120723


Ignore:
Timestamp:
Aug 1, 2012, 8:27:44 AM (14 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20120723

    v15 v16  
    55
    66=== Eugene Magnier ===
     7
     8 * I worked with Serge to define the cmf translation code for the TRAIL fits.  I was getting some rare core dumps when running trail fitting tests.  I put it on the shelf for a bit and Bill found the same problem independently.  He tracked it down to a thread-unsafe piece of code being used in a threaded context and fixed the bug.  Now we can go ahead with TRAIL tests on gpc1 data and finalize the analysis.
     9 * I implemented Tamas' exact projection cell centers in our skycell generation code (using the C algorithm he kindly sent me).  I then explored the differences between RINGS.V3 (our current version) and Tamas' projection cells.  I'm writing a more detailed report, but the summary is that the differences are mostly minor. 
     10 * I created a code concept to define the projection cell boundaries (Boundary Tree table) and generated a boundary tree for the RINGS.V3 tessellation.  The boundary tree translates between a specified RA & DEC and the primary projection cell based on the lines of constant RA & DEC at the mid points of the projection cell centers.  Because RINGS.V3 has uniform spacing of the zones in DEC and uniform spacing of the projection cell centers in a zone, the translation is a two step evaluation of a linear equation, and thus very fast.  Evaluation of 10^8^ points only takes about 0.6 seconds on my desktop machine.  (Tamas' projections cells also have linear spacing of RA along a zone, but the zone centers are not uniformly spaced.  I have not (yet?) implemented a boundary tree sufficiently generic for that tessellation as it requires an initial search by bisection and a bit more information to define each zone.)
     11 * I added code to DVO to set the secfilt mean flux (psf or kron) based on the primary projection cell using the boundary tree code above.  This is a two-step selection:
     12   * determine the primary projection cell for the object's RA & DEC
     13   * if multiple stack detections come from the primary projection, use the one closest to its skycell center.
     14   * if no stack detections come from the primary projection, use the non-primary detection which is closest to its skycell center.
     15 * I also worked on the text and figures for Ken's NSF proposal response.
    716
    817=== Serge Chastel ===
     
    5463 * MD.deeptest stacks setup for MD04 again and now adding MD09 with most recent processed exposures to flush out more large scale processing bugs and provide extra-deep comparison samples.
    5564 * Looked into some diffim problem examples from Peter where the w magnitudes were off by a magnitude, maybe case of poor measurement with FLAGS2 burntool/poor convolution set.
     65
    5666=== Bill Sweeney ===
    5767 * Completed final testing and integration of the changes to the psphot footprint analysis code that we worked on last week.
     
    6171 * Did some analysis of postage stamp jobs. Discovered a bug in the queuing of warp jobs that multiple jobs from the same exposure to be queued. Fixed that.
    6272 * Implemented code to identify a list of preferred data groups which will be used to select data for postage stamp jobs. This should reduce the number of useless stamps returned to users.
     73
    6374=== Chris Waters ===
    6475 * Unsuccessfully tried to find a FFT solution to the row-by-row bias issue.