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

Method remove_unchecked_peaks

pyxrf/gui_support/gpc_class.py:1641–1645  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1639 self.fitting_parameters_changed()
1640
1641 def remove_unchecked_peaks(self):
1642 self.param_model.remove_elements_unselected()
1643 self.param_model.update_name_list()
1644 self.apply_to_fit()
1645 self.fitting_parameters_changed()
1646
1647 def apply_to_fit(self, *, update_plots=True):
1648 """

Callers 1

Calls 4

apply_to_fitMethod · 0.95
update_name_listMethod · 0.80

Tested by

no test coverage detected