-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing likelihood documentation (#137)
* added documentation for lensing lkl * added documentation for cluster lkl * added xcorr to documentation * expanded docs for lensing likelihoods * tidied cluster likelihood docs * tidying of xcorr docs * added crosscorrelation likelihood docs * added crosscorrelation as module * remove .DS * promoted crosscxorrelation to full module * added missing init * added missing rst * added descriptive toc parentheses --------- Co-authored-by: Martina Gerbino <[email protected]> Co-authored-by: Ian Harrison <[email protected]>
- Loading branch information
1 parent
d970b20
commit e60c56d
Showing
25 changed files
with
285 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Bandpass | ||
Bandpass (CMB) | ||
======== | ||
|
||
Bandpass computation | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Bias | ||
Bias (Galaxy Bias) | ||
==== | ||
|
||
.. automodule:: soliket.bias | ||
|
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,36 @@ | ||
Clusters (Galaxy Clusters) | ||
====== | ||
|
||
.. automodule:: soliket.clusters.clusters | ||
|
||
Cluster Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.clusters.ClusterLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
Halo Mass Function | ||
------------------------------------------ | ||
|
||
.. automodule:: soliket.clusters.massfunc | ||
|
||
|
||
Survey | ||
------------------------------------------ | ||
|
||
.. automodule:: soliket.clusters.survey | ||
|
||
|
||
SZ Utils | ||
------------------------------------------ | ||
|
||
.. automodule:: soliket.clusters.sz_utils | ||
|
||
Tinker | ||
------------------------------------------ | ||
|
||
.. automodule:: soliket.clusters.tinker | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Cosmopower | ||
Cosmopower (Boltzmann Emulator) | ||
========== | ||
|
||
.. automodule:: soliket.cosmopower | ||
|
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,31 @@ | ||
CrossCorrelation | ||
====== | ||
|
||
.. automodule:: soliket.cross_correlation | ||
|
||
CrossCorrelation Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.cross_correlation.CrossCorrelationLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
GalaxyKappa Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.cross_correlation.GalaxyKappaLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
ShearKappa Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.cross_correlation.ShearKappaLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Foreground | ||
Foreground (CMB) | ||
========== | ||
|
||
Foreground computation | ||
|
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,22 @@ | ||
Lensing (CMB Lensing) | ||
====== | ||
|
||
.. automodule:: soliket.lensing.lensing | ||
|
||
Lensing Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.lensing.LensingLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
LensingLite Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.lensing.LensingLiteLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MFLike | ||
MFLike (Primary CMB) | ||
====== | ||
|
||
.. automodule:: soliket.mflike.mflike | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Utils | ||
Utilities | ||
================== | ||
|
||
.. automodule:: soliket.utils | ||
|
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,18 @@ | ||
XCorr (Cross-correlation) | ||
====== | ||
|
||
.. automodule:: soliket.xcorr.xcorr | ||
|
||
Cross-correlation Likelihood | ||
-------------------------- | ||
|
||
.. autoclass:: soliket.xcorr.XcorrLikelihood | ||
:exclude-members: initialize | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
Limber Calculator | ||
------------------------------------------ | ||
|
||
.. automodule:: soliket.xcorr.limber |
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
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
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
File renamed without changes.
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 @@ | ||
from .cross_correlation import CrossCorrelationLikelihood, GalaxyKappaLikelihood, ShearKappaLikelihood # noqa: F401, E501 |
Oops, something went wrong.