![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct NcClusterPhotoz; struct NcClusterPhotozClass; gdouble nc_cluster_photoz_dist_eval (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_photo
,gdouble z_real
); void nc_cluster_photoz_free (NcClusterPhotoz *photo
); void nc_cluster_photoz_integ_limits (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_photo
,gdouble *z_lower
,gdouble *z_upper
); NcClusterPhotoz * nc_cluster_photoz_new_from_name (gchar *photoz_name
); void nc_cluster_photoz_resample (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_real
,gdouble *result
);
GObject +----NcClusterPhotoz +----NcClusterPhotozGaussGlobal +----NcClusterPhotozGaussInd
gdouble nc_cluster_photoz_dist_eval (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_photo
,gdouble z_real
);
FIXME
|
a NcClusterPhotoz. |
|
FIXME |
|
photometric redshift. |
|
real redshift. |
Returns : |
FIXME |
void nc_cluster_photoz_free (NcClusterPhotoz *photo
);
Atomically decrements the reference count of photo
by one. If the reference count drops to 0,
all memory allocated by photo
is released.
|
a NcClusterPhotoz. |
void nc_cluster_photoz_integ_limits (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_photo
,gdouble *z_lower
,gdouble *z_upper
);
FIXME
The function which will call this one is responsible to allocate memory for z_lower
and z_upper
.
|
a NcClusterPhotoz. |
|
FIXME. |
|
photometric redshift. |
|
pointer to the lower limit of the real redshift integration. |
|
pointer to the upper limit of the real redshift integration. |
NcClusterPhotoz * nc_cluster_photoz_new_from_name (gchar *photoz_name
);
This function returns a new NcClusterPhotoz whose type is defined by photoz_name
.
|
string which specifies the type of the photometric redshift distribution. |
Returns : |
A new NcClusterPhotoz. |
void nc_cluster_photoz_resample (NcClusterPhotoz *photo
,gdouble *pz_data
,gdouble z_real
,gdouble *result
);
FIXME
The function which will call this one is responsible to allocate enough memory for z_lower
and z_upper
.
|
a NcClusterPhotoz. |
|
FIXME. |
|
real redshift. |
|
FIXME |