Read DVH exported from Treatment Planning System ECLIPSE (Text file)

버전 1.1.0.0 (2.5 KB) 작성자: vincent caillet
Read DVH from Eclipse TPS
다운로드 수: 212
업데이트 날짜: 2017/5/25

라이선스 보기

Plot the DVH from text file exported from the TPS.
After dose calculation from eclipse, export the DVH with defined binning (e.g. 0.5 cGy). Open Matlab. In the Matlab directory, navigate to the folder and code. Type in the command window:

filename = '/Directory where the code is located/your dvh.txt'
[Whole_DVH, Structure_Name,Volume,Dose_Cover,Sampling_Cover,...
Min_Dose,Max_Dose,Mean_Dose,Modal_Dose,Median_Dose,...
STD,Equi_Sphere_Diamr,Conformity_Index,Gradient_Measure] = read_DVH_Eclipse_TPS(filename);

In the workspace, all the variable should appear. Double click and copy-paste into Excel if needed.

Email me if issues.

인용 양식

vincent caillet (2024). Read DVH exported from Treatment Planning System ECLIPSE (Text file) (https://www.mathworks.com/matlabcentral/fileexchange/63114-read-dvh-exported-from-treatment-planning-system-eclipse-text-file), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Input-Output Polynomial Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Modified notes

1.0.0.0