Skip to content

Commit 0ec2a50

Browse files
Update the voxel size for the new AZ model
1 parent 75d60f9 commit 0ec2a50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

synapse_net/inference/inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ def get_model_training_resolution(model_type: str) -> Dict[str, float]:
109109
Mapping of axis (x, y, z) to the voxel size (in nm) of that axis.
110110
"""
111111
resolutions = {
112-
# TODO update the resolution of the active zone model
113-
"active_zone": {"x": 1.44, "y": 1.44, "z": 1.44},
112+
"active_zone": {"x": 1.38, "y": 1.38, "z": 1.38},
114113
"compartments": {"x": 3.47, "y": 3.47, "z": 3.47},
115114
"mitochondria": {"x": 2.07, "y": 2.07, "z": 2.07},
116115
"cristae": {"x": 1.44, "y": 1.44, "z": 1.44},

0 commit comments

Comments
 (0)