Home
last modified time | relevance | path

Searched refs:healpix_xy_to_nested (Results 1 – 10 of 10) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dhealpix.h162 Const int healpix_xy_to_nested(int hp, int Nside);
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dhealpix.h162 Const int healpix_xy_to_nested(int hp, int Nside);
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dhpgrid.c175 printf("%i", healpix_xy_to_nested(hp, Nside)); in main()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dget-healpix.c130 int ni = healpix_xy_to_nested(healpix, Nside); in main()
H A Dtest_healpix.c325 CuAssertIntEquals(ct, true_neigh[i], healpix_xy_to_nested(truexy[i], Nside)); in tst_nested()
328 CuAssertIntEquals(ct, pix, healpix_xy_to_nested(xypix, Nside)); in tst_nested()
H A Dhealpix.c61 Const int healpix_xy_to_nested(int hp, int Nside) { in healpix_xy_to_nested() function
H A Dc.py615 def healpix_xy_to_nested(hp, Nside): function
616 return _util.healpix_xy_to_nested(hp, Nside)
H A Dutil.py615 def healpix_xy_to_nested(hp, Nside): function
616 return _util.healpix_xy_to_nested(hp, Nside)
H A Dutil_wrap.c12801 result = (int)healpix_xy_to_nested(arg1,arg2); in _wrap_healpix_xy_to_nested()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dhealpix.c66 Const int healpix_xy_to_nested(int hp, int Nside) { in healpix_xy_to_nested() function