Skip to content

capaldid/PRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Parametric Response Mapping

This repository is an implementation of "Parametric Response Mapping of Coregistered Positron Emission Tomography and Dynamic Contrast Enhanced Computed Tomography to Identify Radioresistant Subvolumes in Locally Advanced Cervical Cancer." in the International Journal of Radiation Oncology * Biology * Physics 2020 by Dante Capaldi and colleagues.

PRM

Requirements

  • MATLAB 2017b or newer
  • imshow3D
  • Registered DCE-CT with PET/CT dataset

Files and Documentation

The PRM code as well as the synthetic datasets are provided.

src\PRM_PET_DCE_CT.m        - main code
src\PRM_Test_Dataset_1.mat  - Simple synthetic 2D square with equal compartments
src\PRM_Test_Dataset_2.mat  - Synthetic 3D volume

Citation

@article{capaldi2020parametric,
  title={Parametric Response Mapping of Co-registered Positron Emission Tomography and Dynamic Contrast Enhanced Computed Tomography to Identify Radio-resistant Sub-volumes in Locally Advanced Cervical Cancer},
  author={Capaldi, Dante PI and Hristov, Dimitre H and Kidd, Elizabeth A},
  journal={International Journal of Radiation Oncology* Biology* Physics},
  year={2020},
  publisher={Elsevier}
}

License

MIT License

Copyright 2020 Dante Capaldi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages