Global Gaussian Photoz Cluster

Global Gaussian Photoz Cluster — Gaussian photometric redshift

Object Hierarchy

  GObject
   +----NcClusterRedshift
         +----NcClusterPhotozGaussGlobal

Properties

  "pz-max"                   gdouble               : Read / Write / Construct Only
  "pz-min"                   gdouble               : Read / Write / Construct Only
  "sigma0"                   gdouble               : Read / Write / Construct Only
  "z-bias"                   gdouble               : Read / Write / Construct Only

Description

FIXME

Details

struct NcClusterPhotozGaussGlobal

struct NcClusterPhotozGaussGlobal;

struct NcClusterPhotozGaussGlobalClass

struct NcClusterPhotozGaussGlobalClass {
};

nc_cluster_photoz_gauss_global_get_sigma0 ()

gdouble             nc_cluster_photoz_gauss_global_get_sigma0
                                                        (const NcClusterPhotozGaussGlobal *pzg_global);

pzg_global :

a NcClusterPhotozGaussGlobal.

Returns :

the value of "sigma0" property.

nc_cluster_photoz_gauss_global_get_z_bias ()

gdouble             nc_cluster_photoz_gauss_global_get_z_bias
                                                        (const NcClusterPhotozGaussGlobal *pzg_global);

pzg_global :

a NcClusterPhotozGaussGlobal.

Returns :

the value of "z-bias" property.

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

pz_min :

FIXME

pz_max :

FIXME

z_bias :

FIXME

sigma0 :

FIXME

Returns :

A new NcClusterRedshift.

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.

pzg_global :

a NcClusterPhotozGaussGlobal.

sigma0 :

value of "sigma0".

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.

pzg_global :

a NcClusterPhotozGaussGlobal.

z_bias :

value of "z-bias".

Property Details

The "pz-max" property

  "pz-max"                   gdouble               : Read / Write / Construct Only

Maximum photoz.

Allowed values: >= 0

Default value: 0


The "pz-min" property

  "pz-min"                   gdouble               : Read / Write / Construct Only

Minimum photoz.

Allowed values: >= 0

Default value: 0


The "sigma0" property

  "sigma0"                   gdouble               : Read / Write / Construct Only

FIXME Set correct values (limits)

Allowed values: >= 0

Default value: 0.03


The "z-bias" property

  "z-bias"                   gdouble               : Read / Write / Construct Only

z-bias.

Default value: 0