IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of IPP_Progress_Report_20101004


Ignore:
Timestamp:
Oct 13, 2010, 3:46:09 PM (16 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20101004

    v8 v9  
    66=== Eugene Magnier ===
    77
     8I spent much of last week working on incorporating lessons from photfest into my branch of the IPP code, and attempting to address some related issue encountered along the way.  I updated the measurement of the 'dipole parameters' (DIFF_FRATIO, etc) to NOT clip pixels with abs(S/N) < 3 (we mis-understood Armin's definition).  Eddie Schlafly and I iterated further on the cosmic ray and galaxy separation issue.  For the cosmic ray detection, we agree that a cosmic ray can be reliably identified if the minor axis of the 2nd moments is < about 0.85 pixel^2^, and if the Kron (or basic aperture mag, if needed) is < about -8.5 instrumental mags.  For the star/galaxy separation issue, we divided this into two questions: (1) what is the a-priori probability that such-and-such an object is a PSF (in the absence of any knowledge about other kinds of shapes)? (2) given (1) and the distribution of galaxy shapes and sizes, what is the probability that a given source is a star or a galaxy?  It looks like (1) can be defined quite well on the basis of the PSF - Kron magnitudes.  (2) is much harder, depends on the distribution of galaxy shapes, and is probably outside of the scope of the IPP processing, and more relevant to the morphology analysis client.  We can, however, make some initial estimates based on the comparison of GPC1 and the SDSS analysis of the Stripe 82 deep stack.  Rather than worrying about getting (2) exactly right, we should be instead be answering the question: for which objects should we perform some further extended source analysis?  Not all objects in this class need to have a 100% probability of being a galaxy.  The Stripe 82 comparison gives us some guidance, for a specific ratio of stars / galaxies, or equivalently at a specific Galactic latitude.
     9
     10Relatedly, we have had reports that the psphot version that is used for the 'static sky' analysis (psphotStack) is not producing all of the outputs expected, including the extended source fits and the radial aperture photometry.  I tracked down some configuration and software errors that were responsible these issues (failure to initialize the aperture sizes, default S/N limit for petrosians set quite high, etc).  The more significant issue is the failure to generate all of the fits.  In trying to understand this, I discovered that the convolution to a target PSF was resulting in a somewhat uglier output PSF than expected, and this was making the source detections go haywire.  Although I can get better convolved stacks by tweaking the kernel options, I not entirely satisfied by the result.  I've asked Mark Huber to help me with this by seeing how hotpants behaves on some specific image pair covering a wide range of seeing differences.
     11
    812=== Serge Chastel ===
    9 
    1013
    1114 * IPP:
     
    1922 * MOPS:
    2023  * czar (with Larry)
     24
    2125=== Heather Flewelling ===
    22 
    23 
    2426
    2527 * ifaps1 liason (tonry, gaidos)
     
    3739=== Roy Henderson ===
    3840
    39 * PSPS
    40  * resumed batch creation, but not loading until merge/flip/copy is complete
    41  * meeting with Jim/Gene about stacks. Consequent schema changes
    42  * tracked the source of loading duplicate frames: datastore/DXLayer logic
     41 * PSPS
     42  * resumed batch creation, but not loading until merge/flip/copy is complete
     43  * meeting with Jim/Gene about stacks. Consequent schema changes
     44  * tracked the source of loading duplicate frames: datastore/DXLayer logic
    4345
    44 * IPP
    45  * czartool
    46   * added option to make a useful plot of a single day
    47   * removed the zeros from labels table (Bill's suggestion)
    48   * work on a 'daily report' for Ken (not finished yet)
    49   * fair bit of work on a 'rate of processing' plot
    50  * ippToPsps
    51   * added database access to ippToPsps: needed for stack stuff
    52   * slowly populating fields for PSPS stacks
    53   * fun with fits binary table 'vectors'
     46 * IPP
     47  * czartool
     48   * added option to make a useful plot of a single day
     49   * removed the zeros from labels table (Bill's suggestion)
     50   * work on a 'daily report' for Ken (not finished yet)
     51   * fair bit of work on a 'rate of processing' plot
     52  * ippToPsps
     53   * added database access to ippToPsps: needed for stack stuff
     54   * slowly populating fields for PSPS stacks
     55   * fun with fits binary table 'vectors'
    5456
    55 * Mailing lists
    56  * figured out how to add new lists (code and Db changes)
    57  * wrote a backup script to dump Db etc (needed as everything is on neverland just now)
    58  * new sts list
    59 
     57 * Mailing lists
     58  * figured out how to add new lists (code and Db changes)
     59  * wrote a backup script to dump Db etc (needed as everything is on neverland just now)
     60  * new sts list
    6061
    6162=== Bill Sweeney ===