Skip to content

Commit 72fada5

Browse files
committed
oops shouldnt have removed the tags...
1 parent c3564f0 commit 72fada5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

simpa/utils/tags.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,3 +1496,21 @@ class Tags:
14961496
"""
14971497
Identifier for the environment varibale that defines the path the the matlab executable.
14981498
"""
1499+
1500+
ADD_US_GEL = "add_us_gel"
1501+
"""
1502+
Identifier to add ultrasound gel to the segmentation
1503+
Usage:simpa.core.digital_device_twins.pa_devices.ithera_msot_acuity
1504+
"""
1505+
1506+
ADD_MEDIPRENE = "add_mediprene"
1507+
"""
1508+
Identifier to add mediprene to the segmentation
1509+
Usage:simpa.core.digital_device_twins.pa_devices.ithera_msot_acuity
1510+
"""
1511+
1512+
ADD_HEAVY_WATER = "add_heavy_water"
1513+
"""
1514+
Identifier to add heavy water to the segmentation
1515+
Usage:simpa.core.digital_device_twins.pa_devices.ithera_msot_acuity
1516+
"""

0 commit comments

Comments
 (0)