-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from jlvdb/add-cosmology-docs
Improved the documentation of the cosmological model
- Loading branch information
Showing
5 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Coordinates & Cosmology | ||
----------------------- | ||
|
||
.. currentmodule:: yaw | ||
|
||
There are two utility classes in `yet_another_wizz` that are used to handle | ||
angular coordinates and distance computations in angular and 3-dimensional | ||
Euclidean coordintes: | ||
|
||
.. autosummary:: | ||
:toctree: autogen | ||
|
||
AngularCoordinates | ||
AngularDistances | ||
|
||
|
||
In many cases, the code needs to convert physical or comoving distances to | ||
angles at a given redshift. Although the final clustering redshifts should only | ||
very weakly depend on the exact cosmological model, it is possible to choose the | ||
cosmology freely. Valid cosmologies must be either `astropy` cosmologies or a | ||
subclass of :obj:`~yaw.cosmology.CustomCosmology`: | ||
|
||
.. autosummary:: | ||
:toctree: autogen | ||
|
||
cosmology.CustomCosmology | ||
cosmology.get_default_cosmology |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters