|
15 | 15 | "---\n", |
16 | 16 | "\n", |
17 | 17 | "### **1. Download the Photon Dose Calculation Module**\n", |
18 | | - "Download the required module from Varian's GitHub repository: [Photon Dose Calculation Module](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/tree/main) **Note:** This repository is currently not public. Please allow it sometime to become public\n", |
19 | | - "\n", |
| 18 | + "Download the required module from Varian's GitHub repository under release tab: [CalculateInfluenceMatrix](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/tree/main) \n", |
20 | 19 | "\n", |
21 | 20 | "### **2. Prepare Your Plan in Eclipse**\n", |
22 | 21 | "Before running dose calculation, you must set up your plan correctly in Eclipse.\n", |
|
46 | 45 | "For users unfamiliar with command-line scripting, the plugin provides a **graphical interface** for dose calculation.\n", |
47 | 46 | "\n", |
48 | 47 | "##### **Steps:**\n", |
49 | | - "1. Navigate to the [Plugin Directory](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/tree/main/PhotonDoseCalc/Plugin/bin/Release) in photon dose calculation module \n", |
| 48 | + "1. Navigate to the release [tab](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/releases) tab for dose calculation module and download the latest version of CalculateInfluenceMatrix \n", |
50 | 49 | "2. Modify the config file: \n", |
51 | | - " - Edit [PhotonInfluenceMatrixCalcPlugin.esapi.config](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/blob/main/PhotonDoseCalc/Source_C%23/bin/release/PhotonInfluenceMatrixCalcPlugin.esapi.config). \n", |
52 | | - " - Set `OutputRootFolder` to your preferred output directory. You can also modify `BeamletSizeX` and `BeamletSizeY` for choosing the beamlet size in X and Y direction. Please modify the `EclipseVolumeDoseCalcModel` based on your dose calculation version available at your institution.\n", |
| 50 | + " - Edit CalculateInfluenceMatrix.esapi.dll.config. \n", |
| 51 | + " - Set `Photon_OutputRootFolder` to your preferred output directory. You can also modify `BeamletSizeX` and `BeamletSizeY` for choosing the beamlet size in X and Y direction. Please modify the `Photon_EclipseVolumeDoseCalcModel` based on your dose calculation version available at your institution.\n", |
53 | 52 | "3. In Eclipse:\n", |
54 | 53 | " - Open your patient plan (e.g., **PortPy_Plan**). \n", |
55 | 54 | " - Navigate to **Tools → Scripts → Change Folder**. \n", |
56 | | - " - Change the path to downloaded [Plugin Directory](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/tree/main/PhotonDoseCalc/Plugin/bin/Release) and click **Open**. \n", |
57 | | - " - Select **PhotonInfluenceMatrixCalcPlugin.esapi.dll** and click **Run**\n", |
| 55 | + " - Change the path to downloaded folder from release and click **Open**. \n", |
| 56 | + " - Select **CalculateInfluenceMatrix.esapi.dll** and click **Run**\n", |
58 | 57 | " - (Optional) Add the plugin to **Favorites** for quicker access. \n", |
59 | 58 | "\n", |
60 | 59 | "**Output:** PortPy-compatible data will be saved in the `OutputRootFolder` specified in the config file.\n", |
|
64 | 63 | "For users comfortable with command-line execution.\n", |
65 | 64 | "\n", |
66 | 65 | "##### **Steps:**\n", |
67 | | - "1. Navigate to the [Executable Directory](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/tree/main/PhotonDoseCalc/Source_C%23/bin/release). \n", |
| 66 | + "1. Navigate to the release [tab](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/releases) tab for dose calculation module and download the latest version of CalculateInfluenceMatrix. \n", |
68 | 67 | "2. Modify the config file:\n", |
69 | | - " - Edit [PhotonInfluenceMatrixCalc.exe.config](https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-DoseInfluenceMatrix/blob/main/PhotonDoseCalc/Source_C%23/bin/release/PhotonInfluenceMatrixCalc.exe.config). \n", |
70 | | - " - Set `OutputRootFolder` to your preferred output directory. You can also modify `BeamletSizeX` and `BeamletSizeY` for choosing the beamlet size in X and Y direction. Please modify the `EclipseVolumeDoseCalcModel` based on your dose calculation version available at your institution.\n", |
| 68 | + " - Edit CalculateInfluenceMatrix.exe.config. \n", |
| 69 | + " - Set `Photon_OutputRootFolder` to your preferred output directory. You can also modify `Photon_BeamletSizeX` and `Photon_BeamletSizeY` for choosing the beamlet size in X and Y direction. Please modify the `Photon_EclipseVolumeDoseCalcModel` based on your dose calculation version available at your institution.\n", |
71 | 70 | " \n", |
72 | 71 | "3. Run the following command in a terminal or command prompt: \n", |
73 | 72 | " ```bash\n", |
74 | | - " PhotonInfluenceMatrixCalc.exe <patient_mrn> <course_name> <plan_name>" |
| 73 | + " CalculateInfluenceMatrix.exe <patient_mrn> <course_name> <plan_name>" |
75 | 74 | ] |
76 | 75 | }, |
77 | 76 | { |
|
0 commit comments