NcPlanckFICorTT

NcPlanckFICorTT — Planck Foreground and Instrument model for TT correlation maps

Functions

Properties

double A-cib-217 Read / Write
gboolean A-cib-217-fit Read / Write
double A-planck Read / Write
gboolean A-planck-fit Read / Write
double A-sbpx-100-100-TT Read / Write
gboolean A-sbpx-100-100-TT-fit Read / Write
double A-sbpx-143-143-TT Read / Write
gboolean A-sbpx-143-143-TT-fit Read / Write
double A-sbpx-143-217-TT Read / Write
gboolean A-sbpx-143-217-TT-fit Read / Write
double A-sbpx-217-217-TT Read / Write
gboolean A-sbpx-217-217-TT-fit Read / Write
double A-sz Read / Write
gboolean A-sz-fit Read / Write
double calib-100T Read / Write
gboolean calib-100T-fit Read / Write
double calib-217T Read / Write
gboolean calib-217T-fit Read / Write
double cib-index Read / Write
gboolean cib-index-fit Read / Write
double gal545-A-100 Read / Write
gboolean gal545-A-100-fit Read / Write
double gal545-A-143 Read / Write
double gal545-A-143-217 Read / Write
gboolean gal545-A-143-217-fit Read / Write
gboolean gal545-A-143-fit Read / Write
double gal545-A-217 Read / Write
gboolean gal545-A-217-fit Read / Write
double ksz-norm Read / Write
gboolean ksz-norm-fit Read / Write
double ps-A-100-100 Read / Write
gboolean ps-A-100-100-fit Read / Write
double ps-A-143-143 Read / Write
gboolean ps-A-143-143-fit Read / Write
double ps-A-143-217 Read / Write
gboolean ps-A-143-217-fit Read / Write
double ps-A-217-217 Read / Write
gboolean ps-A-217-217-fit Read / Write
double xi-sz-cib Read / Write
gboolean xi-sz-cib-fit Read / Write

Types and Values

Object Hierarchy

    GEnum
    ╰── NcPlanckFICorTTSParams
    GObject
    ╰── NcmModel
        ╰── NcPlanckFI
            ╰── NcPlanckFICorTT
                ╰── NcPlanckFICorTTTEEE

Description

FIXME

If you use this object, cite Planck 2015 results XI (2015), Planck 2018 results V (2019) and related papers.

Functions

nc_planck_fi_cor_tt_add_gal_priors ()

void
nc_planck_fi_cor_tt_add_gal_priors (NcmLikelihood *lh,
                                    NcmVector *mean,
                                    NcmVector *sigma);

Add the galaxy dust Gaussian priors using mean and sigma as mean and standard deviation.

Parameters

lh

a NcmLikelihood

 

mean

a vector containing the means

 

sigma

a vector containing the standard deviations

 

nc_planck_fi_cor_tt_add_calib_priors ()

void
nc_planck_fi_cor_tt_add_calib_priors (NcmLikelihood *lh,
                                      NcmVector *mean,
                                      NcmVector *sigma);

Add the calibration Gaussian priors using mean and sigma as mean and standard deviation.

Parameters

lh

a NcmLikelihood

 

mean

a vector containing the means

 

sigma

a vector containing the standard deviations

 

nc_planck_fi_cor_tt_add_sz_prior ()

void
nc_planck_fi_cor_tt_add_sz_prior (NcmLikelihood *lh,
                                  gdouble f_tSZ,
                                  gdouble mean,
                                  gdouble sigma);

Add the SZ prior as described in Planck 2015 results XI (2015), see also Planck 2018 results V (2019) Eq. (23), The prior is given by a $\chi^2$ factor in the form $$\frac{(A^{\mathrm{kSZ}} + f_\mathrm{tSZ} A^{\mathrm{tSZ}} - \mu)^2}{\sigma^2}.$$

Parameters

lh

a NcmLikelihood

 

f_tSZ

the tSZ factor

 

mean

the mean $\mu$

 

sigma

the standard deviation

 

nc_planck_fi_cor_tt_add_default_gal_priors ()

void
nc_planck_fi_cor_tt_add_default_gal_priors
                               (NcmLikelihood *lh);

