Reload table including ranges and selections for the emission lines
(self)
| 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): |