(self, channel_index)
| 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 | """ |