Skip to content

Commit

Permalink
debug fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Aug 13, 2024
1 parent 883bdcf commit 1c0ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seispy/rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def process_row(i, size, row, para, model, query, tb, te, logger):
t1 = row['date'] + arr_time - tb
t2 = row['date'] + arr_time + te
try:
logger.RFlog.info('Fetch waveforms of event {} ({}/{}) from {}'.format(datestr, i, size, para.data_server))
logger.RFlog.info('Fetch waveforms of event {} ({}/{}) from {}'.format(datestr, i+1, size, para.data_server))
st = query.client.get_waveforms(para.stainfo.network, para.stainfo.station,
para.stainfo.location, para.stainfo.channel, t1, t2)
_add_header(st, row['date'], para.stainfo)
Expand Down

0 comments on commit 1c0ae35

Please sign in to comment.