bugfix in angle scan processing

This commit is contained in:
2020-06-16 14:31:51 +02:00
parent ef9d08e5f5
commit f419e92809
2 changed files with 4 additions and 4 deletions

View File

@ -380,7 +380,7 @@ static function do_crop(check, [force])
endif
if ((crop_theta >= 10) && (crop_theta < 90))
crop_strip_theta(process_data, 0, crop_theta, process_theta, process_tilt, process_phi)
crop_strip_theta(process_data, -0.1, crop_theta + 0.1, process_theta, process_tilt, process_phi)
endif
if (strlen(crop_rows) > 0)