|
CosmicFish
Reference documentation for version 1.0
Looking into future Cosmology
|
This derived data type contains all the informations that the cosmicfish code needs to compute the Fisher matrix for Cls. More...
Public Attributes | |
| logical | fisher_want_cmb_t |
| Decide wether to include CMB temperature in the Cls matrix. | |
| logical | fisher_want_cmb_e |
| Decide wether to include CMB E mode polarization in the Cls matrix. | |
| logical | fisher_want_cmb_b |
| Decide wether to include CMB B mode polarization in the Cls matrix. | |
| logical | fisher_want_cmb_lensing |
| Decide wether to include CMB lensing in the Cls matrix. | |
| logical | fisher_want_lss_lensing |
| Decide wether to include LSS lensing windows in the Cls matrix. | |
| logical | fisher_want_lss_counts |
| Decide wether to include LSS number counts windows in the Cls matrix. | |
| logical | fisher_want_xc |
| Decide wether to include cross correlations between the windows. | |
| integer | cmb_n_channels |
| Number of frequency channels of the CMB experiment. | |
| real(dl) | cmb_tt_fsky |
| Sky fraction for CMB temperature. | |
| real(dl) | cmb_ee_fsky |
| Sky fraction for CMB E mode polarization. | |
| real(dl) | cmb_bb_fsky |
| Sky fraction for CMB B mode polarization. | |
| integer | l_max_tt |
| Maximum multipole considered for CMB temperature. | |
| integer | l_max_ee |
| Maximum multipole considered for CMB E mode polarization. | |
| integer | l_max_bb |
| Maximum multipole considered for CMB B mode polarization. | |
| real(dl), dimension(:), allocatable | cmb_temp_sens |
| Temperature sensitivity in each frequency channel. | |
| real(dl), dimension(:), allocatable | cmb_pol_sens |
| Polarization sensitivity in each frequency channel. | |
| real(dl), dimension(:), allocatable | cmb_fwhm |
| Beam fwhm in each frequency channel. | |
| integer | lss_number_windows |
| Number of LSS windows, either lensing or number counts. | |
| real(dl), dimension(:), allocatable | lss_num_galaxies |
| Number of galaxies in each window. | |
| real(dl), dimension(:), allocatable | lss_intrinsic_ellipticity |
| Intrinsic ellipticity in each window, relevant only for lensing. | |
| real(dl), dimension(:), allocatable | lss_fsky |
| Sky fraction in each window. | |
| integer, dimension(:), allocatable | lss_lmax |
| Maximum multipole in each window. | |
| integer | window_type |
| Specifies the window type: 1) Gaussian window (default) 2) Euclid-like window. | |
| real(dl) | window_alpha |
| Parameter of the window function: More... | |
| real(dl) | window_beta |
| Parameter of the window function: More... | |
| real(dl) | redshift_zero |
| Parameter of the window function: More... | |
| real(dl) | photoz_error |
| Parameter for the photo-z error: More... | |
| real(dl), dimension(:), allocatable | bias |
| Fiducial bias parameters. Nuissance parameters for GC. | |
This derived data type contains all the informations that the cosmicfish code needs to compute the Fisher matrix for Cls.
Definition at line 69 of file 004_cosmicfish_types.f90.
| real(dl) cosmicfish_types::cosmicfish_fisher_cls::photoz_error |
Parameter for the photo-z error:
Definition at line 116 of file 004_cosmicfish_types.f90.
| real(dl) cosmicfish_types::cosmicfish_fisher_cls::redshift_zero |
Parameter of the window function:
Definition at line 113 of file 004_cosmicfish_types.f90.
| real(dl) cosmicfish_types::cosmicfish_fisher_cls::window_alpha |
Parameter of the window function:
Definition at line 107 of file 004_cosmicfish_types.f90.
| real(dl) cosmicfish_types::cosmicfish_fisher_cls::window_beta |
Parameter of the window function:
Definition at line 110 of file 004_cosmicfish_types.f90.
1.8.9.1