Add beam center display option to diffraction image rendering
This commit is contained in:
@@ -100,7 +100,7 @@ class RotationService:
|
||||
continue
|
||||
try:
|
||||
jpg = self.ctx.deps.jfjoch.get_diffraction_image(
|
||||
image_id, show_spots=True, show_res_est=True
|
||||
image_id, show_spots=True, show_res_est=True, show_beam_center=True
|
||||
)
|
||||
except Exception:
|
||||
self.logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user