Add the galaxy dust priors as described in Planck 2015 results XI (2015). It uses the default values.

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_default_calib_priors ()

void
nc_planck_fi_cor_tt_add_default_calib_priors
                               (NcmLikelihood *lh);

Add the calibration priors as described in Planck 2015 results XI (2015). It uses the default values.

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_default_sz_prior ()

void
nc_planck_fi_cor_tt_add_default_sz_prior
                               (NcmLikelihood *lh);

Add the SZ prior as described in Planck 2015 results XI (2015). The prior is given by a $\chi^2$ factor in the form $$\frac{(A^{\mathrm{kSZ}} + f_\mathrm{tSZ} A^{\mathrm{tSZ}} - \mu)^2}{\sigma^2}.$$ It uses the default values.

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_default18_gal_priors ()

void
nc_planck_fi_cor_tt_add_default18_gal_priors
                               (NcmLikelihood *lh);

Add the galaxy dust priors as described in Planck 2018 results V (2019). It uses the default values.

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_default18_calib_priors ()

void
nc_planck_fi_cor_tt_add_default18_calib_priors
                               (NcmLikelihood *lh);

Add the calibration priors as described in Planck 2018 results V (2019). It uses the default values.

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_default18_sz_prior ()

void
nc_planck_fi_cor_tt_add_default18_sz_prior
                               (NcmLikelihood *lh);

Add the SZ prior as described in Planck 2018 results V (2019).

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_all_default_priors ()

void
nc_planck_fi_cor_tt_add_all_default_priors
                               (NcmLikelihood *lh);

Adds all default priors above:

  • nc_planck_fi_cor_tt_add_default_gal_priors()

  • nc_planck_fi_cor_tt_add_default_calib_priors()

  • nc_planck_fi_cor_tt_add_default_sz_prior()

Parameters

lh

a NcmLikelihood

 

nc_planck_fi_cor_tt_add_all_default18_priors ()

void
nc_planck_fi_cor_tt_add_all_default18_priors
                               (NcmLikelihood *lh);

Adds all default priors above:

  • nc_planck_fi_cor_tt_add_default18_gal_priors()

  • nc_planck_fi_cor_tt_add_default18_calib_priors()

  • nc_planck_fi_cor_tt_add_default18_sz_prior()

Parameters

lh

a NcmLikelihood

 

Types and Values

enum NcPlanckFICorTTSParams

Planck Foregound and Instrument parameters, compatible with 2013, 2015 and 2018 releases (see Planck 2015 results XI (2015) and Planck 2018 results V (2019)).

Members

NC_PLANCK_FI_COR_TT_A_cib_217

Contribution of CIB power to $\mathcal{D}^{217}_{3000}$ at the Planck CMB frequency for $217\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_cib_index

The effective slope of the CIB spectrum

 

NC_PLANCK_FI_COR_TT_xi_sz_cib

Correlation coefficient between the CIB and tSZ

 

NC_PLANCK_FI_COR_TT_A_sz

Contribution of tSZ to $\mathcal{D}_{3000}^{143\times 143}$ at $143\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_ps_A_100_100

