Skip to content
Snippets Groups Projects
Commit dd926c2b authored by Delorme, Maxime Dr (Physics)'s avatar Delorme, Maxime Dr (Physics)
Browse files

Added welcome message

parent 57da3ff0
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
================================================''')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment