Changeset 9928
- Timestamp:
- Nov 9, 2006, 10:26:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/doc/notes.txt
r9891 r9928 1 2 2006.11.08 3 4 I have been testing the pmSourceMagnitudes interpolation of the 5 source position when measuing the aperture magnitudes. I built a 6 test suite for pmSourceMagnitudes and pmGrowthCurve. even with 7 bicubic interpolation, there are noticable errors for small 8 apertures (ie, small compared to the PSF sigma). I used a gaussian 9 PSF to make the tests. it seems that, if the radius is less than 2 10 sigma or so, the interpolated aperture mag is in error by as much as 11 12mmag. The size of this effect must depend on the smoothing 12 algorithm, the shape of the PSF, the size of the PSF relative to the 13 pixels, and the size of the subpixel interpolation. I believe the 14 effect is a result of the smoothing introduced by the interpolation: 15 the smoothing pushes the flux in the inner portions of the PSF down 16 and enhances the flux in the outer portions. thus, there is 17 actually a turn over in the error: at very large values, the error 18 is very small because the aperture contains all of the flux, and the 19 interpolation has little effect. as the radius shrinks, the error 20 grows (in the sense of M_raw - M_interpolated; ie, the flux in the 21 interpolated source is too large). around 2-3sigma, the error turns 22 over and becomes negative (too little flux in the interpolated 23 source). 24 25 The sigmas I used for these tests (1.0, 1.5, 2.0 pix) are 26 appropriate for the range we expect to see from PS1, or any 27 well-sampled detector. Thus, even though the effect is probably 28 less important for poorer seeing, we have to be careful to avoid it 29 in our Pan-STARRS analysis. 30 31 Currently, the minimum aperture is defined only by the config 32 variable PSF_FIT_PAD, which really implies a padding. My proposal 33 is to require the minimum aperture to be a number of sigma (an 34 additional parameter). Then, the formula for the radius would be 35 something like: 36 37 MAX (modelRadiusPSF (PSF_FIT_NSIGMA), PSF_FIT_RADIUS_NSIG) + 38 PSF_FIT_PAD 39 40 with PSF_FIT_RADIUS_NSIG (choose a better name!) set to something 41 like 2 or 3. 1 42 2 43 2006.11.06
Note:
See TracChangeset
for help on using the changeset viewer.
