Top |
NcReducedShearCalib * | nc_reduced_shear_calib_ref () |
void | nc_reduced_shear_calib_free () |
void | nc_reduced_shear_calib_clear () |
gdouble | nc_reduced_shear_calib_eval () |
NcReducedShearCalib *
nc_reduced_shear_calib_ref (NcReducedShearCalib *rs_calib
);
Increases the reference count of rs_calib
by one.
void
nc_reduced_shear_calib_free (NcReducedShearCalib *rs_calib
);
Decreases the reference count of rs_calib
by one.
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.
gdouble nc_reduced_shear_calib_eval (NcReducedShearCalib *rs_calib
,const gdouble g_th
,const gdouble psf_size
,const gdouble gal_size
);
[virtual eval]