PortPy-Project / PortPy

Opensource radiation treatment planning system in Python [AAPM'23]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CI and HI for plan evaluation

gourav3017 opened this issue · comments

Create methods for evaluating the Conformity Index and Homogeneity Index in the Plan Evaluation class.

Methods added in Evaluation class. Users can use methods pp.Evaluation.get_conformity_index(my_plan, sol=sol), pp.Evaluation.get_homogeneity_index(my_plan, sol=sol) to get CI and HI respectively