| Top |
NcDataReducedShearClusterMassNcDataReducedShearClusterMass — Galaxy clusters data -- pseudo number counts likelihood. |
Functions
Properties
| gdouble | dec-cluster | Read / Write |
| NcDistance * | dist | Read / Write / Construct |
| NcmMatrix * | gal-obs | Read / Write |
| gboolean | has-rh | Read / Write |
| NcmObjArray * | photoz-array | Read / Write |
| gdouble | psf-size | Read / Write |
| gdouble | ra-cluster | Read / Write |
| gdouble | z-cluster | Read / Write |
Object Hierarchy
GEnum ╰── NcDataReducedShearClusterMassObs GObject ╰── NcmData ╰── NcDataReducedShearClusterMass
Functions
nc_data_reduced_shear_cluster_mass_new ()
NcDataReducedShearClusterMass *
nc_data_reduced_shear_cluster_mass_new
(NcDistance *dist);
Creates a new NcDataReducedShearClusterMass.
nc_data_reduced_shear_cluster_mass_new_from_file ()
NcDataReducedShearClusterMass *
nc_data_reduced_shear_cluster_mass_new_from_file
(const gchar *filename);
Creates a new NcDataReducedShearClusterMass from filename
.
nc_data_reduced_shear_cluster_mass_ref ()
NcDataReducedShearClusterMass *
nc_data_reduced_shear_cluster_mass_ref
(NcDataReducedShearClusterMass *drs);
Increases the reference count of drs
by one.
nc_data_reduced_shear_cluster_mass_free ()
void
nc_data_reduced_shear_cluster_mass_free
(NcDataReducedShearClusterMass *drs);
Atomically decrements the reference count of drs
by one. If the reference count drops to 0,
all memory allocated by drs
is released.
nc_data_reduced_shear_cluster_mass_clear ()
void
nc_data_reduced_shear_cluster_mass_clear
(NcDataReducedShearClusterMass **drs);
The reference count of drs
is decreased and the pointer is set to NULL.
nc_data_reduced_shear_cluster_mass_set_dist ()
void nc_data_reduced_shear_cluster_mass_set_dist (NcDataReducedShearClusterMass *drs,NcDistance *dist);
Sets the distance object.
nc_data_reduced_shear_cluster_mass_load_hdf5 ()
void nc_data_reduced_shear_cluster_mass_load_hdf5 (NcDataReducedShearClusterMass *drs,const gchar *hdf5_file,const gchar ftype,const gdouble z_cluster,const gdouble ra_cluster,const gdouble dec_cluster);
Loads from a HDF5 file the data, filters by ftype
when available, using
the cluster information in z_cluster
, ra_cluster
and dec_cluster
.
Parameters
drs |
||
hdf5_file |
a file containing NcDataReducedShearClusterMass data |
|
ftype |
filter type ('u', 'g', 'r', 'i', 'z') |
|
z_cluster |
cluster redshift |
|
ra_cluster |
cluster RA |
|
dec_cluster |
cluster DEC |
Property Details
The “dec-cluster” property
“dec-cluster” gdouble
Cluster (halo) DEC.
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0
The “gal-obs” property
“gal-obs” NcmMatrix *
Matrix containing galaxy observables.
Flags: Read / Write
The “has-rh” property
“has-rh” gboolean
Has the galaxy size (rh) information.
Flags: Read / Write
Default value: FALSE
The “photoz-array” property
“photoz-array” NcmObjArray *
Array of photometric redshift objects.
Flags: Read / Write
The “psf-size” property
“psf-size” gdouble
PSF size.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “ra-cluster” property
“ra-cluster” gdouble
Cluster (halo) RA.
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0
The “z-cluster” property
“z-cluster” gdouble
Cluster (halo) redshift.
Flags: Read / Write
Allowed values: >= 0
Default value: 0