Skip to content

Commit 71b1714

Browse files
committed
inserted copyright
1 parent d39a79e commit 71b1714

32 files changed

+351
-1207
lines changed

Untitled.ipynb

-1,197
This file was deleted.

atlas.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed Jan 15 14:30:18 2020
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import docx
825
import win32com.client

computational.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Mon Oct 28 16:52:36 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import testrun
825
import os

configuration.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed Oct 30 16:52:32 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import pandas as pd
825
import datetime
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/source/_build/html/_sources/publications.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Benchmarks Related Publications
1818
* A. Milocco, A. Trkov and I. A. Kodeli, 2010, "The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
1919
experimental uncertainties", *Annals of Nuclear Energy*, **37** 443-449
2020
* I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
21-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
21+
*Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
2222
Carlsbad, New Mexico (April 3-6, 2006)
2323
* D. Leichtle, B. Colling, M. Fabbri, R. Juarez, M. Loughlin,
2424
R. Pampin, E. Polunovskiy, A. Serikov, A. Turner and L. Bertalot, 2018,

docs/source/_build/html/_sources/usage/benchmarks.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ by the RSICC and jointly mantained with the NEA data bank.
150150
* A. Milocco, A. Trkov and I. A. Kodeli, 2010, "The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
151151
experimental uncertainties", *Annals of Nuclear Energy*, **37** 443-449
152152
* I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
153-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
153+
*Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
154154
Carlsbad, New Mexico (April 3-6, 2006)

docs/source/_build/html/objects.inv

-19 Bytes
Binary file not shown.

docs/source/_build/html/publications.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
<link rel="index" title="Index" href="genindex.html" />
4343
<link rel="search" title="Search" href="search.html" />
44+
<link rel="next" title="Introduction" href="dev/intro.html" />
4445
<link rel="prev" title="Contributors" href="contributors.html" />
4546
</head>
4647

@@ -96,6 +97,7 @@
9697
<li class="toctree-l1"><a class="reference internal" href="usage/folders.html">Folder Structure</a></li>
9798
<li class="toctree-l1"><a class="reference internal" href="usage/configuration.html">Configuration</a></li>
9899
<li class="toctree-l1"><a class="reference internal" href="usage/menu.html">Usage</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="usage/benchmarks.html">Default Benchmarks</a></li>
99101
<li class="toctree-l1"><a class="reference internal" href="usage/postprocessing.html">Post-Processing Gallery</a></li>
100102
<li class="toctree-l1"><a class="reference internal" href="usage/utilities.html">Utilities</a></li>
101103
<li class="toctree-l1"><a class="reference internal" href="usage/tipstricks.html">Tips &amp; Tricks</a></li>
@@ -114,7 +116,7 @@
114116
</ul>
115117
<p class="caption"><span class="caption-text">JADE Developer Guide (TBD):</span></p>
116118
<ul>
117-
<li class="toctree-l1"><a class="reference internal" href="LICENSE.html">License</a></li>
119+
<li class="toctree-l1"><a class="reference internal" href="dev/intro.html">Introduction</a></li>
118120
</ul>
119121

120122

@@ -203,7 +205,7 @@ <h2>Benchmarks Related Publications<a class="headerlink" href="#benchmarks-relat
203205
<li><p>A. Milocco, A. Trkov and I. A. Kodeli, 2010, “The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
204206
experimental uncertainties”, <em>Annals of Nuclear Energy</em>, <strong>37</strong> 443-449</p></li>
205207
<li><p>I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
206-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
208+
<em>Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division</em>,
207209
Carlsbad, New Mexico (April 3-6, 2006)</p></li>
208210
<li><p>D. Leichtle, B. Colling, M. Fabbri, R. Juarez, M. Loughlin,
209211
R. Pampin, E. Polunovskiy, A. Serikov, A. Turner and L. Bertalot, 2018,
@@ -224,6 +226,7 @@ <h2>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Permalink to
224226
</div>
225227
<footer>
226228
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
229+
<a href="dev/intro.html" class="btn btn-neutral float-right" title="Introduction" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
227230
<a href="contributors.html" class="btn btn-neutral float-left" title="Contributors" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
228231
</div>
229232

