Top |
double | dec-cluster | Read / Write |
NcmObjArray * | galaxy-array | Read / Write |
double | psf-size | Read / Write |
double | ra-cluster | Read / Write |
double | z-cluster | Read / Write |
NcDataClusterWL *
nc_data_cluster_wl_new (void
);
Creates a new NcDataClusterWL.
NcDataClusterWL *
nc_data_cluster_wl_new_from_file (const gchar *filename
);
Creates a new NcDataClusterWL from filename
.
NcDataClusterWL *
nc_data_cluster_wl_ref (NcDataClusterWL *dcwl
);
Increases the reference count of dcwl
by one.
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.
void
nc_data_cluster_wl_clear (NcDataClusterWL **dcwl
);
The reference count of dcwl
is decreased and the pointer is set to NULL.
“dec-cluster”
property “dec-cluster” double
Cluster (halo) DEC.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0
“galaxy-array”
property“galaxy-array” NcmObjArray *
Array of galaxy weak lensing objects.
Owner: NcDataClusterWL
Flags: Read / Write
“psf-size”
property “psf-size” double
PSF size.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“ra-cluster”
property “ra-cluster” double
Cluster (halo) RA.
Owner: NcDataClusterWL
Flags: Read / Write
Allowed values: [-360,360]
Default value: 0