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

Method change_escape_peak_settings

pyxrf/model/lineplot.py:1070–1075  ·  view source on GitHub ↗
(self, plot_escape_line, det_material)

Source from the content-addressed store, hash-verified

1068 self.escape_e = 9.88640
1069
1070 def change_escape_peak_settings(self, plot_escape_line, det_material):
1071 self.plot_escape_line = plot_escape_line
1072 self.det_materials = det_material
1073 # Now update the displayed emission line
1074 self.plot_emission_line()
1075 self._update_canvas()
1076
1077 def plot_roi_bound(self):
1078 """

Callers 1

Calls 2

plot_emission_lineMethod · 0.95
_update_canvasMethod · 0.95

Tested by

no test coverage detected