scip.projection package#

scip.projection.project_block_partition(part, proj, **proj_kw)#

Submodules#

scip.projection.op module#

scip.projection.op.project_block(event: Mapping[str, Any], op: str) Mapping[str, Any]#

Performs Z-stack projection of multi focal pixel data.

Parameters:

op – Projection operation to be performed (one of max, mean).

Returns:

Events with projected pixels.