IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 21 and Version 22 of stacking_coverage.20130307


Ignore:
Timestamp:
Apr 23, 2013, 5:36:05 PM (13 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • stacking_coverage.20130307

    v21 v22  
    11== 2013-04-23 ==
    22
     3The circularization bug appears to be a result of an issue in the pmPSF_AxesToModel and pmPSF_ModelToAxes functions that resulted in a factor of ~2 error in the sizes.  With this bug resolved, the Target PSF for the example below drops to 4.815245 pxl.  Removing any restriction on the input FWHM sizes (-Df PSF.INPUT.THRESH 10.0 so all inputs with FWHM < 10 are accepted) produces a target PSF of 6.571348.  As even this is a factor of 2 smaller than the target PSF created before the bug fix, I'm beginning to suspect that we may have been aggressively clipping the inputs as a result of this bug.
    34
     5The two metrics that are most likely to clarify whether a given stacking recipe is better than another are the average value of the .num image produced (the average number of inputs for a given pixel in the stack) and the S/N distribution of detected objects.  For the initial test, I've run the rejection I've been developing (the standard recipe), along with the rejection with PSF.INPUT.THRESH set to 10.0 (the unrestricted recipe).  The following image shows the number image on the bottom row, along with a zoom in of a section of the unconvolved image (with finding chart displayed).  In the region of this zoom, the additional inputs that are not rejected at input (and have therefore survived the PSF matching phase as well) seem to help fill in gaps and correct some defects (dark spot, bottom middle of image; linear feature, middle right of image).  Below this is a plot of the ratio of S/N values for all objects detected by psphot on these images as a function of y-position.  As the change in depth is largely a function of y-position, this shows the difference.  Note that at y < 1500pxl, the S/N ratio bifurcates, with the samples from areas of added inputs yielding a higher S/N (largely consistent with an improvement of 2 inputs: sqrt(8)/sqrt(10) ~ 0.9).  The scatter in the S/N ratio increases at high y, correlating with the other region of increased depth.
     6
     7[[Image(depth_comp.jpg)]]
     8
     9[[Image(sn_rat.png)]]
     10
     11This test suggests that restricting inputs based on FWHM may have been necessary due to a bug in the circularization process, and may no longer be needed.  The follow-up test will be to measure these two metrics for the sample of:
     12
     13 * Stacks created with current IPP tag.
     14 * Stacks created with proposed "standard" recipe, that does exclude inputs based on FWHM.
     15 * Stacks created with proposed "unrestricted" recipe, that sets the input threshold at 10.0.
    416
    517== 2013-04-22 ==