From c37932036698600c7b44d2ff15aac6784d201098 Mon Sep 17 00:00:00 2001 From: shivesh Date: Sat, 28 Apr 2018 17:01:52 -0500 Subject: Sat Apr 28 17:01:52 CDT 2018 --- fr.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fr.py') diff --git a/fr.py b/fr.py index 7558c8e..971ee6e 100755 --- a/fr.py +++ b/fr.py @@ -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() - -- cgit v1.2.3