spine.post.manager

Manages the operation of post-processors.

Classes

PostManager(cfg[, post_list, parent_path])

Manager in charge of handling post-processing scripts.

class spine.post.manager.PostManager(cfg, post_list=None, parent_path=None)[source]

Manager in charge of handling post-processing scripts.

It loads all the post-processor objects once and feeds them data.

Methods

__call__(data)

Pass one batch of data through the post-processors.