Home
last modified time | relevance | path

Searched refs:objlistout (Results 1 – 8 of 8) sorted by relevance

/dports/astro/sextractor/sextractor-2.5.0/src/
H A Drefine.c80 objlistout->dthresh = debobjlist2.dthresh = dthresh0; in parcelout()
170 out = addobj(0, &debobjlist2, objlistout); in parcelout()
172 out = gatherup(&debobjlist2, objlistout); in parcelout()
236 objlistout->dthresh = objlistin->dthresh; in gatherup()
237 objlistout->thresh = objlistin->thresh; in gatherup()
280 objout = objlistout->obj; /* DO NOT MOVE !!! */ in gatherup()
283 (objlistout->npix + npix)*plistsize))) in gatherup()
289 objlistout->plist = pixelout; in gatherup()
290 k = objlistout->npix; in gatherup()
326 objlistout->npix = k; in gatherup()
[all …]
H A Dscan.c669 objliststruct objlistout, *objlist2; in sortit() local
678 objlistout.obj = NULL; in sortit()
679 objlistout.plist = NULL; in sortit()
680 objlistout.nobj = objlistout.npix = 0; in sortit()
703 if (parcelout(objlist, &objlistout) == RETURN_OK) in sortit()
704 objlist2 = &objlistout; in sortit()
778 free(objlistout.plist); in sortit()
779 free(objlistout.obj); in sortit()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/sep/
H A Ddeblend.c78 objlistout->thresh = debobjlist2.thresh = thresh0; in deblend()
167 status = gatherup(&debobjlist2, objlistout); in deblend()
246 objlistout->thresh = objlistin->thresh; in gatherup()
275 status = addobjdeep(i, objlistin, objlistout); in gatherup()
278 n[i] = objlistout->nobj - 1; in gatherup()
288 objout = objlistout->obj; /* DO NOT MOVE !!! */ in gatherup()
291 (objlistout->npix + npix)*plistsize))) in gatherup()
297 objlistout->plist = pixelout; in gatherup()
298 k = objlistout->npix; in gatherup()
336 objlistout->npix = k; in gatherup()
[all …]
H A Dextract.c743 objliststruct objlistout, *objlist2; in sortit() local
748 objlistout.obj = NULL; in sortit()
749 objlistout.plist = NULL; in sortit()
750 objlistout.nobj = objlistout.npix = 0; in sortit()
765 status = deblend(objlist, 0, &objlistout, deblend_nthresh, deblend_mincont, in sortit()
779 objlist2 = &objlistout; in sortit()
797 free(objlistout.plist); in sortit()
798 free(objlistout.obj); in sortit()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/sep/
H A Ddeblend.cpp98 objlistout->thresh = debobjlist2.thresh = thresh0; in deblend()
186 status = gatherup(&debobjlist2, objlistout); in deblend()
266 objlistout->thresh = objlistin->thresh; in gatherup()
299 n[i] = objlistout->nobj - 1; in gatherup()
309 objout = objlistout->obj; /* DO NOT MOVE !!! */ in gatherup()
311 if (!(pixelout = (pliststruct *)realloc(objlistout->plist, in gatherup()
318 objlistout->plist = pixelout; in gatherup()
319 k = objlistout->npix; in gatherup()
357 objlistout->npix = k; in gatherup()
358 if (!(objlistout->plist = (pliststruct *)realloc(pixelout, in gatherup()
[all …]
H A Dextract.cpp768 objliststruct objlistout, *objlist2; in sortit() local
772 objlistout.obj = NULL; in sortit()
773 objlistout.plist = NULL; in sortit()
774 objlistout.nobj = objlistout.npix = 0; in sortit()
789 …status = deblend->deblend(objlist, 0, &objlistout, deblend_nthresh, deblend_mincont, minarea, lutz… in sortit()
802 objlist2 = &objlistout; in sortit()
820 free(objlistout.plist); in sortit()
821 free(objlistout.obj); in sortit()
H A Dextract.c755 objliststruct objlistout, *objlist2; in sortit() local
760 objlistout.obj = NULL; in sortit()
761 objlistout.plist = NULL; in sortit()
762 objlistout.nobj = objlistout.npix = 0; in sortit()
777 status = deblend(objlist, 0, &objlistout, deblend_nthresh, deblend_mincont, in sortit()
791 objlist2 = &objlistout; in sortit()
809 free(objlistout.plist); in sortit()
810 free(objlistout.obj); in sortit()
H A Ddeblend.h41 int deblend(objliststruct *objlistin, int l, objliststruct *objlistout,