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
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -861,7 +861,7 @@ for output_file_number, (svd_bank_url_dict, output_url, ranking_stat_output_url,
for instrument, banklist in banks.items():
for i, bank in enumerate(banklist):
suffix = "%s%s" % (instrument, (bank.logname and "_%s" % bank.logname or ""))
head = stream[instrument].create_snr_slices(
head = stream[instrument].LLOIDhoftToSnrSlices(
bank,
control_peak_time = options.control_peak_time,
fir_stride = options.fir_stride,
Loading