Skip to content

Commit 1a9d8f8

Browse files
Update literature values
1 parent 7bb07b3 commit 1a9d8f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/figures/util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ def sliding_runlength_sum(run_length, values, width):
6060
return x, window_sum
6161

6262

63-
# TODO determine these from Aleyna's table!
6463
def literature_reference_values(structure):
6564
if structure == "SGN":
66-
lower_bound, upper_bound = 8728, 10325
65+
lower_bound, upper_bound = 9141, 11736
6766
elif structure == "IHC":
6867
lower_bound, upper_bound = 656, 681
6968
elif structure == "synapse":

0 commit comments

Comments
 (0)