(self, file_path)
| 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) |
| 324 | self.update_quant_calibration_gui() |
| 325 | |
| 326 | def remove_quantitative_calibration_data(self, file_path): |
| 327 | try: |
nothing calls this directly
no test coverage detected