aboutsummaryrefslogtreecommitdiffstats
path: root/fr.py
diff options
context:
space:
mode:
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(