CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Modules | Functions/Subroutines
009_Fisher_calculator_SN.f90 File Reference

This file contains the code that computes the Fisher matrix for Supernovae measurements. More...

Go to the source code of this file.

Modules

module  fisher_calculator_sn
 This module contains the code that computes the Fisher matrix for Supernovae measurements.
 

Functions/Subroutines

subroutine, public fisher_calculator_sn::observed_sn_magnitude (P, FP, sn_magnitude, redshift, color, stretch, num, err)
 This subroutine returns the observed magnitude of a set of supernovae based on the input cosmological parameters. More...
 
subroutine, public fisher_calculator_sn::generate_sn_mock_data (P, FP, sn_mock)
 This subroutine generates a mock SN data set compilation based on the input specifications contained in the CosmicFish parameters. More...
 
subroutine, public fisher_calculator_sn::generate_sn_mock_covariance (P, FP, sn_mock, sn_mock_covariance)
 This subroutine generates a mock SN covariance based on the input specifications contained in the CosmicFish parameters and the SN mock. More...
 
subroutine, public fisher_calculator_sn::save_sn_mock_to_file (mock_size, sn_mock_data, sn_mock_covariance, filename, magnitude)
 This subroutine outputs to file a SN covariance. More...
 
subroutine, public fisher_calculator_sn::observed_sn_magnitude_derivative (P, FP, param_num, mag_initial, mag_derivative, mag_der_error, sn_mock, initial_step, num_param, error_code)
 This subroutine computes the derivative of the observed magnitude of a set of supernovae. The calculation is carried out with a fixed stepsize finite difference formula or by the Richardson’s deferred approach to the limit. More...
 
subroutine, public fisher_calculator_sn::fisher_sn (P, FP, num_param, Fisher_Matrix, outroot)
 This subroutine computes the SN Fisher matrix. More...
 

Detailed Description

This file contains the code that computes the Fisher matrix for Supernovae measurements.

Definition in file 009_Fisher_calculator_SN.f90.