From b96af4132457b181c6582eced4eb0e86432726f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 21 Jun 2017 13:53:53 +0200 Subject: [PATCH] In progress: new parametters for magnitude estimation --- pylot/RELEASE-VERSION | 2 +- pylot/core/io/default_parameters.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index cc4db1e3..ab13596e 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -0a6a-dirty +c106-dirty diff --git a/pylot/core/io/default_parameters.py b/pylot/core/io/default_parameters.py index 68c09a46..563476b8 100644 --- a/pylot/core/io/default_parameters.py +++ b/pylot/core/io/default_parameters.py @@ -279,11 +279,11 @@ defaults = {'rootpath': {'type': str, 'WAscaling': {'type': float, 'tooltip': 'Scaling relation of Wood-Anderson amplitude [nm]', - 'value': []}, + 'value': 1.0}, - 'magscaling': {'type': (float), - 'tooltip': 'Scaling relation for derived local magnitude', - 'value': []} + 'magscaling': {'type': float, + 'tooltip': 'Scaling relation for derived local magnitude [a*Ml+b]', + 'value': 1.0} } settings_main={