diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
commit | 62a69c7f0df94e5b013ee5883d85c16ca39ece85 (patch) | |
tree | f492cf8b8b4a496f8f7d17762033a0b9a25937de /make_r500_regions.py | |
parent | a4f1e4eaaae5ea3ce2531b72b04f2fc30f96e3a0 (diff) | |
download | cexcess-62a69c7f0df94e5b013ee5883d85c16ca39ece85.tar.bz2 |
Add copyright and MIT license disclaimer
Diffstat (limited to 'make_r500_regions.py')
-rwxr-xr-x | make_r500_regions.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make_r500_regions.py b/make_r500_regions.py index db0d006..3d8791e 100755 --- a/make_r500_regions.py +++ b/make_r500_regions.py @@ -1,15 +1,15 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# +# Copyright (c) 2016 Aaron LI +# MIT license # # Extract R500 from the '*_INFO.json' file, and center coordinate from # existing "sbprofile.reg", and then make the circle regions w.r.t R500 # in order to visualize the FoV coverage of the observations. # -# Aaron LI # Created: 2016-04-15 -# Updated: 2016-05-04 # -# Changelog: +# Change log: # 2016-05-04: # * Split `get_r500()` function to a separate module `info` # * Fix a wrong variable |