Skip to content

Commit

Permalink
According to benchmark paper, transducer center is 190 (0-indexed) fo…
Browse files Browse the repository at this point in the history
…r benchmark 8 (#138)
  • Loading branch information
charlesbmi authored Aug 9, 2023
1 parent 793aef9 commit 0a31dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neurotechdevkit/scenarios/built_in/_scenario_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _create_scenario_2_mask(material, convert_2d=False) -> npt.NDArray[np.bool_]
raise ValueError(material)

if convert_2d:
mask = mask[:, :, 185]
mask = mask[:, :, 190]
# slice through the center of the transducer

return mask

0 comments on commit 0a31dab

Please sign in to comment.