diff options
Diffstat (limited to 'extract_csb.py')
-rwxr-xr-x | extract_csb.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extract_csb.py b/extract_csb.py index c62048e..89464af 100755 --- a/extract_csb.py +++ b/extract_csb.py @@ -1,14 +1,14 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# +# Copyright (c) 2016 Aaron LI +# MIT license # # Extract the surface brightness concentration (i.e., C_{SB}) results. # -# Aaron LI # Created: 2016-04-29 # import sys -import os import json import csv import argparse @@ -54,4 +54,3 @@ def main(): if __name__ == "__main__": main() - |