From 30e14f001a38a905416bbcb6174b974046fbeb9f Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 18 Jan 2024 14:07:01 -0700 Subject: [PATCH] adjusted weights to 50-50 --- .../Aleutian Arc/segmented/1-section/source-tree.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subduction/interface/Aleutian Arc/segmented/1-section/source-tree.json b/subduction/interface/Aleutian Arc/segmented/1-section/source-tree.json index 9236479..e3b1cd0 100644 --- a/subduction/interface/Aleutian Arc/segmented/1-section/source-tree.json +++ b/subduction/interface/Aleutian Arc/segmented/1-section/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "geodetic", - "weight": 0.2 + "weight": 0.5 }, { "id": "geologic", - "weight": 0.8 + "weight": 0.5 } ] -- GitLab