aboutsummaryrefslogtreecommitdiffstats
path: root/fr.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 17:28:37 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 17:28:37 -0500
commit0d4713f70bdbf19825e1337cd2e75268609c9c75 (patch)
tree8a728ade88b2c2a995808fa08167b4b3aa429083 /fr.py
parentc7e7334a63061e76f5ca20a0173dd7847440b742 (diff)
downloadGolemFlavor-0d4713f70bdbf19825e1337cd2e75268609c9c75.tar.gz
GolemFlavor-0d4713f70bdbf19825e1337cd2e75268609c9c75.zip
bugs in spectral index
Diffstat (limited to 'fr.py')
-rwxr-xr-xfr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr.py b/fr.py
index c413836..918f13e 100755
--- a/fr.py
+++ b/fr.py
@@ -157,7 +157,7 @@ def parse_args():
help='Spectral index for spectral energy dependance'
)
parser.add_argument(
- '--binning', default=[4, 7, 50], type=int, nargs=3,
+ '--binning', default=[1e4, 1e7, 10], type=int, nargs=3,
help='Binning for spectral energy dependance'
)
parser.add_argument(