Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
6 files
+ 20
4
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -235,7 +235,12 @@ injections, gw_data_source.injection_filename = options.injections, None
## 1) Initialize stream from data source
# FIXME: fake source causes problems when making large buffers, so block_size needs to be overwritten
gw_data_source.block_size = 8 * options.sample_rate
stream = Stream.from_datasource(gw_data_source, instrument, verbose=options.verbose)
stream = Stream.from_datasource(
gw_data_source,
instrument,
name=os.path.split(sys.argv[0])[1],
verbose=options.verbose
)
## 2) Add progress report to stream if verbose
if options.verbose:
Loading