Skip to content

Inference Semantics #113

@davidthomas5412

Description

@davidthomas5412

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.

  1. 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.
  1. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions