Skip to content

Commit d3e9a29

Browse files
authored
Merge pull request IMSY-DKFZ#130 from IMSY-DKFZ/T126-FixInVisionParameters
Update InVision device parameters
2 parents 0d8e24f + 40d2f5b commit d3e9a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simpa/core/device_digital_twins/pa_devices/ithera_msot_invision.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def __init__(self, device_position_mm: np.ndarray = None,
4040
super(InVision256TF, self).__init__(device_position_mm=device_position_mm,
4141
field_of_view_extent_mm=field_of_view_extent_mm)
4242

43-
detection_geometry = CurvedArrayDetectionGeometry(pitch_mm=0.74,
43+
detection_geometry = CurvedArrayDetectionGeometry(pitch_mm=0.735,
4444
radius_mm=40,
4545
number_detector_elements=256,
46-
detector_element_width_mm=0.64,
46+
detector_element_width_mm=0.635,
4747
detector_element_length_mm=15,
4848
center_frequency_hz=5e6,
4949
bandwidth_percent=55,

0 commit comments

Comments
 (0)