Arguments appearing in italic are optional.call udgrade_ring*( map_in, nside_in, map_out, nside_out[, fmissval, pessimistic] )
| name & dimensionality | kind | in/out | description |
|---|---|---|---|
| map_in(0:12*nside_in**2-1) | SP/ DP | INOUT | mono-dimensional full sky map to be prograded or degraded. The routine finds the second dimension (nd) by itself. Note that the map is modified on output (reordered into NESTED scheme). |
| map_in (0:12*nside_in**2-1,1:nd) | SP/ DP | INOUT | bi-dimensional full sky map to be prograded or degraded. Note that the map is modified on output (reordered into NESTED scheme). |
| nside_in | I4B | IN | the
resolution parameter of the input
map. Must be a power of 2. |
| map_out(0:12*nside_out**2-1) | SP/ DP | OUT | mono-dimensional full sky map after degradation or progradation. |
| map_out (0:12*nside_out**2-1,1:nd) | SP/ DP | OUT | bi-dimensional full sky map after degradation or progradation. The second dimension (nd) should match that of the input map. |
| nside_out | I4B | IN | the
resolution parameter of the output
map. Must be a power of 2. If nside_out nside_in, the
map is prograded (ie, more and smaller pixels) with each
pixel having the same value as its parent; otherwise, the
map in degraded (ie, fewer larger pixels), with each pixel
being the average of its nside_in/nside_out components. |
| fmissval | SP/ DP | IN | sentinel value given to bad pixels in input and output maps.default:\tt HPX_SBADVAL or \tt HPX_DBADVAL |
| pessimistic | LGT | IN | if set to .true., during a degradation, a big pixel containing at least a small bad pixel will be returned as bad as well, instead of taking the average of the remaing valid pixels. default:.false. |
Degrades a RING ordered map withinto a RING map with
![]()
Version 3.83, 2024-11-13