Skip to content

Commit

Permalink
new vol
Browse files Browse the repository at this point in the history
  • Loading branch information
tathey1 committed Jan 3, 2024
1 parent 790cb4c commit 41d6284
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 19 deletions.
10 changes: 10 additions & 0 deletions experiments/BrainLine/data/soma_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,16 @@
},
"subtype": "tph2 gad2",
"somas_atlas_path": "/Users/thomasathey/Documents/mimlab/mouselight/ailey/detection_soma/wholebrain_results/atlas_somas_MS21/"
},
"1252B": {
"base_local": "precomputed://file:///mnt/data/Neuroglancer_Data/2023_12_20/1252B/",
"base_s3": "precomputed://s3://smartspim-precomputed-volumes/2023_12_20/1252B/",
"val_info": {
"url": "https://viz.neurodata.io/?json_url=https://json.neurodata.io/v1?NGStateID=zgiW1wL8q-E4mg",
"somas_layer": "soma_val",
"nonsomas_layer": "nonsoma_val"
},
"subtype": "tph2 vglut3"
}
},
"brain2centers": {
Expand Down
6 changes: 3 additions & 3 deletions experiments/BrainLine/scripts/soma_detect_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# -dir_base
# data_dir and results_dir ARE CLEAR
# threshold IS CORRECT
brain = "MS50_v2"
brain = "1252B"
antibody_layer = "Ch_647"
background_layer = "Ch_561"
endogenous_layer = "Ch_488"

threshold = 0.72 # threshold to use for ilastik
threshold = 0.7 # threshold to use for ilastik
brainline_exp_dir = Path(os.getcwd()) / Path(__file__).parents[1]
data_dir = (
brainline_exp_dir / "data" / "brainr_temp"
Expand All @@ -39,7 +39,7 @@
-1,
] # max coords or -1 if you want to process everything along that dimension
max_coords = [
5957,
6097,
11000,
-1,
] # max coords or -1 if you want to process everything along that dimension
Expand Down
158 changes: 142 additions & 16 deletions experiments/BrainLine/soma_analysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 41d6284

Please sign in to comment.