-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_title.py
41 lines (33 loc) · 1.93 KB
/
model_title.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
"""
This file contains the code name.
"""
def show():
"""
Show the title of the model pipeline. Based on F.R. NIKA soft.
See also http://patorjk.com/software/taag
Parameters
----------
Outputs
----------
"""
print("=====================================================================")
print(" ___ __ ___ __ __ ")
print(" / __) / _\ / __) / \ ( ) ")
print(" ( (__ / \( (_ \( O )/ (_/\ ")
print(" \___)\_/\_/ \___/ \__/ \____/ ")
print("=====================================================================")
print(" Cluster Atmosphere modeling for Gamma-ray Observations Libraries ")
print("---------------------------------------------------------------------")
print(" ")
#print("=================================================================")
#print(" ______ _____ _____ ______ _____ ")
#print(" | ___ \ ___| __ \| ___ \ ___| ")
#print(" | |_/ / |__ | | \/| |_/ / |__ ")
#print(" | __/| __|| | __ | /| __| ")
#print(" | | | |___| |_\ \| |\ \| |___ ")
#print(" \_| \____/ \____/\_| \_\____/ ")
#print("=================================================================")
#print(" Pipeline for the Estimation of Gamma Ray Emission in clusters ")
#print("-----------------------------------------------------------------")
#print(" ")
# Galaxy Cluster Hot Gas Modeling Pipeline Gamma Ray Observations Analysis and Multi-Wavelength