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

Method slot_update_table

pyxrf/gui_module/wnd_image_wizard.py:274–277  ·  view source on GitHub ↗

Reload table including ranges and selections for the emission lines

(self)

Source from the content-addressed store, hash-verified

272
273 @Slot()
274 def slot_update_table(self):
275 """Reload table including ranges and selections for the emission lines"""
276 range_table, limit_table, show_table = self.gpc.get_maps_info_table()
277 self.fill_table(range_table, limit_table, show_table)
278
279 @Slot()
280 def slot_update_ranges(self):

Callers 1

test_WndImageWizard_1Function · 0.95

Calls 2

fill_tableMethod · 0.95
get_maps_info_tableMethod · 0.45

Tested by 1

test_WndImageWizard_1Function · 0.76