File size: 2,675 Bytes
4da36f4 d7b9e1d 4da36f4 |
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 |
{
"name": "Dose Prediction",
"author": "Margerie Huet",
"organisation": "MIRO UCLouvain",
"category": "dosePrediction",
"remark": "monai dose prediction",
"builtin": true,
"contours": null,
"modelPaths": {
"predictionPath": "trainedModels\\dosePrediction\\predict_dose.py",
"temporaryDirectoryPath": "c:\\Temp"
},
"tarChannels": [
"CTV_7000",
"CTV_5425"
],
"oarChannels": [
"BODY",
"Brainstem",
"Esophagus_upper",
"GlotticArea",
"OralCavity",
"Parotid_L",
"Parotid_R",
"PharConsInf",
"PharConsMid",
"PharConsSup",
"Submandibular_L",
"Submandibular_R",
"SpinalCord",
"SupraglotLarynx"
],
"tarChannelMapping": {
"CTV_7000": {
"series": "RS: Unapproved Structure Set",
"segment": "CTV_7000"
},
"CTV_5425": {
"series": "RS: Unapproved Structure Set",
"segment": "CTVn_5425"
}
},
"oarChannelMapping": {
"BODY": {
"series": "RS: Unapproved Structure Set",
"segment": "BODY"
},
"Brainstem": {
"series": "RS: Unapproved Structure Set",
"segment": "Brainstem"
},
"Esophagus_upper": {
"series": "RS: Unapproved Structure Set",
"segment": "Esophagus_upper"
},
"GlotticArea": {
"series": "RS: Unapproved Structure Set",
"segment": "GlotticArea"
},
"OralCavity": {
"series": "RS: Unapproved Structure Set",
"segment": "OralCavity"
},
"Parotid_L": {
"series": "RS: Unapproved Structure Set",
"segment": "Parotid_L"
},
"Parotid_R": {
"series": "RS: Unapproved Structure Set",
"segment": "Parotid_R"
},
"PharConsInf": {
"series": "RS: Unapproved Structure Set",
"segment": "PharConsInf"
},
"PharConsMid": {
"series": "RS: Unapproved Structure Set",
"segment": "PharConsMid"
},
"PharConsSup": {
"series": "RS: Unapproved Structure Set",
"segment": "PharConsSup"
},
"Submandibular_L": {
"series": "RS: Unapproved Structure Set",
"segment": "Submandibular_L"
},
"Submandibular_R": {
"series": "RS: Unapproved Structure Set",
"segment": "Submandibular_R"
},
"SpinalCord": {
"series": "RS: Unapproved Structure Set",
"segment": "SpinalCord"
},
"SupraglotLarynx": {
"series": "RS: Unapproved Structure Set",
"segment": "SupraglotLarynx"
}
},
"contourMapping": {}
}
|