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

Method apply_mask_to_datasets

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

Source from the content-addressed store, hash-verified

427 self.io_model.mask_name = os.path.split(file_path)[-1]
428
429 def apply_mask_to_datasets(self):
430 self.io_model.apply_mask_to_datasets()
431 self.plot_model.update_preview_spectrum_plot()
432
433 # ==========================================================================
434 # The following methods are used by the preview widgets

Callers 1

cbMethod · 0.45

Calls 1

Tested by

no test coverage detected