eradiate.pipelines.GatherMono#
- class eradiate.pipelines.GatherMono(var='img')[source]#
Bases:
PipelineStepGather raw kernel results (output as nested dictionaries) into an xarray dataset.
This pipeline step takes a nested dictionary produced by the parametric loop of an
Experimentand repackages it as aDataset. The top-level spectral index is mapped to mode-dependent spectral coordinates. Film dimensions are left unmodified and retain their metadata.An
imgvariable holds sensor values. Ansppvariable holds the sample count.