@@ -400,7 +400,7 @@ def closure_get_waveforms(network, station, location, channel, starttime, endtim
400
400
@click .option ('--output-file' , type = click .Path (dir_okay = False , writable = True ), required = True ,
401
401
help = 'Path to output file, e.g. "7X_event_waveforms.h5".' )
402
402
@click .option ('--log-folder' , type = click .Path (dir_okay = True , file_okay = False , writable = True ), required = True ,
403
- help = 'Path to output file, e.g. "7X_event_waveforms.h5" .' )
403
+ help = 'Path to folder in which log files are to be output .' )
404
404
@click .option ('--start-time' , type = str , default = None , show_default = True ,
405
405
help = 'Start datetime in ISO 8601 format, e.g. "2009-06-16T03:42:00". '
406
406
'If empty, will be inferred from the inventory file.' )
@@ -447,8 +447,7 @@ def closure_get_waveforms(network, station, location, channel, starttime, endtim
447
447
help = 'Theoretical tau-p Earth model to use for Trace stats computation. Other possibilities, '
448
448
'such as ak135, are documented here: https://docs.obspy.org/packages/obspy.taup.html' )
449
449
@click .option ('--dry-run' , is_flag = True , default = False , show_default = True ,
450
- help = 'Reports events available to each station, by wave-type and exits without outputting any data. '
451
- 'Has no effect on --catalog-only mode.' )
450
+ help = 'Reports events available to each station, by wave-type and exits without outputting any data. ' )
452
451
def main (data_source , network_list , station_list , gcmt_catalog_file , output_file , log_folder ,
453
452
start_time , end_time ,
454
453
p_data , s_data , sw_data ,
0 commit comments