Changes between Version 11 and Version 12 of Kron_measurements_investigation
- Timestamp:
- May 26, 2012, 2:09:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Kron_measurements_investigation
v11 v12 1 = = PSPHOT Kron Measurements investigation ==1 = PSPHOT Kron Measurements Investigation = 2 2 3 3 This page describes some investigations comparing the Kron radius and magnitudes measured by psphot 4 5 Outline (most sections TODO)6 * Overview of the Issue7 * Data Sample8 * Recipe Choices9 * Default: Smooth, apply window function, apply weight function10 * No Window11 * No weight12 * No Window no weight, no smooth13 * No Window no weight, no smooth14 * Results15 4 16 5 == Overview == … … 19 8 See plot at http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/KP12videocon_page#Kron_radii_-_possible_improvement 20 9 21 Using a set of 40 simulated images provided by Peter we have done many experiments with psphot to inves igate10 Using a set of 40 simulated images provided by Peter we have done many experiments with psphot to investigate 22 11 the accuracy of the kron measurements. We reported April 30 at the DRAVG 23 meeting that results closer to SEXtractor can be achieved with a prototype version of psphot which24 smooths the input image with a 1.7 pixel gaussian prior to measuring the kron radius and flux.12 meeting that results closer to SEXtractor can be achieved with a prototype version of psphot that 13 smooths the input image with a 1.7 pixel Gaussian prior to measuring the kron radius and flux. 25 14 http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/DRAVG_telecon#Kron_radii_improvements 26 15 27 We have more carefully implemented the smoothing function and the code is now included in the ipp-trunk. 16 We have more carefully implemented the smoothing function and the code is now included in the ipp-trunk. There are several recipe values that now may be used to control the psphot kron measurements. Current defaault values are listed. 28 17 29 There are several recipe values that now may be used to control the psphot kron measurements 18 * PSPHOT_APPLY_WEIGHT T apply gaussian weight of sigma == windowRadius 19 * PSPHOT_APPLY_WINDOW T apply window function to downweight subtracted sources 20 * PSPHOT_KRON_SMOOTH F when true smooth the input image before measuring the kron radius 21 * PSPHOT_KRON_SIGMA 1.7 smoothing parameter 22 * PSPHOT KRON_NSIGMA 2 smoothing parameter 30 23 31 32 33 24 Upon reviewing the following results the differences between applying the weighting and window functions are not significant. We suggest turning them off. 25 The smoothing yields kron radii closer to SExtractor with these simulated images. We need to investigate the performance impact on single frame psphot 26 before deciding to turn it on. 34 27 35 28 == Results == … … 144 137 Considering sources with SE kron radii above 10 the smallest stdev is also with the default recipe. 145 138 The window function appears to have has little effect on the statistics. The biggest improvement is provided 146 by the smoothing. Withou gsmoothing the psphot KR is systematically low.139 by the smoothing. Without smoothing the psphot KR is systematically low. 147 140 148 141 ---------------------------------------------------------------------------------------------------------------
