analyzer.postprocessing.transforms.data_transforms

Classes

Module Contents

class analyzer.postprocessing.transforms.data_transforms.MaskData[source]

Bases: analyzer.postprocessing.transforms.registry.TransformSavedColumns

mask: str[source]
__call__(items: list[analyzer.utils.structure_tools.ItemWithMeta])[source]
class analyzer.postprocessing.transforms.data_transforms.AddData[source]

Bases: analyzer.postprocessing.transforms.registry.TransformSavedColumns

new_col: str[source]
func: str[source]
__call__(items: list[analyzer.utils.structure_tools.ItemWithMeta])[source]
class analyzer.postprocessing.transforms.data_transforms.MakeHistogram[source]

Bases: analyzer.postprocessing.transforms.registry.TransformSavedColumns

column_axis_mapping: dict[str, analyzer.modules.common.axis.Axis][source]
histogram_name: str[source]
weight_col: str | None = None[source]
__call__(items: list[analyzer.utils.structure_tools.ItemWithMeta])[source]