tjpcov.covariance_fourier_cNG_fsky
==================================

.. py:module:: tjpcov.covariance_fourier_cNG_fsky


Classes
-------

.. autoapisummary::

   tjpcov.covariance_fourier_cNG_fsky.FouriercNGHaloModelFsky


Module Contents
---------------

.. py:class:: FouriercNGHaloModelFsky(config)

   Bases: :py:obj:`tjpcov.covariance_fourier_cNG.FouriercNGHaloModel`


   Class to compute the CellxCell Halo Model cNG Covariance.

   Initialize the class with a config file or dictionary.

   :param config: If dict, it returns the configuration
                  dictionary directly. If string, it asumes a YAML file and
                  parses it.
   :type config: dict or str


   .. py:attribute:: cov_type
      :value: 'cNG'



   .. py:attribute:: fsky


   .. py:method:: _get_fsky(tr=None)

      Returns the fractional sky area from user input.

      :param masks: dictionary containing the survey
                    tracers to obtain the survey mask (irrelevant in this case).
      :type masks: :obj:`dict`

      :returns: fractional sky area.
      :rtype: - (:obj:`float`)



