Skip to content

Commit

Permalink
update meta + add type
Browse files Browse the repository at this point in the history
  • Loading branch information
arie-matsliah committed Jul 21, 2023
1 parent 42fc775 commit d0dd10e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/data/downloadable_files_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"morphology_clusters.csv.gz": 736744,
"connectivity_clusters.csv.gz": 522912,
"connections.csv.gz": 26124953,
"labels.csv.gz": 3562953,
"labels.csv.gz": 3568991,
"coordinates.csv.gz": 4584155,
"connectivity_tags.csv.gz": 653687,
"neuropil_synapse_table.csv.gz": 4490002
Expand Down Expand Up @@ -84,17 +84,17 @@
"col 5 - nt_type": "6 unique values"
},
"labels.csv.gz": {
"# rows": "125,243 (+ header)",
"# rows": "125,410 (+ header)",
"# columns": "9",
"col 1 - root_id": "91,116 unique values",
"col 2 - label": "6,630 unique values",
"col 1 - root_id": "91,240 unique values",
"col 2 - label": "6,632 unique values",
"col 3 - user_id": "133 unique values",
"col 4 - position": "104,212 unique values",
"col 5 - supervoxel_id": "103,480 unique values",
"col 4 - position": "104,379 unique values",
"col 5 - supervoxel_id": "103,647 unique values",
"col 6 - label_id": "all rows contain unique values",
"col 7 - date_created": "37,775 unique values",
"col 8 - user_name": "130 unique values in 124,593 rows, empty in 650 rows",
"col 9 - user_affiliation": "52 unique values in 124,530 rows, empty in 713 rows"
"col 7 - date_created": "37,843 unique values",
"col 8 - user_name": "130 unique values in 124,760 rows, empty in 650 rows",
"col 9 - user_affiliation": "52 unique values in 124,697 rows, empty in 713 rows"
},
"coordinates.csv.gz": {
"# rows": "207,700 (+ header)",
Expand Down
2 changes: 2 additions & 0 deletions src/data/visual_neuron_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
"Lpi105_4-34",
"Lpi106_2",
"Lpi107_34",
"Lpi108_43",
],
"Y": [
"Y1",
Expand Down Expand Up @@ -382,6 +383,7 @@
"ML103_M89-L6",
"ML104_M47-L6",
"ML105_M6-L5",
"ML106_M67-L6",
],
"Other": [
"Am",
Expand Down
1 change: 1 addition & 0 deletions src/utils/label_cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def blacklisted(lbl):
blacklisted_labels = {
"not a neuron",
"not a neuron; glia",
"most likely not a neuron",
"correction - not optic lobe",
}
return lbl.lower() in blacklisted_labels or can_be_flywire_root_id(lbl)
Expand Down

0 comments on commit d0dd10e

Please sign in to comment.