Skip to content

Commit

Permalink
More notebooks (#196)
Browse files Browse the repository at this point in the history
* feedback on notebook 1 from andrina

* started 4th notebook on catalogs

* finished catalog notebook, generalised is_compatible
  • Loading branch information
damonge authored Jun 29, 2024
1 parent bbb6df8 commit 1e3a1fb
Show file tree
Hide file tree
Showing 13 changed files with 9,354 additions and 30 deletions.
71 changes: 63 additions & 8 deletions doc/1BasicFunctionality.html

Large diffs are not rendered by default.

55 changes: 47 additions & 8 deletions doc/1BasicFunctionality.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/3Covariances.html
Original file line number Diff line number Diff line change
Expand Up @@ -7552,7 +7552,7 @@ <h1 id="Table-of-contents">Table of contents<a class="anchor-link" href="#Table-
</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">
<h2 id="3.1-Gaussian-covariance-of-scalar-fields-">3.1 Gaussian covariance of scalar fields <a class="anchor" id="Ss3.1"></a><a class="anchor-link" href="#3.1-Gaussian-covariance-of-scalar-fields-">¶</a></h2><p>The code below generates Gaussian realisations of a power spectrum of the form $C_\ell = 1/(\ell+10)**4$ in the presence of a reasonably complicated sky mask (that used in the analysis of the Quaia sample -- <a href="https://arxiv.org/abs/2306.17748">Alonso et al. 2023</a>). Note that we choose a relatively steep spectrum in order to highlight the usefulness of the improved NKA (iNKA) described in N20.</p>
<h2 id="3.1-Gaussian-covariance-of-scalar-fields-">3.1 Gaussian covariance of scalar fields <a class="anchor" id="Ss3.1"></a><a class="anchor-link" href="#3.1-Gaussian-covariance-of-scalar-fields-">¶</a></h2><p>The code below generates Gaussian realisations of a power spectrum of the form $C_\ell = 1/(\ell+10)**4$ in the presence of a reasonably complicated sky mask (that used in the analysis of the Quaia sample -- <a href="https://arxiv.org/abs/2306.17749">Storey-Fisher et al. 2023</a>, <a href="https://arxiv.org/abs/2306.17748">Alonso et al. 2023</a>). Note that we choose a relatively steep spectrum in order to highlight the usefulness of the improved NKA (iNKA) described in N20.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/3Covariances.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"metadata": {},
"source": [
"## 3.1 Gaussian covariance of scalar fields <a class=\"anchor\" id=\"Ss3.1\"></a>\n",
"The code below generates Gaussian realisations of a power spectrum of the form $C_\\ell = 1/(\\ell+10)**4$ in the presence of a reasonably complicated sky mask (that used in the analysis of the Quaia sample -- [Alonso et al. 2023](https://arxiv.org/abs/2306.17748)). Note that we choose a relatively steep spectrum in order to highlight the usefulness of the improved NKA (iNKA) described in N20."
"The code below generates Gaussian realisations of a power spectrum of the form $C_\\ell = 1/(\\ell+10)**4$ in the presence of a reasonably complicated sky mask (that used in the analysis of the Quaia sample -- [Storey-Fisher et al. 2023](https://arxiv.org/abs/2306.17749), [Alonso et al. 2023](https://arxiv.org/abs/2306.17748)). Note that we choose a relatively steep spectrum in order to highlight the usefulness of the improved NKA (iNKA) described in N20."
]
},
{
Expand Down
Loading

0 comments on commit 1e3a1fb

Please sign in to comment.