IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of IPP_Progress_Report_20100816


Ignore:
Timestamp:
Aug 23, 2010, 9:31:02 PM (16 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20100816

    v7 v8  
    55
    66=== Eugene Magnier ===
     7IPP Code Updates
     8
     9We are in the process of switching the operational IPP code to a new
     10software release.   The new tag is ipp-20100823.
     11
     12This update includes a number of features and fixes to issues which
     13have been in progress for some time.  Here is a summary list of the
     14main salient points:
     15
     161) a new "staticsky" distribution component : this is the method by
     17which we will be distributing the results from the full photometry
     18analysis of the static sky images.
     19
     202) Full extended source analysis!  psphot is now able to produce
     21acceptable measurements of all of the extended source parameters on
     22our list.
     23  a) for all sources, we are now including Kron parameters (Kron flux
     24and error in an aperture 2.5 times the first radial moment (R1), plus
     25the flux within 1 times R and 4 times R1, as well as the value of R1.
     26  b) in the static sky analysis, for all sources we now report the
     27radial aperture measurements (this was available in the earlier MD04
     28example set).
     29  c) Petrosian and elliptical surface brightness profiles for a subset
     30of extended sources (S/N above some cut off to be defined, probably
     31based on galactic latitude)
     32  d) PSF-convolved model fits for a subset of extended sources for
     33Exponential, DeVaucouleur, and Sersic models.
     34
     353) fixed the forced photometry non-negative flux bug
     36
     374) added some other new stats:
     38 a) for PSF fits, we now have "psfWeightNotPoor" and "psfWeightNotBad"
     39: the first gives the fraction of psf-weighted unmasked pixels
     40considering any mask bits (except the internal 'mark' bit), while the
     41former considers only 'bad' mask bits -- these are written to QF_PSF
     42and QF_PSF_PERFECT in the CMF / SMF files.  This may help to exclude
     43false sources in subtracted burn regions (SUSPECT mask bit) or sources
     44too close to a mask edge (CONV.POOR mask bit).
     45 b) raw aperture magnitudes (in addition to the curve-of-growth
     46corrected version) for PSF measurements.
     47 c) in diff images, we now have several additional statistics related
     48to the proximity of a diff detection to an input image source:
     49DIFF_R_P, SN_P : distance and S/N of nearest bright source in the plus
     50image, DIFF_R_M,SN_M : same for the minus image.
     51 d) for PSF sources, we have added several higher order moments:
     52MOMENTS_M3C,S (third moments cos & sin theta), and same for 4th
     53moments.
     54
     555) somewhat better CR / EXT tests, including use of Kron magnitude as
     56test for source size (CR vs EXT) instead of PSF-based aperture.
     57(though these are not yet reported as a probability).
     58
     596) save the radial profile aperture sizes in the headers
     60
     617) swap read order in dvomerge to loop over the available input tables
     62and merge them with existing output tables
     63
     648) allow dvomerge to operate on only a region of the sky
     65
     669) update to dvomerge to allow different average photcodes in the
     67inputs and the output database.
     68
     6910) some important issues in ppSub that were resulting is somewhat
     70poor matches when the IQ difference between the two images was large:
     71  a) ensure masked pixels are NANed in output diff image
     72  b) define separate penalties for each image (based on their fwhm values)
     73  c) define separate apertures for each image for flux normalization
     74  d) choose aperture based on curve-of-growth (was based on fixed
     75fraction of full aperture flux, and thus noisy)
     76  e) some fine tuning of the penalty factor (this still seems
     77arbitrary, and results are somewhat sensitive to the right value)
     78
     79Note that there are three new output formats that are needed to make
     80all of these features part of the standard products:
     81
     82for chip-image processing: PS1_V3
     83for staticsky processing: PS1_SV1
     84for diff processing: PS1_DV2
     85
     86I would like to run with the old versions for a few days to check that
     87there are no problems, and to give people a bit of a warning.  we need
     88to be particularly careful that the MOPS folks do not get torqued by
     89the diff output changes.
     90
     91Data Samples:
     92
     93I am placing two example data set (simulated images) that illustrate
     94the extended source analysis and the difference image analysis
     95
     96rsync://pikake.ifa.hawaii.edu/psphot.extended.simtest  :  this
     97directory contains a set of images with fake galaxies (a range of
     98sersic parameters, convolved with a Gaussian seeing kernel) and psphot
     99fits to those same images. (inputs are image.fake.NN.fits, outputs are
     100image.fake.pcm.x2.*)
     101
     102rsync://pikake.ifa.hawaii.edu/ppsub.samples.simtest : this directory
     103contains an extensive set of images with different PSFs all
     104differenced against each other with the newly-updated psphot.  There
     105are two classes of images: those with .fg in the name have Gaussian
     106PSFs (range of sizes, axis ratios, and angles), while those with .fp
     107use the PS1_V1 model (a wingier PSF meant to mimic PS1).
     108
     109rsync://pikake.ifa.hawaii.edu/ppsub.samples.simtest.oldcode : the same
     110set of input image pairs diff'ed using the previous version of ppSub.
     111
     112We will attempt to run MD04 with the static sky analysis tomorrow for
     113people to play with.
     114
     115MD04 Photometry
     116
     117I have done some investigation of the high systematic photometry
     118errors in the MD04 stacks as reported by Nigel M.  Some of the plots
     119related to this study can be found here:
     120https://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/MD04_Stack_Photometry_20100819
     121
     122I first checked that the PSFs of the stars had a consistent shape by
     123overlaying the normalized PSFs, and confirmed that they are indeed
     124consistent.
     125
     126I next examined the impact of different PSF models, to check the
     127impact of the choice of model shape (ie, is the photometry more
     128consistent the more accurately the PSF is modelled).  This did not
     129have a huge impact on the photometry (the bright-end sag was still
     130apparent), but the bright end photometric scatter is less in my
     131analysis (PSF - AP) than in Nigel's (PS1 - SDSS).
     132
     133I then ran the same tests using non-poisson weights.  This addresses
     134the bright end sag, and perhaps tightens the photometry a bit.
    7135
    8136=== Serge Chastel ===