grochot / spinlab_measurement

1 stars 0 forks source link

Apply data normalization to the graph by using the context menu of the pyqtgraph library #41

Closed grochot closed 1 month ago

Did-Mas commented 1 month ago

I managed to add normalization to the context menu, but it requires modifications to the pyqtgraph module. @grochot, could you please add the module locally to the repository? Once it's added, I will make the necessary modifications.

grochot commented 1 month ago
Zrzut ekranu 2024-09-4 o 11 31 12

Added normalize option to context menu. It is necessary to uninstall the pyqtgraph library and use the local version.

Did-Mas commented 1 month ago

Data is not normalized properly during measurement

Did-Mas commented 1 month ago

Fixed issue in commit c99207841993bc24aae082f13c8b506f47d8f871

Normalization did not work because the information about the normalization mode was not provided when creating a new curve. It was only applied after rechecking the checkbox in the context menu.