acil-bwh / SlicerCIP

Slicer extension for the Chest Imaging Platform
BSD 3-Clause "New" or "Revised" License
15 stars 23 forks source link

Updated Calcium Scoring Script #24

Open ccanoe opened 6 years ago

ccanoe commented 6 years ago

Calcifications can be selected in the 2d views and a slice-based Agatston score is calculated. The candidates checkbox list show both, the "3D" score (the original of this module) and the new "2D" score that is calculated how the agregation of the scores in each slice of the scan.

rjosest commented 5 years ago

Hi Carlos, Sorry it took me so long to get to this. I've been reviewing the code and I've seen that you have removed the option to interact with the models to select specific calcifications in 3D. Is that correct? We will need that feature to be enabled because some users like that.

What do you think?

ccanoe commented 5 years ago

thats correct, i was not be able to make it work in the original code version and i reimplemented the plugin class avoiding the 3d pick part. I can implementing it in the new version if needed.

rjosest commented 5 years ago

That is interesting because the 3D part seems to be working in the release version.

I think it would be great to have both functionalities: slice-based selection and 3D-based selection. We can coordinate efforts