summaryrefslogtreecommitdiffstats
path: root/prepare_sbpfit_dir.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare_sbpfit_dir.sh')
-rwxr-xr-xprepare_sbpfit_dir.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/prepare_sbpfit_dir.sh b/prepare_sbpfit_dir.sh
index 5c5e5b3..187e748 100755
--- a/prepare_sbpfit_dir.sh
+++ b/prepare_sbpfit_dir.sh
@@ -1,11 +1,12 @@
#!/bin/sh
#
+# Copyright (c) 2016 Aaron LI
+# MIT license
+#
# Create the new `sbpfit' subdirectory, and prepare the files for fitting
# the surface brightness profile.
#
-# Aaron LI
# Created: 2016-03-28
-# Updated: 2016-04-26
#
# Changelog:
# 2016-04-26:
@@ -39,4 +40,3 @@ while [ ! -z "$1" ]; do
ln -sv ${img_dir}/evt2_c*_clean.fits .
ln -sv ${img_dir}/*_img_*_fill.png .
done
-