convert_ring2nest*
call convert_ring2nest*( nside, map )
name & dimensionality | kind | in/out | description |
---|---|---|---|
nside | I4B | IN | the Nside parameter of the map to be converted. |
map(0:12*nside**2-1) | I4B/ SP/ DP | INOUT | mono-dimensional full sky map to be converted to RING scheme. |
map(0:12*nside**2-1,1:nd) | I4B/ SP/ DP | INOUT | bi-dimensional full sky map to be converted to RING scheme. The routine finds the second dimension (nd) by itself. Processing a bidimensional map with nd>1 should be faster than each of the nd 1D-maps consecutively. |
Converts an Nside=256 map given in array map from RING to NESTED scheme.
Eric Hivon 2005-08-31