diff --git a/docs/models.rst b/docs/models.rst index 6558b6fb..3cd2b529 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -130,3 +130,5 @@ Radio galaxies ============== - **rg1**: Emission from Radio Galaxies simulated with WebSky 0.4. Available at $N_{side}=4096$ at the same input frequencies of CIB and then interpolated. For more details see :ref:`websky`. +- **rg2**: Brightest Radio Galaxies from WebSky 0.4, flux above ``1 mJy`` at ``100 GHz``, about 370k individual point sources simulated on-the-fly in pixel space from a catalog of sources to the desired resolution and beam. It is complementary to **rg3**. See `the notebook used to produce the catalog `_ and `the notebook comparing the **rg2** and **rg3** to **rg1** `_. Relies on :class:`~pysm3.PointSourcesCatalog`. +- **rg3**: Background Radio Galaxies from WebSky 0.4, flux below ``1 mJy`` at ``100 GHz``, about 280 million individual point sources pre-simulated at Nside 2048, 4096 and 8192 at a set of input frequencies and smoothed in pixel space to a fiducial beam. It interpolates across HEALPix maps at different frequencies for bandpass integration then applies the differential beam in spherical harmonics space. See the notebooks used to `produce`_ and `assemble `_ the catalogs and the `maps`_. Relies on :class:`~pysm3.InterpolatingComponent`. \ No newline at end of file