Fix image not updating
This commit is contained in:
parent
4611e00209
commit
2791adea91
@ -87,7 +87,7 @@ def create():
|
||||
temperature_spinner.value = det_data["temperature"][index]
|
||||
|
||||
gamma, nu = calculate_pol(det_data, index)
|
||||
omega = det_data["rot_angle"][index]
|
||||
omega = np.ones((IMAGE_H, IMAGE_W)) * det_data["rot_angle"][index]
|
||||
image_source.data.update(gamma=[gamma], nu=[nu], omega=[omega])
|
||||
|
||||
def update_overview_plot():
|
||||
|
Loading…
x
Reference in New Issue
Block a user