eradiate.xarray¶
- eradiate.xarray.unstack_mdistant_grid(obj)[source]¶
Reindex data produced by a
MultiDistantMeasure.grid()measure on (VAA, VZA) dimensions.This effectively reshapes the data, which is initially indexed on film width and height dimensions (the latter having a single element).
- Parameters:
obj (
DataArrayorDataset) – An xarray object produced by processing aMultiDistantMeasure.grid()measure, indexed on film dimensions.- Returns:
DataArrayorDataset– An object of the same type, reindexed on VZA and VAA coordinates.
eradiate.xarray.interp¶
|
Compose an RGB image from radiance data. |
|
Interpolate a hemispherical film data array on an angular grid. |
eradiate.xarray._accessors¶
|
Convenience wrapper for operations on |