Compare commits
No commits in common. "fa310461d02019c67583458a161b99d8c297bf9f" and "2e498132924e3bc87ea447ee36a790d059c0f2bb" have entirely different histories.
fa310461d0
...
2e49813292
@ -231,9 +231,7 @@ class Array_map(QtWidgets.QWidget):
|
||||
if cont:
|
||||
indices = inds['ind']
|
||||
text += ' | Station: ' if len(indices) == 1 else ' | Stations: '
|
||||
text += ' - '.join([self._station_onpick_ids[index] for index in indices[:5]])
|
||||
if len(indices) > 5:
|
||||
text += '...'
|
||||
text += ' - '.join([self._station_onpick_ids[index] for index in indices])
|
||||
|
||||
self.status_label.setText(text)
|
||||
|
||||
@ -432,9 +430,6 @@ class Array_map(QtWidgets.QWidget):
|
||||
picks_rel[st_id] = pick
|
||||
return picks_rel
|
||||
|
||||
def get_picks_rel_mean_corr(picks):
|
||||
return get_picks_rel(picks, func=np.nanmean)
|
||||
|
||||
self.picks, self.uncertainties = get_picks(self.stations_dict)
|
||||
self.picks_rel = get_picks_rel(self.picks)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user