-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This issue follows #147, where only the minimal grid search approach is developed.
More specifically, we want to have a better definition for what a good position is:
- Ray trace between each element and the target
a. Get the material properties along the ray (checking only for sinus/non sinus region is sufficient, but we can also use a fully segmented head)
b. Determine if the element is blocked - Calculate the number of blocked elements
Once the steering and number of blocked elements has been determined for each position, candidate positions whose steering is outside the valid steering range for the probe are excluded, and then the remaining points are filtered to those with the lowest decile of blocked elements. From those final candidates, the “optimized” position is then chosen as the one closest to the target.
Metadata
Metadata
Assignees
Labels
No labels