Details
-
Type:
Story
-
Status: In Progress
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Use the debiased PSF moments to compute ellipticity residuals for the calculations of the various Rho statistics.
This ticket has digressed into looking why the scatter on the shape measured from the simulated images are underestimated compared to the observed noisy images of stars.
Link to the investigation notebook (active): /project/kannawad/notebooks/DM-30751.ipynb
Here is a plot of ellipticity residuals for three cases: ellipticity calculated from 1) HsmSourceMoments and HsmPsfMoments (s-p) 2) HsmSourceMoments and HsmPsfDebiasedMoments (s-pdb) 3) HsmPsfDebiasedMoments and HsmPsfMoments (pdb-p). `deepCoadd_meas` for tract=9697, all patches and only objects with `calib_psf_used=True` are used. The uncertainty of (pdb-p) and (s-p) are the same, as they should be and the uncertainty of (s-pdb) should be sqrt(2) times higher, which they are approximately. The mean values of (s-p)-(s-pdb) = mean (pdb-p), but a small difference exists because of some NaNs. However, that difference is much smaller than the statistical uncertainties.
The point to note is, the mean bias in (pdb-p) must match that of (s-p) so that (s-pdb) is debiased. However, mean(pdb-p) is about 2\sigma whereas mean(s-p) is about 10\sigma. The biases are way off. The bias in (pdb-p) and (s-p) have the same sign at least which reduces the bias in (s-pdb), but not nearly enough.