| Top |
NcClusterPhotozGaussGlobalNcClusterPhotozGaussGlobal — Global gaussian photometric distribution for clusters. |
Properties
| double | pz-max | Read / Write / Construct Only |
| double | pz-min | Read / Write / Construct Only |
| double | sigma0 | Read / Write |
| gboolean | sigma0-fit | Read / Write |
| double | z-bias | Read / Write |
| gboolean | z-bias-fit | Read / Write |
Object Hierarchy
GEnum ╰── NcClusterPhotozGaussGlobalSParams GObject ╰── NcmModel ╰── NcClusterRedshift ╰── NcClusterPhotozGaussGlobal
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
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.
nc_cluster_photoz_gauss_global_get_z_bias ()
gdouble
nc_cluster_photoz_gauss_global_get_z_bias
(const NcClusterPhotozGaussGlobal *pzg_global);
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.
nc_cluster_photoz_gauss_global_get_sigma0 ()
gdouble
nc_cluster_photoz_gauss_global_get_sigma0
(const NcClusterPhotozGaussGlobal *pzg_global);
Types and Values
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)
Property Details
The “pz-max” property
“pz-max” double
Maximum photoz.
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write / Construct Only
Allowed values: >= 0
Default value: 1
The “pz-min” property
“pz-min” double
Minimum photoz.
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write / Construct Only
Allowed values: >= 0
Default value: 0
The “sigma0” property
“sigma0” double
FIXME Set correct values (limits)
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write
Default value: 0.03
The “sigma0-fit” property
“sigma0-fit” gboolean
sigma0:fit.
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write
Default value: FALSE
The “z-bias” property
“z-bias” double
z-bias.
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write
Default value: 0
The “z-bias-fit” property
“z-bias-fit” gboolean
z-bias:fit.
Owner: NcClusterPhotozGaussGlobal
Flags: Read / Write
Default value: FALSE