[Bugfix] Input are already picks, no more event object.
This commit is contained in:
		
							parent
							
								
									8d36393e36
								
							
						
					
					
						commit
						5d076511ec
					
				| @ -251,11 +251,7 @@ class PDFDictionary(object): | ||||
| 
 | ||||
|     @classmethod | ||||
|     def from_quakeml(self, fn): | ||||
|         cat = read_events(fn) | ||||
|         if len(cat) > 1: | ||||
|             raise NotImplementedError('reading more than one event at the same ' | ||||
|                                       'time is not implemented yet! Sorry!') | ||||
|         return PDFDictionary(picksdict_from_picks(cat[0])) # MP MP TODO: change function argument (auto/manu) | ||||
|         return PDFDictionary(fn) # LK TODO: check if stations are available with both automatic and manual picks | ||||
| 
 | ||||
|     def get_all(self, phase): | ||||
|         rlist = list() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user