fluidimage.topologies.mean#

Mean images topology

class fluidimage.topologies.mean.TopologyMeanImage(params, logging_level='info', nb_max_workers=None)[source]#

Bases: TopologyBaseFromImages

Compute in parallel the mean image.

Splitter#

alias of SplitterFromImages

Functions

main()

Main function for fluidimage-mean

parse_args()

Parse the arguments of the command line

Classes

Topology

alias of TopologyMeanImage

TopologyMeanImage(params[, logging_level, ...])

Compute in parallel the mean image.