|
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 redshift drift. More...
Public Attributes | |
| integer | number_rd_redshifts |
| integer, dimension(:), allocatable | rd_number |
| Number of observations in each bin. | |
| real(dl), dimension(:), allocatable | rd_redshift |
| center of redshift bins | |
| integer | exptype |
| type of survey (will be 1=E-ELT, 2=SKA, 3=SKA second derivative? 4=CHIME?) | |
| real(dl) | obs_time |
| time interval for RD observations | |
| real(dl) | signoise |
| signal to noise of redshift observations | |
This derived data type contains all the informations that the cosmicfish code needs to compute the Fisher matrix for redshift drift.
Definition at line 170 of file 004_cosmicfish_types.f90.
1.8.9.1