IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of IPP_Progress_Report_20091026


Ignore:
Timestamp:
Nov 2, 2009, 8:18:27 AM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20091026

    v1 v2  
    55
    66=== Eugene Magnier ===
     7
     8I've been digging into the photometry on difference images.  There were some minor bugs related to the psphot implementation used by ppSub.  However, more importantly, there is an inconsistency in the case of convolved images between the errors (and the resulting chi-square values) for the fits to source flux models and the per-pixel errors reported for the image.  This is yet another effect of working on images with correlated errors.  We believe we understand the per-pixel errors as illustrated by the histogram of signal-to-noise values in the background of the images.  We believe we understand the impact of the correlated noise on the photometry measured in apertures, based on the experiments performed by Paul when we first started tracking the covariance matrix for the convolutions.  This effect shows that there is a difference in the scaling between the covariance as used by aperture photometry and by PSF (or other model) fitting.  In order to test this effect and the photometry analysis within ppSub, I have found it necessary to create some additional IPP programs.
     9
     10{{{psphotForced}}} -- this does forced photometry on a collection of
     11positions, which may either supplied as a cmf file or as a text file
     12(currently only X,Y chip coordinates are allowed, but it would be easy
     13to make the load apply astrometry to R,D positions).  This program is
     14a small modification relative to psphot, and makes some assumptions:
     15the psf model must be supplied (we can possibly make this optional in
     16the future), a text list of X,Y corresponds to positions in just the
     17single processed chip (it is also allowed to send a list of lists, in
     18which case there must be one for each of the chips being processed as
     19a group).  This program performs the background modelling, loads the
     20sources and psf model, and measure photometry of the sources; it does
     21not attempt to measure moments of the sources (is this desired?).  I
     22have tested it a bit against simtest images, and the forced photometry
     23of sources using the positions from an earlier normal psphot analysis
     24result in magnitudes that agree well, but not perfectly at the <0.01
     25mag level.  There are a few issues that I need to double check related
     26to how the aperture correction is being performed (if at all) and what
     27size aperture is used for each object.  these could certainly explain
     28the observed errors.  This program is needed to finish the 'forced photometry' analysis stage, so this effort served multiple goals.
     29
     30{{{psphotMakePSF}}} -- this program simply generates a psf model from an
     31image, either based on a specified collection of sources or based on
     32newly detected sources in the image.
     33
     34{{{ppSmooth}}} -- a stand-along smoothing program.  I am finding that the
     35chi-square of photometry of objects in convolved images is not quite
     36what I expect, even if I take the covariance into account as I
     37understand it (I'm probably getting it wrong).  To make a more
     38complete test suite, I decided it would be useful to have a
     39stand-alone program that could smooth an image, and do the 'right
     40thing' with the covariance determined from an earlier smoothing or
     41convolution.  This program does not build with the rest of the suite
     42via psbuild; I'll add it in after it is a bit better tested.
     43
    744
    845=== Heather Flewelling ===