Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 623 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 623 Bytes

Extended Tofts Model - Python

Solving Extended Tofts Model in a few lines for DCE-MRI.

  • Extended_Tofts_Integral: For computing extended Tofts model given slicing timing, AIF and parameters(Kt,ve,vp)
  • FIT: Estimate optimal paramters via curve fitting, given tissue concentration(Ct), AIF(Cp) and time.

Outcome

image Explanation: In this project, relative concentration was used.

Reference

For original work, please check out here: https://github.com/welcheb/pydcemri. This page gave a python module for processing DCE-MRI data.