Returns a table of redshifts and the corresponding values of the cosmological distances and comoving volume. |
Parameters: select * from dbo.fCosmoDistances(0,5,50) see also fCosmoQuantities |
name | type | length | inout | pnum |
@NumBin | int | 4 | input | 3 |
@zMin | float | 8 | input | 1 |
@zMax | float | 8 | input | 2 |
z | float | 8 | output | 1 |
Dc | float | 8 | output | 2 |
Dm | float | 8 | output | 3 |
Da | float | 8 | output | 4 |
Dl | float | 8 | output | 5 |
Dh | float | 8 | output | 6 |
ComVol | float | 8 | output | 7 |