Add code for 1D detector #69

Merged
usov_i merged 118 commits from det1d into master 2020-10-22 12:07:50 +02:00
15 changed files with 1952 additions and 55 deletions
Showing only changes of commit ee788ab48a - Show all commits

View File

@ -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():