Skip to content

Commit f5a777f

Browse files
author
Kaley E. White
committed
correct typos in README
1 parent e944a28 commit f5a777f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Med Phys Scripts
2-
These are scripts that I, the medical physics assistant at Cookeville Regional Medical Center, wrote for use in our radiation therapy treatment planning system. Please note that the scripts are a *work in progress*. Most of them work, but there are a few bugs. You will need to make some changes to filepaths, etc. All scripts have been used with RayStation v8B only.
2+
These are scripts that I, the medical physics assistant at Cookeville Regional Medical Center, wrote for use in our radiation therapy treatment planning system. Please note that the scripts are **__works in progress__**. Most of them work, but there are a few bugs. You will need to make some changes to filepaths, etc. All scripts have been used with RayStation v8B only.
33

44
## Usage
55
Create a new script in RayStation that calls the "main" function in the script you want to use. For example, create `AddClinicalGoals.py`:
66
```python
7-
from AddClinicalGoalsForm.py import add_clinical goals
7+
from AddClinicalGoalsForm import add_clinical goals
88
add_clinical_goals()
99
```
1010

0 commit comments

Comments
 (0)