%feature("docstring","Compute an Healpix map with null values around the sources. (input catalog should contain theta and phi coordinates (radian) as first and second column)")cat2mask;
%feature("autodoc",0)cat2mask;
// apodize mask
%feature("docstring","Convert a binary mask (0 or 1) of arbitrary shape into smooth mask. ")apodize_mask;