oasislmf.computation.hooks.post_analysis

Module Contents

Classes

PostAnalysis

Computation step that is called after loss calculations.

class oasislmf.computation.hooks.post_analysis.PostAnalysis(**kwargs)[source]

Bases: oasislmf.computation.base.ComputationStep

Computation step that is called after loss calculations.

It passes the output directory to a customisable function that might modify or add to the standard output files.

step_params[source]
run_dir_key = 'post-analysis'[source]
run()[source]

method that will be call by all the interface to execute the computation step