Spaces:
Runtime error
Runtime error
added description
Browse files- phasehunter/app.py +2 -0
phasehunter/app.py
CHANGED
@@ -78,6 +78,8 @@ def mark_phases(waveform):
|
|
78 |
plt.close(fig)
|
79 |
return image
|
80 |
|
|
|
|
|
81 |
def download_data(timestamp, eq_lat, eq_lon, client_name, radius_km):
|
82 |
client = Client(client_name)
|
83 |
window = radius_km / 111.2
|
|
|
78 |
plt.close(fig)
|
79 |
return image
|
80 |
|
81 |
+
#??
|
82 |
+
|
83 |
def download_data(timestamp, eq_lat, eq_lon, client_name, radius_km):
|
84 |
client = Client(client_name)
|
85 |
window = radius_km / 111.2
|