docs/source/_build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/_build/html/usage/benchmarks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h3>Oktavian<a class="headerlink" href="#oktavian" title="Permalink to this head
332332
<li><p>A. Milocco, A. Trkov and I. A. Kodeli, 2010, “The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
333333
experimental uncertainties”, <em>Annals of Nuclear Energy</em>, <strong>37</strong> 443-449</p></li>
334334
<li><p>I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
335-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
335+
<em>Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division</em>,
336336
Carlsbad, New Mexico (April 3-6, 2006)</p></li>
337337
</ul>
338338
</div>

docs/source/publications.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Benchmarks Related Publications
1818
* A. Milocco, A. Trkov and I. A. Kodeli, 2010, "The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
1919
experimental uncertainties", *Annals of Nuclear Energy*, **37** 443-449
2020
* I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
21-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
21+
*Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
2222
Carlsbad, New Mexico (April 3-6, 2006)
2323
* D. Leichtle, B. Colling, M. Fabbri, R. Juarez, M. Loughlin,
2424
R. Pampin, E. Polunovskiy, A. Serikov, A. Turner and L. Bertalot, 2018,

docs/source/usage/benchmarks.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ by the RSICC and jointly mantained with the NEA data bank.
150150
* A. Milocco, A. Trkov and I. A. Kodeli, 2010, "The OKTAVIAN TOF experiments in SINBAD: Evaluation of the
151151
experimental uncertainties", *Annals of Nuclear Energy*, **37** 443-449
152152
* I.Kodeli, E. Sartori and B. Kirk, “SINBAD - Shielding Benchmark Experiments - Status and Planned Activities”,
153-
Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
153+
*Proceedings of the ANS 14th Biennial Topical Meeting of Radiation Protection and Shielding Division*,
154154
Carlsbad, New Mexico (April 3-6, 2006)

excel_support.py

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
55
@author: Davide Laghi
66
7-
Excel support
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
823
"""
924
# from copy import copy
1025
# import openpyxl

expoutput.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed Oct 21 17:18:07 2020
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import pandas as pd
825
import numpy as np

gui.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed Oct 30 09:24:06 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import os
825
import sys

inputfile.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Mon Nov 4 17:21:24 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import re
825
import matreader as mat

libmanager.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Mon Oct 28 17:00:45 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import xsdirpyne as xs
825
import pandas as pd

main.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed Oct 30 11:57:57 2019
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import gui
825
import configuration as cnf

matreader.py

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
@author: Davide laghi
66
77
Support classes for MCNP material card reader/writer
8+
9+
Copyright 2021, the JADE Development Team. All rights reserved.
10+
11+
This file is part of JADE.
12+
13+
JADE is free software: you can redistribute it and/or modify
14+
it under the terms of the GNU General Public License as published by
15+
the Free Software Foundation, either version 3 of the License, or
16+
(at your option) any later version.
17+
18+
JADE is distributed in the hope that it will be useful,
19+
but WITHOUT ANY WARRANTY; without even the implied warranty of
20+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+
GNU General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
825
"""
926
# -------------------------------------
1027
# == IMPORTS ==

meshtal.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Thu May 20 12:22:30 2021
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import os
825
import re

output.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Thu Jan 2 10:36:38 2020
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724

825
import MCTAL_READER as mtal

outputFile.py

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
Created on Wed May 6 10:15:54 2020
44
55
@author: Davide Laghi
6+
7+
Copyright 2021, the JADE Development Team. All rights reserved.
8+
9+
This file is part of JADE.
10+
11+
JADE is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License as published by
13+
the Free Software Foundation, either version 3 of the License, or
14+
(at your option) any later version.
15+
16+
JADE is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU General Public License for more details.
20+
21+
You should have received a copy of the GNU General Public License
22+
along with JADE. If not, see <http://www.gnu.org/licenses/>.
623
"""
724
import os
825
import re

0 commit comments

Comments
 (0)