Home
last modified time | relevance | path

Searched refs:py_arry (Results 1 – 4 of 4) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dutil.i170 static PyObject* an_hist2d(PyObject* py_arrx, PyObject* py_arry, in an_hist2d() argument
202 np_arry = (PyArrayObject*)PyArray_FromAny(py_arry, dtype, 1, 1, req, NULL); in an_hist2d()
H A Dc.py182 def an_hist2d(py_arrx, py_arry, py_hist, xlo, xhi, ylo, yhi): argument
183 return _util.an_hist2d(py_arrx, py_arry, py_hist, xlo, xhi, ylo, yhi)
H A Dutil.py182 def an_hist2d(py_arrx, py_arry, py_hist, xlo, xhi, ylo, yhi): argument
183 return _util.an_hist2d(py_arrx, py_arry, py_hist, xlo, xhi, ylo, yhi)
H A Dutil_wrap.c3108 static PyObject* an_hist2d(PyObject* py_arrx, PyObject* py_arry, in an_hist2d() argument
3140 np_arry = (PyArrayObject*)PyArray_FromAny(py_arry, dtype, 1, 1, req, NULL); in an_hist2d()