32 #include "../vircam_fits.h"
69 npts = (ap->lsiz)*(ap->csiz);
70 ap->opmask = cpl_mask_new(ap->lsiz,ap->csiz);
71 opm = cpl_mask_get_data(ap->opmask);
72 for (i = 0; i < npts; i++)
151 opm = cpl_mask_get_data(ap->opmask);
152 plarray = ap->plarray;
155 for (i = 0; i < np; i++) {
156 j = nx*(plarray[i].y - 1) + plarray[i].x - 1;
195 cpl_image_reject_from_mask(ap->inframe,ap->opmask);
196 cpl_mask_delete(ap->opmask);
int do_seeing_4(ap_t *ap)
Dummy seeing routine for type 4 catalogue (object mask)
int tabclose_4(ap_t *ap)
Close object mask.
int process_results_4(ap_t *ap)
Process results for type 4 catalogue (object mask)
void tabinit_4(ap_t *ap)
Initialise type 4 catalogue (object mask)