| Top |
Properties
| gdouble | dec-cluster | Read / Write |
| NcmObjArray * | galaxy-array | Read / Write |
| gdouble | psf-size | Read / Write |
| gdouble | ra-cluster | Read / Write |
| gdouble | z-cluster | Read / Write |
Functions
nc_data_cluster_wl_new ()
NcDataClusterWL *
nc_data_cluster_wl_new (void);
Creates a new NcDataClusterWL.
nc_data_cluster_wl_new_from_file ()
NcDataClusterWL *
nc_data_cluster_wl_new_from_file (const gchar *filename);
Creates a new NcDataClusterWL from filename
.
nc_data_cluster_wl_ref ()
NcDataClusterWL *
nc_data_cluster_wl_ref (NcDataClusterWL *dcwl);
Increases the reference count of dcwl
by one.
nc_data_cluster_wl_free ()
void
nc_data_cluster_wl_free (NcDataClusterWL *dcwl);
Atomically decrements the reference count of dcwl
by one. If the reference count drops to 0,
all memory allocated by dcwl
is released.
nc_data_cluster_wl_clear ()
void
nc_data_cluster_wl_clear (NcDataClusterWL **dcwl);
The reference count of dcwl
is decreased and the pointer is set to NULL.
Property Details
The “dec-cluster” property
“dec-cluster” gdouble
Cluster (halo) DEC.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0
The “galaxy-array” property
“galaxy-array” NcmObjArray *
Array of galaxy weak lensing objects.
Owner: NcDataClusterWL
Flags: Read / Write
The “psf-size” property
“psf-size” gdouble
PSF size.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: >= 0
Default value: 0
The “ra-cluster” property
“ra-cluster” gdouble
Cluster (halo) RA.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0
The “z-cluster” property
“z-cluster” gdouble
Cluster (halo) redshift.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: >= 0
Default value: 0