Open ebrahimebrahim opened 1 week ago
@peterhollender Before the MRI volume is input into the virtual fit algorith, it is reasampled into a transducer based coordinate grid (lat, ele, ax), right? To determine the spacing of that grid, I imagine we shouldn't use the Protocol's SimSetup, because one may want to use different volume resolutions for simulation versus virtual fitting. So do you agree that a separate virtual fit "coords" should be part of the virtual fit options?
Forget my question here -- the volume does not need to be resampled at all for the virtual fit algorithm. It can go in at full resolution, the raw volume array (converted to LPS) is fine.
_Originally posted by @peterhollender in https://github.com/OpenwaterHealth/OpenLIFU-python/pull/162#discussion_r1848790409_
Add virtual fit options (perhaps VirtualFitOptions similar to SolutionAnalysisOptions) to Protocols
They would contain pitch_range, pitch_step, yaw_range, yaw_step, search_range_units
Depends on #162