pysteps.verification.spatialscores.intensity_scale_merge¶
-
pysteps.verification.spatialscores.intensity_scale_merge(intscale_1, intscale_2)¶ Merge two intensity-scale verification objects.
- Parameters
- intscale_1: dict
Am intensity-scale object initialized with
pysteps.verification.spatialscores.intensity_scale_init()and populated withpysteps.verification.spatialscores.intensity_scale_accum().- intscale_2: dict
Another intensity-scale object initialized with
pysteps.verification.spatialscores.intensity_scale_init()and populated withpysteps.verification.spatialscores.intensity_scale_accum().
- Returns
- out: dict
The merged intensity-scale object.