ArrayFunc

class of dascore.workflow.builtin
inherits from: Task, DascoreBaseModel, pydantic.main.BaseModel
source

ArrayFunc(
    name: str ,
    args: tuple[Any, …] = (),
    kwargs: dict[str, Any] = ,
)-> None

A numpy array function applied to a patch.

Parameters

Parameter Description
name The function’s name, as numpy spells it: "mean", "concatenate".
args The positional arguments, which for a reduction say which axis.
kwargs Whatever the call carried, minus the patches themselves.