From c4d677f05b69b0fa1d4080a9dfcee47b255acd5e Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Thu, 23 May 2024 17:11:14 +0200 Subject: [PATCH] Minor modifications --- README.md | 1 + frontend_ui/src/components/DataProcessingSettings.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index febb01b0..9e596b44 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Citation: F. Leonarski, M. Bruckner, C. Lopez-Cuenca, A. Mozzanica, H.-C. Stadle The project is supported by : * Innosuisse via Innovation Project "NextGenDCU high data rate acquisition system for X-ray detectors in structural biology applications" (101.535.1 IP-ENG; Apr 2023 - Sep 2025). * ETH Domain via Open Research Data Contribute project (Jan - Dec 2023) +* AMD University Program with donation of licenses of Ethernet IP cores and Vivado software ## License diff --git a/frontend_ui/src/components/DataProcessingSettings.tsx b/frontend_ui/src/components/DataProcessingSettings.tsx index 0e971d66..0a4d25b6 100644 --- a/frontend_ui/src/components/DataProcessingSettings.tsx +++ b/frontend_ui/src/components/DataProcessingSettings.tsx @@ -64,6 +64,7 @@ class DataProcessingSettings extends Component { } )); this.putValues(); + this.getValues(); } setSignalToNoiseThreshold = (event: Event, newValue: number | number[]) => {