StanfordMIMI / Comp2Comp

Computed tomography to body composition (Comp2Comp).
Apache License 2.0
59 stars 11 forks source link

What is the reason behind not using imat extracted from segmentation #133

Open pooya-mohammadi opened 2 months ago

pooya-mohammadi commented 2 months ago

https://github.com/StanfordMIMI/Comp2Comp/blob/437f5a66efaa738796cb78fc5942683b0bbc6623/comp2comp/muscle_adipose_tissue/muscle_adipose_tissue.py#L241

Here in the code, the imat is taken from the segmentation then it's in the next line it's overwritten with something else which uses muscle segmentation to get the imat. Could you please explain which one is correct?