Skip to content

Commit

Permalink
comments and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jun 11, 2024
1 parent 8ac9d04 commit 044120c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
Binary file removed doc/source/figs/cls_tpltz.png
Binary file not shown.
Binary file removed doc/source/figs/mcms_tpltz.png
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/source/sample_clusteringcatalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This sample script showcases the use of the NmtFieldCatalog class for source clu

The result of running this is:

.. image:: figs/sample_shearcatalog_coupled.png
.. image:: ../figs/sample_clusteringcatalog_coupled.png
:width: 500
:alt: Coupled overdensity power spectrum

.. image:: figs/sample_shearcatalog_decoupled.png
.. image:: ../figs/sample_shearcatalog_decoupled.png
:width: 500
:alt: Decoupled overdensity power spectrum
6 changes: 3 additions & 3 deletions doc/source/sample_shearcatalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This sample script showcases the use of the NmtFieldCatalog class for spin-2 sou

The result of running this is:

.. image:: figs/sample_shearcatalog_mask.png
.. image:: ../figs/sample_shearcatalog_mask.png
:width: 500
:alt: Survey mask

.. image:: figs/sample_shearcatalog_mask_pcl.png
.. image:: ../figs/sample_shearcatalog_mask_pcl.png
:width: 500
:alt: Coupled mask power spectrum

.. image:: figs/sample_shearcatalog_decoupled.png
.. image:: ../figs/sample_shearcatalog_decoupled.png
:width: 500
:alt: Decoupled EE and BB power spectra
4 changes: 2 additions & 2 deletions doc/source/sample_toeplitz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This sample script shows how to compute mode-coupling coefficients fast using th

The result of running this is:

.. image:: figs/mcms_tpltz.png
.. image:: ../figs/mcms_tpltz.png
:width: 700
:alt: Mode-coupling matrices

.. image:: figs/cls_tpltz.png
.. image:: ../figs/cls_tpltz.png
:width: 500
:alt: Power spectra and errors
4 changes: 3 additions & 1 deletion pymaster/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,9 @@ class NmtFieldCatalog(NmtField):
harmonics of this field will be computed.
lmax_mask (:obj:`int`): Maximum multipole up to which the spherical
harmonics of this field's mask will be computed. If negative,
it will default to ``4*lmax``.
it will default to ``lmax``. Note that you should explore the
sensitivity of the recovered :math:`C_\\ell` to the choice of
``lmax_mask``, and enlarge it if necessary.
spin (:obj:`int`): Spin of this field. If ``None`` it will
default to 0 or 2 if ``field`` contains 1 or 2 arrays,
respectively.
Expand Down

0 comments on commit 044120c

Please sign in to comment.