[bugfix] array map only checking for manual picks
This commit is contained in:
		
							parent
							
								
									9b63c1bb24
								
							
						
					
					
						commit
						22e5de194e
					
				| @ -375,13 +375,13 @@ class Array_map(QtGui.QWidget): | |||||||
|         self.draw_everything() |         self.draw_everything() | ||||||
| 
 | 
 | ||||||
|     def draw_everything(self): |     def draw_everything(self): | ||||||
|         if self.picks_dict: |         if self.picks_dict or self.autopicks_dict: | ||||||
|             self.init_picks() |             self.init_picks() | ||||||
|             if len(self.picks) >= 3: |             if len(self.picks) >= 3: | ||||||
|                 self.init_picksgrid() |                 self.init_picksgrid() | ||||||
|                 self.draw_contour_filled() |                 self.draw_contour_filled() | ||||||
|         self.scatter_all_stations() |         self.scatter_all_stations() | ||||||
|         if self.picks_dict: |         if self.picks_dict or self.autopicks_dict: | ||||||
|             self.scatter_picked_stations() |             self.scatter_picked_stations() | ||||||
|             self.cbar = self.add_cbar(label='Time relative to first onset ({}) [s]'.format(self._earliest_picktime)) |             self.cbar = self.add_cbar(label='Time relative to first onset ({}) [s]'.format(self._earliest_picktime)) | ||||||
|             self.comboBox_phase.setEnabled(True) |             self.comboBox_phase.setEnabled(True) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user