Skip to content

Commit

Permalink
change parameters limits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsanchez committed Jun 15, 2017
1 parent a60f83a commit 949db5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enrico/xml_model.py
Expand Up @@ -60,7 +60,7 @@ def addPSPowerLaw1(lib, name, ra, dec, ebl=None, eflux=0,
flux_free=1, flux_value=1e-9, flux_scale=0,
flux_max=1000.0, flux_min=1e-5,
index_free=1, index_value=-2.0,
index_min=-5.0, index_max=-0.5,extendedName=""):
index_min=-6.0, index_max=-0.5,extendedName=""):
"""Add a source with a POWERLAW1 model"""
elim_min = 30
elim_max = 300000
Expand Down Expand Up @@ -241,7 +241,7 @@ def addPSPLSuperExpCutoff(lib, name, ra, dec, ebl=None, eflux=0,
index1_free=1, index1_value=-2.0,
index1_min=-10.0, index1_max=-0.,
cutoff_free=1, cutoff_value=1e4,
cutoff_min=200, cutoff_max=3e5,
cutoff_min=20, cutoff_max=3e5,
index2_free=0, index2_value=1.0,
index2_min=0.0, index2_max=10.0,extendedName=""):
"""Add a source with a SUPEREXPCUTOFF model"""
Expand Down

0 comments on commit 949db5e

Please sign in to comment.