From f07dffdc6aa24bc557ca137dc0304eefa52f3344 Mon Sep 17 00:00:00 2001 From: BjoernBiltzinger Date: Fri, 28 Oct 2022 15:53:05 +0200 Subject: [PATCH] add min values to the norm of a few functions --- astromodels/functions/functions_1D/powerlaws.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astromodels/functions/functions_1D/powerlaws.py b/astromodels/functions/functions_1D/powerlaws.py index ef754d4d..4130cb54 100644 --- a/astromodels/functions/functions_1D/powerlaws.py +++ b/astromodels/functions/functions_1D/powerlaws.py @@ -502,6 +502,7 @@ class Super_cutoff_powerlaw(Function1D, metaclass=FunctionMeta): desc : Normalization (differential flux at the pivot value) initial value : 1.0 + min : 1e-50 is_normalization : True transformation : log10 @@ -688,6 +689,7 @@ class Broken_powerlaw(Function1D, metaclass=FunctionMeta): desc : Normalization (differential flux at x_b) initial value : 1.0 + min : 1e-50 is_normalization : True transformation : log10 @@ -772,6 +774,7 @@ class Band(Function1D, metaclass=FunctionMeta): desc : Differential flux at the pivot energy initial value : 1e-4 + min : 1e-50 is_normalization : True transformation : log10 @@ -853,6 +856,7 @@ class Band_grbm(Function1D, metaclass=FunctionMeta): desc : Differential flux at the pivot energy initial value : 1e-4 + min : 1e-50 is_normalization : True transformation : log10 @@ -958,6 +962,7 @@ class Band_Calderone(Function1D, metaclass=FunctionMeta): desc : integral in the band defined by a and b initial value : 1e-6 + min: 1e-50 is_normalization : True transformation : log10 @@ -1124,6 +1129,7 @@ class DoubleSmoothlyBrokenPowerlaw(Function1D, metaclass=FunctionMeta): desc : Differential flux at the pivot energy initial value : 1e-4 + min : 1e-50 is_normalization : True transformation : log10