CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Modules | Functions/Subroutines | Variables
008_Fisher_calculator_Cls_windows.f90 File Reference

This file contains the definition of the window functions that are used by CAMB sources. If the considered experiement has a window that is not already implemennted here is the place to code it. More...

Go to the source code of this file.

Modules

module  fisher_calculator_cls_windows
 This module contains the definition of the window functions that are used by CAMB sources.
 

Functions/Subroutines

subroutine, public fisher_calculator_cls_windows::init_camb_sources_windows (FP)
 This function initialises the camb sources number counts and lensing window function. The default is the gaussian window that is included in camb sources. If another window is chosen it will be initialised by the CosmicFish value. More...
 
real(dl) function, public fisher_calculator_cls_windows::gaussian_window (Win, z, winamp)
 This function computes a gaussian window function. Note this is the total count distribution observed, not a fractional selection function on an underlying distribution. More...
 
real(dl) function, public fisher_calculator_cls_windows::bin_window (Win, z, winamp)
 This function computes a Gaussian smoothed binned window. For more details refer to the documentation. More...
 
real(dl) function, public fisher_calculator_cls_windows::flat_window (Win, z, winamp)
 This function computes a flat binned window. For more details refer to the documentation. More...
 
real(dl) function, public fisher_calculator_cls_windows::flat_smooth_window (Win, z, winamp)
 This function computes a flat binned window function smoothed by photo z errors. For more details refer to the documentation. More...
 

Variables

type(cosmicfish_params), save fisher_calculator_cls_windows::window_fp
 

Detailed Description

This file contains the definition of the window functions that are used by CAMB sources. If the considered experiement has a window that is not already implemennted here is the place to code it.

Definition in file 008_Fisher_calculator_Cls_windows.f90.