diff options
Diffstat (limited to 'fr.py')
| -rwxr-xr-x | fr.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -81,6 +81,10 @@ def process_args(args): args.binning = np.logspace( np.log10(args.binning[0]), np.log10(args.binning[1]), args.binning[2]+1 ) + if args.likelihood is Likelihood.GOLEMFIT: + print 'GolemFit selected with spectral index energy dependance, ' \ + 'will attempt to use the astroDeltaGamma systematic to fold ' \ + 'in the spectral index.' if not args.fix_scale: args.scale = fr_utils.estimate_scale(args) @@ -174,4 +178,3 @@ main.__doc__ = __doc__ if __name__ == '__main__': main() - |
