Minor modifications

This commit is contained in:
2024-05-23 17:11:14 +02:00
parent 76ff39c012
commit c4d677f05b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
@@ -64,6 +64,7 @@ class DataProcessingSettings extends Component<MyProps, MyState> {
}
));
this.putValues();
this.getValues();
}
setSignalToNoiseThreshold = (event: Event, newValue: number | number[]) => {