diff options
Diffstat (limited to 'utils/fr.py')
| -rw-r--r-- | utils/fr.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/fr.py b/utils/fr.py index b2a1274..51d5b6a 100644 --- a/utils/fr.py +++ b/utils/fr.py @@ -242,6 +242,10 @@ def fr_argparse(parser): help='Spectral index for spectral energy dependance' ) parser.add_argument( + '--fold-index', default='True', type=parse_bool, + help='Fold in the spectral index when using GolemFit' + ) + parser.add_argument( '--binning', default=[1e4, 1e7, 5], type=float, nargs=3, help='Binning for spectral energy dependance' ) |
