The code for comparing the 'true' ray traced reduced shear (g_i_true) of a background galaxy to its Pangloss predicted ellipticity (e_i_predicted) still confuses me.
- How I think it should be:
- The method lens_by_map extracts g_i_true from the Hilbert et al ray traced pangloss.KAPPA_FILE, pangloss.GAMMA_1_FILE, pangloss.GAMMA_2_FILE.
- We compute g_i_predicted and then use it to compute e_i_predicted in the method lens_by_halos.
- Compare g_i_true with e_i_predicted.
- How it is now:
- The method lens_by_halos computes g_i_predicted and then uses it to compute e_i_predicted.
- Compare g_i_predicted with e_i_predicted.
Lines 919-926 in background.py on 'wl' branch are good reference. What am I missing?
The code for comparing the 'true' ray traced reduced shear (g_i_true) of a background galaxy to its Pangloss predicted ellipticity (e_i_predicted) still confuses me.
Lines 919-926 in background.py on 'wl' branch are good reference. What am I missing?