Contribution of Poisson point-source power to $\mathcal{D}^{100\times 100}_{3000}$ for Planck (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_ps_A_143_143

Contribution of Poisson point-source power to $\mathcal{D}^{143\times 143}_{3000}$ for Planck (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_ps_A_143_217

Contribution of Poisson point-source power to $\mathcal{D}^{143\times 217}_{3000}$ for Planck (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_ps_A_217_217

Contribution of Poisson point-source power to $\mathcal{D}^{217\times 217}_{3000}$ for Planck (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_ksz_norm

Contribution of kSZ to $\mathcal{D}_{3000}$ (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_gal545_A_100

Amplitude of Galactic dust power at $\ell=200$ at $100\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_gal545_A_143

Amplitude of Galactic dust power at $\ell=200$ at $143\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_gal545_A_143_217

Amplitude of Galactic dust power at $\ell=200$ at $143\times 217\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_gal545_A_217

Amplitude of Galactic dust power at $\ell=200$ at $217\,$GHz (in $\mu\mathrm{K}^2$)

 

NC_PLANCK_FI_COR_TT_A_sbpx_100_100_TT

A rescaling amplitude for the subpixel effects $\ell=200$ in $100 \times 100$ TT

 

NC_PLANCK_FI_COR_TT_A_sbpx_143_143_TT

A rescaling amplitude for the subpixel effects $\ell=200$ in $143 \times 143$ TT

 

NC_PLANCK_FI_COR_TT_A_sbpx_143_217_TT

A rescaling amplitude for the subpixel effects $\ell=200$ in $143 \times 217$ TT

 

NC_PLANCK_FI_COR_TT_A_sbpx_217_217_TT

A rescaling amplitude for the subpixel effects $\ell=200$ in $217 \times 217$ TT

 

NC_PLANCK_FI_COR_TT_calib_100T

Power spectrum calibration for the $100\,$GHz

 

NC_PLANCK_FI_COR_TT_calib_217T

Power spectrum calibration for the $217\,$GHz

 

NC_PLANCK_FI_COR_TT_A_planck

Absolute map calibration for Planck

 

NC_PLANCK_FI_COR_TT_DEFAULT_A_cib_217

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_cib_217         (100.0)

NC_PLANCK_FI_COR_TT_DEFAULT_cib_index

#define NC_PLANCK_FI_COR_TT_DEFAULT_cib_index         (-1.3)

NC_PLANCK_FI_COR_TT_DEFAULT_xi_sz_cib

#define NC_PLANCK_FI_COR_TT_DEFAULT_xi_sz_cib         (0.5)

NC_PLANCK_FI_COR_TT_DEFAULT_A_sz

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_sz              (5.0)

NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_100_100

#define NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_100_100      (200.0)

NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_143_143

#define NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_143_143      (200.0)

NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_143_217

#define NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_143_217      (200.0)

NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_217_217

#define NC_PLANCK_FI_COR_TT_DEFAULT_ps_A_217_217      (200.0)

NC_PLANCK_FI_COR_TT_DEFAULT_ksz_norm

#define NC_PLANCK_FI_COR_TT_DEFAULT_ksz_norm          (5.0)

NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_100

#define NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_100      (7.0)

NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_143

#define NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_143      (9.0)

NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_143_217

#define NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_143_217  (21.0)

NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_217

#define NC_PLANCK_FI_COR_TT_DEFAULT_gal545_A_217      (80.0)

NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_100_100_TT

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_100_100_TT (1.0)

NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_143_143_TT

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_143_143_TT (1.0)

NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_143_217_TT

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_143_217_TT (1.0)

NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_217_217_TT

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_sbpx_217_217_TT (1.0)

NC_PLANCK_FI_COR_TT_DEFAULT_calib_100T

#define NC_PLANCK_FI_COR_TT_DEFAULT_calib_100T        (0.9990004)

NC_PLANCK_FI_COR_TT_DEFAULT_calib_217T

#define NC_PLANCK_FI_COR_TT_DEFAULT_calib_217T        (0.99501)

NC_PLANCK_FI_COR_TT_DEFAULT_A_planck

#define NC_PLANCK_FI_COR_TT_DEFAULT_A_planck          (1.0)

Property Details

The “A-cib-217” property

  “A-cib-217”                double

A^{\mathrm{CIB}}_{217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 100


The “A-cib-217-fit” property

  “A-cib-217-fit”            gboolean

A^{\mathrm{CIB}}_{217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-planck” property

  “A-planck”                 double

y_{\mathrm{cal}}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 1


The “A-planck-fit” property

  “A-planck-fit”             gboolean

y_{\mathrm{cal}}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-sbpx-100-100-TT” property

  “A-sbpx-100-100-TT”        double

A^{\mathrm{sbpx}TT}_{100 \times 100}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 1


The “A-sbpx-100-100-TT-fit” property

  “A-sbpx-100-100-TT-fit”    gboolean

A^{\mathrm{sbpx}TT}_{100 \times 100}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-sbpx-143-143-TT” property

  “A-sbpx-143-143-TT”        double

A^{\mathrm{sbpx}TT}_{143 \times 143}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 1


The “A-sbpx-143-143-TT-fit” property

  “A-sbpx-143-143-TT-fit”    gboolean

A^{\mathrm{sbpx}TT}_{143 \times 143}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-sbpx-143-217-TT” property

  “A-sbpx-143-217-TT”        double

A^{\mathrm{sbpx}TT}_{143 \times 217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 1


The “A-sbpx-143-217-TT-fit” property

  “A-sbpx-143-217-TT-fit”    gboolean

A^{\mathrm{sbpx}TT}_{143 \times 217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-sbpx-217-217-TT” property

  “A-sbpx-217-217-TT”        double

A^{\mathrm{sbpx}TT}_{217 \times 217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 1


The “A-sbpx-217-217-TT-fit” property

  “A-sbpx-217-217-TT-fit”    gboolean

A^{\mathrm{sbpx}TT}_{217 \times 217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “A-sz” property

  “A-sz”                     double

A^{\mathrm{tSZ}}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 5


The “A-sz-fit” property

  “A-sz-fit”                 gboolean

A^{\mathrm{tSZ}}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “calib-100T” property

  “calib-100T”               double

c_{100}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 0.999


The “calib-100T-fit” property

  “calib-100T-fit”           gboolean

c_{100}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “calib-217T” property

  “calib-217T”               double

c_{217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 0.99501


The “calib-217T-fit” property

  “calib-217T-fit”           gboolean

c_{217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “cib-index” property

  “cib-index”                double

n^{\mathrm{CIB}}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: -1.3


The “cib-index-fit” property

  “cib-index-fit”            gboolean

n^{\mathrm{CIB}}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “gal545-A-100” property

  “gal545-A-100”             double

A^{\mathrm{dust}TT}_{100}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 7


The “gal545-A-100-fit” property

  “gal545-A-100-fit”         gboolean

A^{\mathrm{dust}TT}_{100}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “gal545-A-143” property

  “gal545-A-143”             double

A^{\mathrm{dust}TT}_{143}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 9


The “gal545-A-143-217” property

  “gal545-A-143-217”         double

A^{\mathrm{dust}TT}_{143 \times 217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 21


The “gal545-A-143-217-fit” property

  “gal545-A-143-217-fit”     gboolean

A^{\mathrm{dust}TT}_{143 \times 217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “gal545-A-143-fit” property

  “gal545-A-143-fit”         gboolean

A^{\mathrm{dust}TT}_{143}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “gal545-A-217” property

  “gal545-A-217”             double

A^{\mathrm{dust}TT}_{217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 80


The “gal545-A-217-fit” property

  “gal545-A-217-fit”         gboolean

A^{\mathrm{dust}TT}_{217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “ksz-norm” property

  “ksz-norm”                 double

A^{\mathrm{kSZ}}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 5


The “ksz-norm-fit” property

  “ksz-norm-fit”             gboolean

A^{\mathrm{kSZ}}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “ps-A-100-100” property

  “ps-A-100-100”             double

A^{\mathrm{PS}}_{100}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 200


The “ps-A-100-100-fit” property

  “ps-A-100-100-fit”         gboolean

A^{\mathrm{PS}}_{100}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “ps-A-143-143” property

  “ps-A-143-143”             double

A^{\mathrm{PS}}_{143}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 200


The “ps-A-143-143-fit” property

  “ps-A-143-143-fit”         gboolean

A^{\mathrm{PS}}_{143}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “ps-A-143-217” property

  “ps-A-143-217”             double

A^{\mathrm{PS}}_{143\times 217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 200


The “ps-A-143-217-fit” property

  “ps-A-143-217-fit”         gboolean

A^{\mathrm{PS}}_{143\times 217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “ps-A-217-217” property

  “ps-A-217-217”             double

A^{\mathrm{PS}}_{217}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 200


The “ps-A-217-217-fit” property

  “ps-A-217-217-fit”         gboolean

A^{\mathrm{PS}}_{217}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE


The “xi-sz-cib” property

  “xi-sz-cib”                double

\xi^{\mathrm{tSZ}\times \mathrm{CIB}}.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: 0.5


The “xi-sz-cib-fit” property

  “xi-sz-cib-fit”            gboolean

\xi^{\mathrm{tSZ}\times \mathrm{CIB}}:fit.

Owner: NcPlanckFICorTT

Flags: Read / Write

Default value: FALSE