deepdrr icon indicating copy to clipboard operation
deepdrr copied to clipboard

Small fixes

Open coolteemf opened this issue 4 months ago • 2 comments

Projector couldn't actually be used without specifying device as several parts of the code relied on device for sensor dimensions and source to detector distance. Instead, Projector now use its methods source_to_detector_distance and sensor_width, sensor_height, which default to device if device is set. Also fix a wrong variable name for the logger in image_utils.py

coolteemf avatar Feb 15 '24 13:02 coolteemf