Right now the nhlib based psha calculator only calculates plain hazard curves. We need to add post-processing logic that calculates mean/quantile curves as well.
For this purpose we need the following logic
- task generator
- appropriate celery tasks
- logic that checks whether all the tasks are done
- implementation of the calculators post_process() hook
Right now the nhlib based psha calculator only calculates plain hazard curves. We need to add post-processing logic that calculates mean/quantile curves as well.
For this purpose we need the following logic
- task generator
- appropriate celery tasks
- logic that checks whether all the tasks are done
- implementation of the calculators post_process() hook