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

Method set_data_channel

pyxrf/gui_support/gpc_class.py:361–368  ·  view source on GitHub ↗
(self, channel_index)

Source from the content-addressed store, hash-verified

359 return bool(self.io_model.is_xrf_maps_available())
360
361 def set_data_channel(self, channel_index):
362 self.io_model.file_opt = channel_index
363
364 # For plotting purposes, otherwise plot will not update
365 self.plot_model.plot_exp_opt = False
366 self.plot_model.plot_exp_opt = True
367 self.plot_model.show_fit_opt = False
368 self.plot_model.show_fit_opt = True
369
370 def is_roi_selection_active(self):
371 """

Callers 1

cbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected