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

Method get_user_peak_list

pyxrf/model/parameters.py:1159–1163  ·  view source on GitHub ↗

Returns the list of element emission peaks

(self)

Source from the content-addressed store, hash-verified

1157 # self.total_y[k] = self.EC.element_dict[k].spectrum
1158
1159 def get_user_peak_list(self):
1160 """
1161 Returns the list of element emission peaks
1162 """
1163 return K_LINE + L_LINE + M_LINE
1164
1165 def get_selected_emission_line_data(self):
1166 """

Callers 4

update_name_listMethod · 0.95
get_full_eline_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected