Home
last modified time | relevance | path

Searched defs:py_weight (Results 1 – 4 of 4) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dutil.i728 PyObject* py_weight, in lanczos_shift_image_c()
H A Dc.py210 def lanczos_shift_image_c(py_img, py_weight, py_outimg, py_outweight, order, dx, dy): argument
1931 def coadd_add_numpy(c, py_img, py_weight, fweight, wcs): argument
H A Dutil.py210 def lanczos_shift_image_c(py_img, py_weight, py_outimg, py_outweight, order, dx, dy): argument
1931 def coadd_add_numpy(c, py_img, py_weight, fweight, wcs): argument
H A Dutil_wrap.c3666 PyObject* py_weight, in lanczos_shift_image_c()
4396 PyObject* py_img, PyObject* py_weight, in coadd_add_numpy()