From dd926c2b556b903d806bbce7b37a9fc1bc53eba6 Mon Sep 17 00:00:00 2001
From: "Delorme M  Dr (Physics)" <m.delorme@surrey.ac.uk>
Date: Fri, 18 Jan 2019 12:52:26 +0000
Subject: [PATCH] Added welcome message

---
 astro_lab.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/astro_lab.py b/astro_lab.py
index 61855d1..1bb7bed 100644
--- a/astro_lab.py
+++ b/astro_lab.py
@@ -300,3 +300,15 @@ def fit_PL(filename, n_samples=100):
     plt.title('Fitted PL relation, with a={:.5f} and b={:.5f}'.format(a, b))
     plt.show()
     
+
+if __name__ == '__main__':
+    print('''
+================================================
+=     Introduction to astronomy (PHY2071)      =
+=             University of Surrey             =
+= Faculty of Engineering and Physical Sciences =
+=              Physics Department              =
+=                                              =
+=      For any enquiry about the scripts :     =
+=           m.delorme@surrey.ac.uk             =
+================================================''')
-- 
GitLab