quapity / CDC

Enhanced Basin Catalogs
5 stars 1 forks source link

2009-08-22 -- basin #1 #8

Closed eqminion closed 8 years ago

eqminion commented 8 years ago

For Basin #1 on 08/22/2009 I'm getting an index out of range error.

Not high priority we have plenty of other data!

mainshock> python basin_detector_git.py 2009-08-22T00:00:00.000000Z Reset Sample rate for station: RSSD /Users/dkilb/anaconda/lib/python2.7/site-packages/matplotlib/tri/triangulation.py:110: FutureWarning: comparison to None will result in an elementwise object comparison in the future. self._neighbors) Traceback (most recent call last): File "basin_detector_git.py", line 395, in if localev.count(doubles[dl]) >0: IndexError: list index out of range

quapity commented 8 years ago

removed an entry while in the middle of running entire list- which mucks with the indexing. Moved to after instead.

Likewise- when there are more local links than there are local ANF events, removed the duplicate and call it a new detections.

eqminion commented 8 years ago

Thanks!