forked from polaris-MCRT/POLARIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COPYING
executable file
·114 lines (114 loc) · 8.8 KB
/
COPYING
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/****************************************************************************/
/* COPYRIGHT: */
/****************************************************************************/
/* */
/* The code is free of charge for any scientific purpose. */
/* This software is provided in the hope that it will be useful but */
/* without any warranty of ability or fitness of a particular purpose. */
/* We also reject any responsibility for incorrect results that may be */
/* produced with this code. It is not allowed to distribute the code */
/* without consent of the lead authors (Stefan Reissl & Robert Brauer). */
/* Any publication that makes use of the software package */
/* (completely or in part) must mention the name of the POLARIS code and */
/* cite the paper (Reissl et al. 2016) */
/* http://esoads.eso.org/abs/2016A%26A...593A..87R */
/* and the website */
/* http://www1.astrophysik.uni-kiel.de/~polaris/ */
/* at which this software package is hosted. A second paper dealing with */
/* line radiative transfer and the Zeeman effect must be cited in addition */
/* (Brauer et al. 2017a) */
/* https://doi.org/10.1051/0004-6361/201629001 */
/* if line RT and/or Zeeman simulations are used. */
/* */
/****************************************************************************/
/* Code: POLARIS - general */
/****************************************************************************/
/* */
/* Author: -Stefan Reissl */
/* [email protected] */
/* */
/* University of Heidelberg, */
/* Institute of Theoretical Astrophysics (ITA), */
/* Albert-Ueberle-Str. 2, 69120 Heidelberg, Germany */
/* */
/* Co-Authors: -Robert Brauer */
/* [email protected] */
/* */
/* CEA Saclay - DRF / IRFU / Service d'Astrophysique */
/* Orme des Merisiers, Bât 709 */
/* 91191 Gif sur Yvette */
/* */
/* -Florian Ober */
/* [email protected] */
/* -Sebastian Wolf */
/* [email protected] */
/* */
/* Institute of Theoretical Physics and Astrophysics (ITAP) */
/* of Kiel University */
/* Workgroup "Star and Planet Formation" */
/* Leibnizstrasse 15, D-24118 Kiel, Germany */
/* */
/* History: 08.01.2018 */
/* */
/****************************************************************************/
/* Code: POLARIS - line transfer */
/****************************************************************************/
/* */
/* Author: -Robert Brauer */
/* [email protected] */
/* */
/* CEA Saclay - DRF / IRFU / Service d'Astrophysique */
/* Orme des Merisiers, Bât 709 */
/* 91191 Gif sur Yvette */
/* */
/* Co-Authors: -Stefan Reissl */
/* [email protected] */
/* */
/* University of Heidelberg, */
/* Institute of Theoretical Astrophysics (ITA), */
/* Albert-Ueberle-Str. 2, 69120 Heidelberg, Germany */
/* */
/* -Florian Ober */
/* [email protected] */
/* */
/* Institute of Theoretical Physics and Astrophysics (ITAP) */
/* of Kiel University */
/* Workgroup "Star and Planet Formation" */
/* Leibnizstrasse 15, D-24118 Kiel, Germany */
/* */
/* History: 08.01.2018 */
/* */
/****************************************************************************/
/* Code: POLARIS - zeeman splitting */
/****************************************************************************/
/* */
/* Author: -Robert Brauer */
/* [email protected] */
/* */
/* CEA Saclay - DRF / IRFU / Service d'Astrophysique */
/* Orme des Merisiers, Bât 709 */
/* 91191 Gif sur Yvette */
/* */
/* Co-Authors: -Stefan Reissl */
/* [email protected] */
/* */
/* University of Heidelberg, */
/* Institute of Theoretical Astrophysics (ITA), */
/* Albert-Ueberle-Str. 2, 69120 Heidelberg, Germany */
/* */
/* History: 08.01.2018 */
/* */
/****************************************************************************/
/* Code: PolarisTools - Python script collection */
/****************************************************************************/
/* */
/* Author: -Robert Brauer */
/* [email protected] */
/* */
/* CEA Saclay - DRF / IRFU / Service d'Astrophysique */
/* Orme des Merisiers, Bât 709 */
/* 91191 Gif sur Yvette */
/* */
/* History: 08.01.2018 */
/* */
/****************************************************************************/