Change healpix resolution
healpix.Rd
Degrade or upgrade the resolution of a healpix grid.
Usage
cdo_hpdegrade(ifile, nside = NULL, order = NULL, power = NULL, ofile = NULL)
cdo_hpupgrade(ifile, nside = NULL, order = NULL, power = NULL, ofile = NULL)
Arguments
- ifile
String with the path to the input file.
- nside
INTEGER - The nside of the target healpix, must be a power of two [default: same as input].
- order
STRING - Pixel ordering of the target healpix ('nested' or 'ring').
- power
FLOAT - If non-zero, divide the result by (nside[in]/nside[out])**power. power=-2 keeps the sum of the map invariant.
- ofile
String with the path to the output file.