Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
886d53f
Test commit
LucasSommer Apr 8, 2024
5fd4d97
2024_03_changesDKFZ
LucasSommer Apr 8, 2024
4aaf957
2024_cleanUp1
LucasSommer Apr 8, 2024
263d028
2024_04_08_addMachinesNeutrons
LucasSommer Apr 8, 2024
69ba548
2024_04_08_cleanUp2
LucasSommer Apr 8, 2024
679f6a5
2024_04_08_Update1
LucasSommer Apr 8, 2024
908eac6
2024_04_09_Update1
LucasSommer Apr 9, 2024
46325cf
2024_04_09_Update2
LucasSommer Apr 9, 2024
001aca6
2024_04_10_cleanUp1
LucasSommer Apr 10, 2024
49213de
2024_04_10_Update1
LucasSommer Apr 10, 2024
5714f69
2024_04_12_Update1
LucasSommer Apr 12, 2024
2cb0a08
2024_04_12_Update2
LucasSommer Apr 14, 2024
5d3d321
2024_04_19_Update1
LucasSommer Apr 19, 2024
f37a607
2024_04_22_Update1
LucasSommer Apr 22, 2024
2eb7347
2024_04_22_Update2
LucasSommer Apr 22, 2024
eec9b9b
2024_04_25_Update1
LucasSommer Apr 25, 2024
c5e3778
2024_04_25_Update2
LucasSommer Apr 25, 2024
e53f240
2024_04_25_Update3
LucasSommer Apr 25, 2024
769c1ce
2024_04_25_Update5
LucasSommer Apr 25, 2024
c42b838
2024_04_25_Update6
LucasSommer Apr 25, 2024
0813381
2024_04_26_Update1
LucasSommer Apr 26, 2024
8eba87a
2024_05_06_Update1
LucasSommer May 6, 2024
64af9fd
2024_05_17_Update1
LucasSommer May 17, 2024
35f784a
Update 06/2024
LucasSommer Jul 5, 2024
999b3cc
Update 07/2024 #1
LucasSommer Jul 5, 2024
9fe4e5a
2025_02_matRadHackathon_#1
LucasSommer Feb 19, 2025
71c4791
2025_02_matRadHackathon_#2
LucasSommer Feb 20, 2025
4919d52
Merge remote-tracking branch 'upstream/dev' into refactor/doseEngines…
LucasSommer Feb 20, 2025
482ed12
2025_02_matRadHackathon_#3
LucasSommer Feb 21, 2025
57c311d
2025_02_matRadHackathon_#4
LucasSommer Feb 21, 2025
6228ba5
Update 08/05/2025
LucasSommer May 8, 2025
4b77a39
Update 08/05/2025
LucasSommer May 8, 2025
06ecc20
Update 08/05/2025
LucasSommer May 8, 2025
ee10b02
Update 08/05/2025
LucasSommer May 8, 2025
0e92e2f
Update
LucasSommer May 8, 2025
0fe3b38
Update 09/05/2025
LucasSommer May 9, 2025
6a57ff8
Update 09/05/2025
LucasSommer May 9, 2025
8aae83b
Update
LucasSommer May 9, 2025
cc94f35
Update
LucasSommer May 9, 2025
256fd04
Update
LucasSommer May 9, 2025
9291a7a
Update 09/05/2025
LucasSommer May 9, 2025
e507fed
Update 12/05/2025
LucasSommer May 12, 2025
99b004b
Update of examples for neutrons 13/05/2025
LucasSommer May 13, 2025
0faff3d
remove DS_Store files and add DS_Store to gitignore
wahln Aug 4, 2025
a199c9d
Merge branch 'dev' into pr/842
wahln Aug 4, 2025
fc430b7
Merge branch 'dev' into pr/842
wahln Sep 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ testresults.xml
coverage.xml
coverage.json
*.asv
build/
.DS_Store
build/
/MCNP/runfiles_tmp
/MCNP/logFile
MCNP/matRad_MCNPConfig.m

45 changes: 45 additions & 0 deletions MCNP/KERMA_factors/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---------------------------------------------------
Neutron KERMA Factors taken from ICRU Report 46
---------------------------------------------------
Note: In ICRU 46 data from ICRU-33 and -44 are
given. I.e.:
---------------------------------------------------

Air: set to zero for all energies
Lung: ICRU-44
Soft Tissue: ICRU-33
Bone: ICRU-44

---------------------------------------------------
Format: 1st column: Energy in MeV
2nd column: Kerma Factors in Gy m^2

---------------------------------------------------
Photon KERMA Factors calculated from ICRU Report 46
---------------------------------------------------
Note A: Bremsstrahlungsloss is neglected
Note B: In ICRU 46 data from ICRU-33 and -44 are
given. I.e.:
---------------------------------------------------

Air: set to zero for all energies
Lung: ICRU-44
Soft Tissue: ICRU-33
Bone: ICRU-44

---------------------------------------------------
Format: 1st column: Energy in MeV
2nd column: Kerma Factors in Gy m^2

---------------------------------------------------
---------------------------------------------------
---------------------------------------------------
Last Number in filenames has to be equal to
material index set in the variable
'binIntervals' and read to
'ct.tissueBin.matIndex'.

Air: neutronKERMA_1.txt
Lung: neutronKERMA_2.txt
Soft Tissue: neutronKERMA_3.txt
Bone: neutronKERMA_4.txt
Loading