bucky.postprocess

Postprocesses data across dates and simulation runs before aggregating at geographic levels (ADM0, ADM1, or ADM2).

Module Contents

Functions

main(args=None)

Main method for postprocessing the raw outputs from an MC run.

pinned_array(array)

Allocate a cudy pinned array that shares mem with an input numpy array.

bucky.postprocess.cupy_found[source]
bucky.postprocess.default_quantiles = [0.01, 0.025, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 0.975, 0.99][source]
bucky.postprocess.parser[source]
bucky.postprocess.main(args=None)[source]

Main method for postprocessing the raw outputs from an MC run.

bucky.postprocess.pinned_array(array)[source]

Allocate a cudy pinned array that shares mem with an input numpy array.