Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgeurts authored May 12, 2017
1 parent 3375d27 commit 9eb6cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ WriteDICOMDose(dose, dest, info);

### WriteDICOMTomoPlan

`WriteDICOMTomoPlan` saves the provided tomotherapy plan structure to a DICOM RTPlan file. If the patient demographics (name, ID, etc) are not included in the plan structure, the user will be prompted to provide them.
`WriteDICOMTomoPlan()` saves the provided tomotherapy plan structure to a DICOM RTPlan file. If the patient demographics (name, ID, etc) are not included in the plan structure, the user will be prompted to provide them.

The following variables are required for proper execution:

Expand All @@ -219,7 +219,7 @@ The following variables are returned upon successful completion:

* varargout{1} (optional): RT plan SOP instance UID

Below is an example of how this function is used (the functions `FindPlans` and `LoadPlan` are from the [tomo_extract](https://github.com/mwgeurts/tomo_extract/) repository:
Below is an example of how this function is used (the functions `FindPlans()` and `LoadPlan()` are from the [tomo_extract](https://github.com/mwgeurts/tomo_extract/) repository:

```matlab
% Look for plans within a patient archive
Expand Down

0 comments on commit 9eb6cbe

Please sign in to comment.