or
routines. But for that reason, this routine is slower and not parallelized. The routine is a
wrapper for 6 different routines and can threfore process
integer, single precision and double precision maps as well as mono or bi
dimensional arrays.
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.83, 2024-11-13