Skip to content

Specify prior range from svd bins

Fixes #51 (closed)

Adds the ability to specify InitialGridSetup as follows

[InitialGridSetup]
svd_bounds_file = /path/to/svd/bounds/file.json
svd_depth = N 
# an integer specifying the number of bins to include, N=1 takes only the highest SNR bin
svd_bin_params = ['mchirp', 'eta'] 
# which parameters to include, note that now it should only be 'mchirp' and/or 'eta'
Edited by VINAYA VALSAN

Merge request reports