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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -127,4 +127,4 @@ for bank_file in options.svd_files:
os.mkdir(out_path)
# Write out checkerboard SVD bank
svd_bank.write_bank(out_bank_file, banks, psd, cliplefts = [0]*len(banks), cliprights = [0]*len(banks), verbose = options.verbose)
svd_bank.write_bank(out_bank_file, banks, psd, verbose = options.verbose)
Loading