You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: astrovascpy/typing.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ class VasculatureParams(TypedDict):
38
38
39
39
Args:
40
40
41
+
entry_noise: Boolean value to enable or disable the endfeet activity on entry nodes.
42
+
41
43
threshold_r: radius (µm) threshold. A radius smaller than the threshold is considered a capillary. A radius bigger than the threshold is considered an artery.
42
44
43
45
c_cap: constant used in the ROU parameter calibration for capillaries
@@ -62,6 +64,7 @@ class VasculatureParams(TypedDict):
0 commit comments