We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1964055 commit e5f67a8Copy full SHA for e5f67a8
1 file changed
src/openlifu/seg/seg_methods/uniform.py
@@ -18,7 +18,7 @@ def to_table(self) -> pd.DataFrame:
18
:returns: Pandas DataFrame of the segmentation method parameters
19
"""
20
records = [{"Name": "Type", "Value": "Uniform Tissue", "Unit": ""},
21
- {"Name": "Reference Material", "Value": self._ref_material, "Unit": ""}]
+ {"Name": "Reference Material", "Value": self.ref_material, "Unit": ""}]
22
return pd.DataFrame.from_records(records)
23
24
class UniformTissue(UniformSegmentation):
0 commit comments