crimeacs commited on
Commit
7c6108a
·
1 Parent(s): 8719be4

added description

Browse files
Files changed (1) hide show
  1. 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