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:
- cell_ids#
HEALPix cell ids.
- Type:
- cg_residual_norms#
Conjugate gradient residual norms (if any).
- Type:
numpy.ndarrayortorch.TensororNone
- cg_niters#
Conjugate gradient number of iterations (if any).
- Type:
numpy.ndarrayortorch.TensororNone
- __init__(cell_data, cell_ids, cg_residual_norms=None, cg_niters=None)#
Methods
__init__(cell_data, cell_ids[, ...])Attributes