| Top |
Functions
nc_reduced_shear_calib_ref ()
NcReducedShearCalib *
nc_reduced_shear_calib_ref (NcReducedShearCalib *rs_calib);
Increases the reference count of rs_calib
by one.
nc_reduced_shear_calib_free ()
void
nc_reduced_shear_calib_free (NcReducedShearCalib *rs_calib);
Decreases the reference count of rs_calib
by one.
nc_reduced_shear_calib_clear ()
void
nc_reduced_shear_calib_clear (NcReducedShearCalib **rs_calib);
If rs_calib
is different from NULL, decreases the reference count of
rs_calib
by one and sets rs_calib
to NULL.
nc_reduced_shear_calib_eval ()
gdouble nc_reduced_shear_calib_eval (NcReducedShearCalib *rs_calib,const gdouble g_th,const gdouble psf_size,const gdouble gal_size);
[virtual eval]