Global Gaussian Photoz Cluster

Global Gaussian Photoz Cluster — Gaussian photometric redshift

Properties

gdouble pz-max Read / Write / Construct Only
gdouble pz-min Read / Write / Construct Only
gdouble sigma0 Read / Write
gboolean sigma0-fit Read / Write
gdouble z-bias Read / Write
gboolean z-bias-fit Read / Write

Types and Values

Object Hierarchy

    GEnum
    ╰── NcClusterPhotozGaussGlobalParams
    GObject
    ╰── NcmModel
        ╰── NcClusterRedshift
            ╰── NcClusterPhotozGaussGlobal

Description

FIXME

Functions

nc_cluster_photoz_gauss_global_new ()

NcClusterRedshift *
nc_cluster_photoz_gauss_global_new (gdouble pz_min,
                                    gdouble pz_max,
                                    gdouble z_bias,
                                    gdouble sigma0);

FIXME

Parameters

pz_min

FIXME

 

pz_max

FIXME

 

z_bias

FIXME

 

sigma0

FIXME

 

Returns

A new NcClusterRedshift.


nc_cluster_photoz_gauss_global_set_z_bias ()

void
nc_cluster_photoz_gauss_global_set_z_bias
                               (NcClusterPhotozGaussGlobal *pzg_global,
                                gdouble z_bias);

Sets the value z_bias to the “z-bias” property.

Parameters

pzg_global

a NcClusterPhotozGaussGlobal.

 

z_bias

value of “z-bias”.

 

nc_cluster_photoz_gauss_global_get_z_bias ()

gdouble
nc_cluster_photoz_gauss_global_get_z_bias
                               (const NcClusterPhotozGaussGlobal *pzg_global);

Parameters

pzg_global

a NcClusterPhotozGaussGlobal.

 

Returns

the value of “z-bias” property.


nc_cluster_photoz_gauss_global_set_sigma0 ()

void
nc_cluster_photoz_gauss_global_set_sigma0
                               (NcClusterPhotozGaussGlobal *pzg_global,
                                gdouble sigma0);

Sets the value sigma0 to the “sigma0” property.

Parameters

pzg_global

a NcClusterPhotozGaussGlobal.

 

sigma0

value of “sigma0”.

 

nc_cluster_photoz_gauss_global_get_sigma0 ()

gdouble
nc_cluster_photoz_gauss_global_get_sigma0
                               (const NcClusterPhotozGaussGlobal *pzg_global);

Parameters

pzg_global

a NcClusterPhotozGaussGlobal.

 

Returns

the value of “sigma0” property.


NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_BIAS

#define NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_BIAS (0.0)

NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_SIGMA0

#define NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_SIGMA0 (0.03)

NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_PARAMS_ABSTOL

#define NC_CLUSTER_REDSHIFT_PHOTOZ_GAUSS_GLOBAL_DEFAULT_PARAMS_ABSTOL (0.0)

Types and Values

enum NcClusterPhotozGaussGlobalParams

FIXME

Members

NC_CLUSTER_PHOTOZ_GAUSS_GLOBAL_Z_BIAS

FIXME

 

NC_CLUSTER_PHOTOZ_GAUSS_GLOBAL_SIGMA0

standard deviation of the gaussian distribution

 

Property Details

The “pz-max” property

  “pz-max”                   gdouble

Maximum photoz.

Flags: Read / Write / Construct Only

Allowed values: >= 0

Default value: 1


The “pz-min” property

  “pz-min”                   gdouble

Minimum photoz.

Flags: Read / Write / Construct Only

Allowed values: >= 0

Default value: 0


The “sigma0” property

  “sigma0”                   gdouble

FIXME Set correct values (limits)

Flags: Read / Write

Allowed values: >= 0

Default value: 0.03


The “sigma0-fit” property

  “sigma0-fit”               gboolean

sigma0:fit.

Flags: Read / Write

Default value: FALSE


The “z-bias” property

  “z-bias”                   gdouble

z-bias.

Flags: Read / Write

Default value: 0


The “z-bias-fit” property

  “z-bias-fit”               gboolean

z-bias:fit.

Flags: Read / Write

Default value: FALSE