diff options
Diffstat (limited to 'ciao_calc_bkg.py')
-rwxr-xr-x | ciao_calc_bkg.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ciao_calc_bkg.py b/ciao_calc_bkg.py index f37e9e7..e1eb818 100755 --- a/ciao_calc_bkg.py +++ b/ciao_calc_bkg.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 # +# Copyright (c) 2016 Aaron LI +# MIT license +# # Calculate the *background surface brightness (SB)* level from the # *corrected background spectrum*. # The calculated background SB value is used to provide constraint for @@ -7,9 +10,7 @@ # subtract the background contribution before carrying out the SBP # deprojection. # -# Aaron LI # Created: 2016-06-10 -# Updated: 2016-06-10 # import argparse |