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[]) => {