pysteps.verification.spatialscores.fss_merge¶
-
pysteps.verification.spatialscores.fss_merge(fss_1, fss_2)¶ Merge two FSS objects.
- Parameters
- fss_1: dict
A FSS object initialized with
pysteps.verification.spatialscores.fss_init(). and populated withpysteps.verification.spatialscores.fss_accum().- fss_2: dict
Another FSS object initialized with
pysteps.verification.spatialscores.fss_init(). and populated withpysteps.verification.spatialscores.fss_accum().
- Returns
- out: dict
The merged FSS object.