MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / load_quantitative_calibration_data

Method load_quantitative_calibration_data

pyxrf/model/draw_image.py:322–324  ·  view source on GitHub ↗
(self, file_path)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 2

load_entryMethod · 0.80

Tested by

no test coverage detected