/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/ |
H A D | healpix_interface.pxd | 18 void vec2pix_nest(long nside, double *vec, long *ipix)
|
H A D | grid_traversal.pyx | 194 # healpix_interface.vec2pix_nest(nside, v, &ipix) 211 # healpix_interface.vec2pix_nest(nside, v, &ipix) 297 # healpix_interface.vec2pix_nest(nside, v0, &ipix) 337 # healpix_interface.vec2pix_nest(nside, v0, &ipix)
|
/dports/science/healpix/Healpix_3.50/src/C/subs/ |
H A D | chealpix.h | 96 void vec2pix_nest(long nside, const double *vec, long *ipix);
|
H A D | test_chealpix.c | 64 vec2pix_nest(nside, vec, &ip1); in test1_helper1() 256 vec2pix_nest(nside, vec, &ip2); in test3()
|
H A D | chealpix.c | 433 void vec2pix_nest(long nside, const double *vec, long *ipix) in vec2pix_nest() function
|
/dports/science/healpix/Healpix_3.50/src/C/autotools/ |
H A D | chealpix.h | 96 void vec2pix_nest(long nside, const double *vec, long *ipix);
|
H A D | test_chealpix.c | 64 vec2pix_nest(nside, vec, &ip1); in test1_helper1() 256 vec2pix_nest(nside, vec, &ip2); in test3()
|
H A D | chealpix.c | 433 void vec2pix_nest(long nside, const double *vec, long *ipix) in vec2pix_nest() function
|
/dports/science/healpix/Healpix_3.50/src/idl/toolkit/ |
H A D | test_tk.pro | 145 vec2pix_nest, nside, vec*5.d0, pixel2 157 vec2pix_nest, nside, vec, pixel1
|
H A D | test_tk2.pro | 135 vec2pix_nest, nside, vec, pixel2 158 vec2pix_nest, nside, vec, pixel1
|
H A D | vec2pix_nest.pro | 28 PRO vec2pix_nest, nside, vec_in, ipnest 204 END ; vec2pix_nest
|
/dports/science/healpix/Healpix_3.50/src/f90/mod/ |
H A D | pix_tools.F90 | 246 interface vec2pix_nest interface 247 module procedure vec2pix_nest 337 interface vec2pix_nest interface 338 module procedure vec2pix_nest, vec2pix_nest_8 431 & pix2ang_nest, pix2vec_nest, ang2pix_nest, vec2pix_nest, &
|
H A D | pixel_routines.F90 | 1043 subroutine vec2pix_nest (nside, vector, ipix) 1060 call vec2pix_nest(nside, vector, ipix4) 1154 end subroutine vec2pix_nest
|
/dports/science/healpix/Healpix_3.50/src/f90/map2gif/ |
H A D | map2gif.f90 | 542 call vec2pix_nest( nside, vector, id_pix ) 689 call vec2pix_nest( nside, nvs, id_pix )
|
/dports/science/healpix/Healpix_3.50/src/idl/visu/ |
H A D | cart2pix.pro | 74 vec2pix_nest, pix_param, vector, id_pix ; Healpix nest
|
H A D | gnom2pix.pro | 74 vec2pix_nest, pix_param, vector, id_pix ; Healpix nest
|
H A D | moll2pix.pro | 83 vec2pix_nest, pix_param, vector, id_pix ; Healpix nest
|
H A D | orth2pix.pro | 94 vec2pix_nest, pix_param, vector, id_pix ; Healpix nest
|
H A D | mollview.pro | 605 ; index_word, read_fits_sb, vec2pix_ring, vec2pix_nest, euler_matrix
|