(self)
| 312 | |
| 313 | # TODO: document the following functions |
| 314 | def update_quant_calibration_gui(self): |
| 315 | self.quant_calibration_data = [] |
| 316 | self.quant_calibration_data = self.param_quant_analysis.calibration_data |
| 317 | self.quant_calibration_settings = [] |
| 318 | self.quant_calibration_settings = self.param_quant_analysis.calibration_settings |
| 319 | self.quant_active_emission_lines = [] |
| 320 | self.quant_active_emission_lines = self.param_quant_analysis.active_emission_lines |
| 321 | |
| 322 | def load_quantitative_calibration_data(self, file_path): |
| 323 | self.param_quant_analysis.load_entry(file_path) |
no outgoing calls
no test coverage detected