delta_window ================================================ Compute Delta n(z) window functions for weak lensing bins +-------------+---------------------------------------------+ | File | number_density/delta_window/delta_window.py | +-------------+---------------------------------------------+ | Attribution | CosmoSIS Team | +-------------+---------------------------------------------+ | | Andrej Dvornik | +-------------+---------------------------------------------+ | URL | | +-------------+---------------------------------------------+ This very simple module sets up fixed redshift n(z) bins for weak lensing. We should probably upgrade it to take the redshift from the sampling instead of the ini file. Assumptions ----------- - Delta function window in redshift Setup Parameters ---------------- .. list-table:: :header-rows: 1 * - Name - Type - Default - Description * - z - real or real 1d - - Redshift(s) of the position of te delta function(s). If multiple values are given, they will be used for multiple bins. * - zmin - real - 0.0 - Minimum redshift * - zmax - real - 3.0 - Maximum redshift * - dz - real - 0.01 - Width of the bins * - output_section - string - wl_number_density - Section name in the block to store the output Input values ---------------- None Output values ---------------- .. list-table:: Output values :header-rows: 1 * - Section - Name - Type - Description * - wl_number_density - nz - int - Number of redshift samples * - - nbin - int - Number of bins * - - z - real 1d - Redshift sample values * - - bin_{i} - real 1d - n(z) at redshift sample values. bin_1, bin_2, ...