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

Method get_eline_intensity

pyxrf/gui_support/gpc_class.py:1410–1417  ·  view source on GitHub ↗
(self, eline)

Source from the content-addressed store, hash-verified

1408 self.plot_model.hide_plot_vertical_marker()
1409
1410 def get_eline_intensity(self, eline):
1411 line_category = self.get_eline_name_category(eline)
1412 if line_category == "eline":
1413 return self.param_model.add_element_intensity
1414 elif line_category in ("userpeak", "pileup"):
1415 return self.param_model.EC.element_dict[eline].maxv
1416 else:
1417 return None
1418
1419 def get_selected_eline_table(self):
1420 """Returns full list of supported emission lines."""

Callers 2

pb_user_peaks_clickedMethod · 0.80

Calls 1

Tested by

no test coverage detected