healpix_resample.base.ResampleResults#

class healpix_resample.base.ResampleResults(cell_data, cell_ids, cg_residual_norms=None, cg_niters=None)[source]#

Proxy to resampling results.

cell_data#

Data values resampled on HEALPix cells

Type:

numpy.ndarray or torch.Tensor

cell_ids#

HEALPix cell ids.

Type:

numpy.ndarray or torch.Tensor

cg_residual_norms#

Conjugate gradient residual norms (if any).

Type:

numpy.ndarray or torch.Tensor or None

cg_niters#

Conjugate gradient number of iterations (if any).

Type:

numpy.ndarray or torch.Tensor or None

__init__(cell_data, cell_ids, cg_residual_norms=None, cg_niters=None)#

Methods

__init__(cell_data, cell_ids[, ...])

Attributes