IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of IPP_Progress_Report_20110207


Ignore:
Timestamp:
Feb 16, 2011, 9:58:50 AM (15 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20110207

    v7 v8  
    55
    66=== Eugene Magnier ===
     7
     8 I spent most of the past week focusing on the reference astrometry & photometry database, making sure relastro and relphot would run correctly on large areas and that they were saving enough Q/A information to enable interpretation of the results easy.  I set up a large run of relastro on the big reference database (on ipp045), though it took a couple of tries to get the sizing right.  The analysis needs to run on a portion of the sky at a time because there are simply too many measurements to fit in the memory footprint of the single machine.  Initially, I was rather simplistically setting the area to be a fix size, ignoring the varying star densities.  This was fine for the region near 0,0 (where the script started), but resulted in a memory footprint of 100s of GBs near RA = 270 (the galactic plane).  I re-worked the script to use ra-ranges that scaled appropriately based on the number of stars in a region.  This is still a bit crude (the program should be smart enough to load a total amount of memory, but that would take more work that I can afford right now; alternatively, it should distribute the load in a balanced way across multiple machines, but that would also be a lot of effort; simple solutions are good enough for now).  The relastro analysis successfully ran on the full sky in about 20 hours.  Unfortunately, I discovered more recently, that I failed to update an important piece of configuration information in a reference table (the rule for the per-position errors based on the magnitude errors), so I need to re-run that analysis.
     9
     10I also set up a large run for relphot, using the same concept.  I let this run for a few days, before I decided it was going too slowly.  It looks like I failed to port one of the recent optimizations from relastro over to relphot -- this particular step wastes 20-30 minutes per pass in assigning images and camera mosaics, and can be done in < 1 minute with the new optimization.  I need to fix that and restart the relphot analysis this week.
     11
     12Given the successful tests of the updated difference code over the past week, I have merged that work from my development branch into the IPP trunk.  After a bit more testing this week, we will be able to make a new operations tag. 
     13
     14While the relastro and relphot analyses were running, I have started up again on the field missing from psphotStack output that are expected by PSPS.  I have added in the covariances for the extended source fits, and will finish off the rest of the fields.  I'll then make a sample MD04 stack analysis for the PSPS team to ingest. 
    715
    816=== Serge Chastel ===