summaryrefslogtreecommitdiffstats
path: root/calc_radial_psd.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-12 19:16:22 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-12 19:16:22 +0800
commit62a69c7f0df94e5b013ee5883d85c16ca39ece85 (patch)
treef492cf8b8b4a496f8f7d17762033a0b9a25937de /calc_radial_psd.py
parenta4f1e4eaaae5ea3ce2531b72b04f2fc30f96e3a0 (diff)
downloadcexcess-62a69c7f0df94e5b013ee5883d85c16ca39ece85.tar.bz2
Add copyright and MIT license disclaimer
Diffstat (limited to 'calc_radial_psd.py')
-rwxr-xr-xcalc_radial_psd.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/calc_radial_psd.py b/calc_radial_psd.py
index 8f59a13..f941839 100755
--- a/calc_radial_psd.py
+++ b/calc_radial_psd.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2016 Aaron LI
+# MIT license
#
# Credit:
# [1] Radially averaged power spectrum of 2D real-valued matrix
@@ -11,11 +13,9 @@
# * If the input image is NOT SQUARE; then are the horizontal frequencies
# the same as the vertical frequencies ??
#
-# Aaron LI <aaronly.me@gmail.com>
# Created: 2015-04-22
-# Updated: 2016-05-09
#
-# Change log:
+# Change logs:
# 2016-05-09:
# * PEP8 fixes
# 2016-05-01: