Skip to content

Commit

Permalink
added citation (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge authored Jul 23, 2024
1 parent 44a77b9 commit 0769c82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/4Catalogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7554,7 +7554,7 @@
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<h1 id="4-Catalog-based-power-spectra-">4 Catalog-based power spectra <a class="anchor" id="S4"></a><a class="anchor-link" href="#4-Catalog-based-power-spectra-">¶</a></h1><p>This tutorial presents the infrastructure built in NaMaster for the calculation of power spectra of fields defined at (or from) the positions of a discrete set of sources. The methodology is described in detail in W24.</p>
<h1 id="4-Catalog-based-power-spectra-">4 Catalog-based power spectra <a class="anchor" id="S4"></a><a class="anchor-link" href="#4-Catalog-based-power-spectra-">¶</a></h1><p>This tutorial presents the infrastructure built in NaMaster for the calculation of power spectra of fields defined at (or from) the positions of a discrete set of sources. The methodology is described in detail in W24. This builds on the work of <a href="https://arxiv.org/abs/2312.12285">Baleato &amp; White 2024</a>.</p>
<p>The code below demonstrates the use of this methodology for a realistic galaxy catalog, in the context of spin-0 and spin-2 fields (similar to the case of cosmic shear catalogs), and in the context of galaxy clustering, where the overdensity of sources themselves is the field of interest.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/4Catalogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"metadata": {},
"source": [
"# 4 Catalog-based power spectra <a class=\"anchor\" id=\"S4\"></a>\n",
"This tutorial presents the infrastructure built in NaMaster for the calculation of power spectra of fields defined at (or from) the positions of a discrete set of sources. The methodology is described in detail in W24.\n",
"This tutorial presents the infrastructure built in NaMaster for the calculation of power spectra of fields defined at (or from) the positions of a discrete set of sources. The methodology is described in detail in W24. This builds on the work of [Baleato & White 2024](https://arxiv.org/abs/2312.12285).\n",
"\n",
"The code below demonstrates the use of this methodology for a realistic galaxy catalog, in the context of spin-0 and spin-2 fields (similar to the case of cosmic shear catalogs), and in the context of galaxy clustering, where the overdensity of sources themselves is the field of interest."
]
Expand Down
4 changes: 3 additions & 1 deletion pymaster/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,9 @@ class NmtFieldCatalog(NmtField):
describing a field sampled at the discrete positions of
a given catalog of sources. If you want to estimate clustering power
spectra directly from catalogs, use :obj:`NmtFieldCatalogClustering`
instead.
instead. The mathematical background for these fields was laid out
in `Baleato & White 2024 <https://arxiv.org/abs/2312.12285>`_ , and
expanded in Wolz et al. 2024.
Args:
positions (`array`): Source positions, provided as a list or array
Expand Down

0 comments on commit 0769c82

Please sign in to comment.