From 33e99573a2e1528af5975e35aca9477baa4d1d8b Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 27 Jan 2022 13:33:54 -0700 Subject: [PATCH] gmm-config cleanup --- volcanic/decollement/gmm-config.json | 8 +------- volcanic/gmm-config.json | 8 +------- volcanic/grid/non-summit/deep/gmm-config.json | 4 +--- volcanic/grid/non-summit/shallow/gmm-config.json | 8 +------- volcanic/grid/summit/deep/gmm-config.json | 4 +--- volcanic/grid/summit/shallow/gmm-config.json | 8 +------- volcanic/zone/gmm-config.json | 4 +--- 7 files changed, 7 insertions(+), 37 deletions(-) diff --git a/volcanic/decollement/gmm-config.json b/volcanic/decollement/gmm-config.json index 478c6db..307d377 100644 --- a/volcanic/decollement/gmm-config.json +++ b/volcanic/decollement/gmm-config.json @@ -1,9 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": "NGA_WEST2", - "epistemic-tree": [ - { "id": "+uâ‚‘", "weight": 0.185, "value": 1.0 }, - { "id": "~uâ‚‘", "weight": 0.63, "value": 0.0 }, - { "id": "-uâ‚‘", "weight": 0.185, "value": -1.0 } - ] + "max-distance": 300.0 } diff --git a/volcanic/gmm-config.json b/volcanic/gmm-config.json index 478c6db..307d377 100644 --- a/volcanic/gmm-config.json +++ b/volcanic/gmm-config.json @@ -1,9 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": "NGA_WEST2", - "epistemic-tree": [ - { "id": "+uâ‚‘", "weight": 0.185, "value": 1.0 }, - { "id": "~uâ‚‘", "weight": 0.63, "value": 0.0 }, - { "id": "-uâ‚‘", "weight": 0.185, "value": -1.0 } - ] + "max-distance": 300.0 } diff --git a/volcanic/grid/non-summit/deep/gmm-config.json b/volcanic/grid/non-summit/deep/gmm-config.json index 25a17cb..307d377 100644 --- a/volcanic/grid/non-summit/deep/gmm-config.json +++ b/volcanic/grid/non-summit/deep/gmm-config.json @@ -1,5 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": null, - "epistemic-tree": null + "max-distance": 300.0 } diff --git a/volcanic/grid/non-summit/shallow/gmm-config.json b/volcanic/grid/non-summit/shallow/gmm-config.json index 478c6db..307d377 100644 --- a/volcanic/grid/non-summit/shallow/gmm-config.json +++ b/volcanic/grid/non-summit/shallow/gmm-config.json @@ -1,9 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": "NGA_WEST2", - "epistemic-tree": [ - { "id": "+uâ‚‘", "weight": 0.185, "value": 1.0 }, - { "id": "~uâ‚‘", "weight": 0.63, "value": 0.0 }, - { "id": "-uâ‚‘", "weight": 0.185, "value": -1.0 } - ] + "max-distance": 300.0 } diff --git a/volcanic/grid/summit/deep/gmm-config.json b/volcanic/grid/summit/deep/gmm-config.json index 25a17cb..307d377 100644 --- a/volcanic/grid/summit/deep/gmm-config.json +++ b/volcanic/grid/summit/deep/gmm-config.json @@ -1,5 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": null, - "epistemic-tree": null + "max-distance": 300.0 } diff --git a/volcanic/grid/summit/shallow/gmm-config.json b/volcanic/grid/summit/shallow/gmm-config.json index 478c6db..307d377 100644 --- a/volcanic/grid/summit/shallow/gmm-config.json +++ b/volcanic/grid/summit/shallow/gmm-config.json @@ -1,9 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": "NGA_WEST2", - "epistemic-tree": [ - { "id": "+uâ‚‘", "weight": 0.185, "value": 1.0 }, - { "id": "~uâ‚‘", "weight": 0.63, "value": 0.0 }, - { "id": "-uâ‚‘", "weight": 0.185, "value": -1.0 } - ] + "max-distance": 300.0 } diff --git a/volcanic/zone/gmm-config.json b/volcanic/zone/gmm-config.json index 25a17cb..307d377 100644 --- a/volcanic/zone/gmm-config.json +++ b/volcanic/zone/gmm-config.json @@ -1,5 +1,3 @@ { - "max-distance": 300.0, - "epistemic-model": null, - "epistemic-tree": null + "max-distance": 300.0 } -- GitLab