Home
last modified time | relevance | path

Searched refs:hpxx2s (Results 1 – 13 of 13) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/wcs/include/wcslib/
H A Dprj.h864 int hpxx2s(PRJX2S_ARGS);
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dprj.h864 int hpxx2s(PRJX2S_ARGS);
H A Dprj.c8062 prj->prjx2s = hpxx2s; in hpxset()
8070 int hpxx2s( in hpxx2s() function
/dports/astro/wcslib/wcslib-7.7/C/
H A Dprj.h864 int hpxx2s(PRJX2S_ARGS);
H A Dprj.c8062 prj->prjx2s = hpxx2s; in hpxset()
8070 int hpxx2s( in hpxx2s() function
/dports/astro/siril/siril/subprojects/wcslib/
H A Dprj.h831 int hpxx2s(PRJX2S_ARGS);
H A Dprj.c8037 prj->prjx2s = hpxx2s; in hpxset()
8045 int hpxx2s( in hpxx2s() function
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dprojections.py1876 return _projections.hpxx2s(x, y, H, X)
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/src/
H A Dprojections.c1475 return do_work(&prj, in, hpxset, hpxx2s); in Py_hpxx2s()
/dports/astro/wcslib/wcslib-7.7/doxygen/
H A Dprj_extras.dox1055 /** @fn int hpxx2s(PRJX2S_ARGS)
1061 * @b %hpxx2s() deprojects Cartesian \f$(x,y)\f$ coordinates in the plane of
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/
H A DCHANGES1177 - Bug fixes in the projection routines: in hpxx2s() relating to bounds
1180 hpxx2s() relating to implementation of the vector API; and in
1227 Binderman. Fixed additional minor inconsistencies in hpxx2s(),
1571 - Fixed the bounds test on y in hpxx2s() (HEALPix projection) for
1572 unconventional values of H and K. In hpxx2s() and hpxs2x(),
2038 - Bug fix in hpxx2s(), also added bounds checking. Minor efficiencies
/dports/astro/wcslib/wcslib-7.7/
H A DCHANGES1177 - Bug fixes in the projection routines: in hpxx2s() relating to bounds
1180 hpxx2s() relating to implementation of the vector API; and in
1227 Binderman. Fixed additional minor inconsistencies in hpxx2s(),
1571 - Fixed the bounds test on y in hpxx2s() (HEALPix projection) for
1572 unconventional values of H and K. In hpxx2s() and hpxs2x(),
2038 - Bug fix in hpxx2s(), also added bounds checking. Minor efficiencies
/dports/astro/py-astropy/astropy-5.0/
H A DCHANGES.rst12095 - Bug fixes in the projection routines: in ``hpxx2s`` [the
12100 setting the stat vector; in ``hpxx2s`` relating to implementation