Home
last modified time | relevance | path

Searched refs:tan_pixelxy2xyzarr (Results 1 – 14 of 14) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dsip.c109 tan_pixelxy2xyzarr(&(sip->wcstan), U, V, xyz); in sip_pixelxy2xyzarr()
112 tan_pixelxy2xyzarr(&(sip->wcstan), px, py, xyz); in sip_pixelxy2xyzarr()
118 tan_pixelxy2xyzarr(tan, px, py, xyz); in tan_pixelxy2radec()
233 void tan_pixelxy2xyzarr(const tan_t* tan, double px, double py, double *xyz) in tan_pixelxy2xyzarr() function
H A Dtpv.c125 tan_pixelxy2xyzarr(&(tpv->wcstan), U, V, xyz); in tpv_pixelxy2xyzarr()
H A Dfit-wcs.c736 tan_pixelxy2xyzarr(tanin, crpix[0], crpix[1], crxyz); in fit_tan_wcs_solve()
H A Dutil.i1691 tan_pixelxy2xyzarr($self, 0.5+$self->imagew/2.0, 0.5+$self->imageh/2.0, xyz);
1698 tan_pixelxy2xyzarr($self, x, y, xyz);
H A Dc.py1588 def tan_pixelxy2xyzarr(tan, px, py, xyz): function
1589 return _util.tan_pixelxy2xyzarr(tan, px, py, xyz)
H A Dutil.py1588 def tan_pixelxy2xyzarr(tan, px, py, xyz): function
1589 return _util.tan_pixelxy2xyzarr(tan, px, py, xyz)
H A Dutil_wrap.c4197 tan_pixelxy2xyzarr(self, 0.5+self->imagew/2.0, 0.5+self->imageh/2.0, xyz); in tan_t_xyzcenter()
4204 tan_pixelxy2xyzarr(self, x, y, xyz); in tan_t_pixelxy2xyz()
26064 tan_pixelxy2xyzarr((tan_t const *)arg1,arg2,arg3,arg4); in _wrap_tan_pixelxy2xyzarr()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dsip.c108 tan_pixelxy2xyzarr(&(sip->wcstan), U, V, xyz); in sip_pixelxy2xyzarr()
111 tan_pixelxy2xyzarr(&(sip->wcstan), px, py, xyz); in sip_pixelxy2xyzarr()
117 tan_pixelxy2xyzarr(tan, px, py, xyz); in tan_pixelxy2radec()
221 void tan_pixelxy2xyzarr(const tan_t* tan, double px, double py, double *xyz) in tan_pixelxy2xyzarr() function
H A Dfit-wcs.c736 tan_pixelxy2xyzarr(tanin, crpix[0], crpix[1], crxyz); in fit_tan_wcs_solve()
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dsip.h182 void tan_pixelxy2xyzarr(const tan_t* tan, double px, double py, double *xyz);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dsip.h182 void tan_pixelxy2xyzarr(const tan_t* tan, double px, double py, double *xyz);
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dwhynot.c950 tan_pixelxy2xyzarr(&wcs, W/2.0, H/2.0, mo.center); in main()
951 tan_pixelxy2xyzarr(&wcs, 0, 0, llxyz); in main()
H A Dsolver.c412 tan_pixelxy2xyzarr(tan, cx, cy, mo->center); in set_center_and_radius()
413 tan_pixelxy2xyzarr(tan, lx, ly, xyz); in set_center_and_radius()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dsolver.c407 tan_pixelxy2xyzarr(tan, cx, cy, mo->center); in set_center_and_radius()
408 tan_pixelxy2xyzarr(tan, lx, ly, xyz); in set_center_and_radius()