call convert_inplace*( subcall, map )
name & dimensionality | kind | in/out | description |
---|---|---|---|
subcall | — | IN | routine to be called by convert_inplace_real. Set this to ring2nest or nest2ring dependent on wether the conversion is RING to NESTED or vice versa. |
map(0:npix-1) | I4B/ SP/ DP | INOUT | mono-dimensional full sky map to be converted, the routine finds the size itself. |
map(0:npix-1,1:nd) | I4B/ SP/ DP | INOUT | bi-dimensional (nd) full sky map to be converted, the routine finds both dimensions itself. Processing a bidimensional map with nd should be faster than each of the nd 1D-maps consecutively. |
Converts an map from RING to NESTED scheme.
Version 3.82, 2022-07-28