diff --git a/documentation/RTToolbox_info.txt b/documentation/RTToolbox_info.txt index a8f2349..2d8a56a 100644 --- a/documentation/RTToolbox_info.txt +++ b/documentation/RTToolbox_info.txt @@ -1,44 +1,44 @@ /** \mainpage RTToolbox - DKFZ radiotherapy quantitative evaluation library \tableofcontents \section intro Introduction Radiotherapy is a comprehensive and fast-moving discipline which plays a major role in cancer care. Software tools which support and simplify the quantitative evaluation process of radiotherapy are essential to support decision makings and improve therapy effectiveness.\n\n RTToolbox is a software library to support quantitative analysis of treatment outcome for radiotherapy.\n\n The RTToolbox was designed following object-oriented design (OOD) principles and was implemented in the language C++. It supports the import of radiotherapy data (e.g. dose distributions and structure sets) from DICOM-RT format and other standard image processing formats by using a bridge to ITK.\n\n The RTToolbox supports the full range of radiotherapy evaluation. Tools such as DVH calculation, Dose statistic calculation, arithmetic operations on dose distributions and structure relationship analyses (e.g. fully-contained, partially-contained) are provided as a basis for further calculations. Dose comparison indices such as Conformity Index (CI), Homogeneity Index (HI) and Conformation Number (CN), and biological models including TCP, NTCP, EUD and BED are determined from dose distributions and DVHs. The RTToolbox can be easily extended to support other data format, comparison indices and models. Thus, using the RTToolbox radiotherapy evaluation applications can be built easily and quickly. Also, the RTToolbox provides some apps e.g. for DVH/Dose Statistic calculation or Dose accumulation that provides a convenient access of RT scenarios without computer-science knowledge. \image html Homepage-RTToolbox.png \section content Documentation content This manual is divided in the following sections: - \subpage Build - \subpage Examples - \subpage Structure "Structure of RTToolbox" - \subpage Changelog - \subpage Contributors "List of Contributors" \section contact Contact RTToolbox homepage: http://www.dkfz.de/en/sidt/projects/rttb/info.html\n\n Software Development for Integrated Diagnostics and Therapy (SIDT),\n German Cancer Research Center (DKFZ), Heidelberg, Germany.\n -Web: http://www.dkfz.de/en/sidt/index.html\n -E-mail: sbr(at)dkfz.de, l.zhang(at)dkfz.de (L. Zhang) or c.hentschke(at)dkfz.de (C. Hentschke)\n +Web: https://www.dkfz-heidelberg.de/en/mic/research/SIDT/sidt_projects.html\n +E-mail: rttb(at)dkfz.de \n \section copyright Copyright Copyright © German Cancer Research Center (DKFZ), Software development for Integrated Diagnostics and Therapy (SIDT).\n ALL RIGHTS RESERVED.\n See rttbCopyright.txt or http://www.dkfz.de/en/sidt/projects/rttb/copyright.html\n\n This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. \image html dkfz.png **/ \ No newline at end of file diff --git a/rttbCopyright.txt b/rttbCopyright.txt index 96922e6..9cf1ea7 100644 --- a/rttbCopyright.txt +++ b/rttbCopyright.txt @@ -1,29 +1,29 @@ /** RTToolbox - DKFZ radiotherapy quantitative evaluation library Copyright (C) 2015 German Cancer Research Center (DKFZ), Software development for Integrated Diagnostics and Therapy (SIDT) All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Contact: Software Development for Integrated Diagnostics and Therapy (SIDT), German Cancer Research Center (DKFZ), Heidelberg, Germany. -Web: http://www.dkfz.de/en/sidt/index.html -E-mail: sbr@dkfz.de +Web: https://www.dkfz-heidelberg.de/en/mic/research/SIDT/sidt_projects.html +E-mail: rttb@dkfz.de **/ \ No newline at end of file