-
- Downloads
cbc_template_fir: replace joliens_function() with lalsimulation calls
- port code to functions in lalsimuation. also change the padding formula from 1.1 * tchirp + 1 to 1.1 * tchirp + 3/flow. - even with the original padding formula the results are slightly different. e.g., with the ER7 "em bright" bank and an f low of 10 Hz, the old implementation determined the padding to be 175.7 s with a padded f flow of 9.647 Hz, while the same formula implemented with the lalsimulation functions determines the padding to be 179.8 s with a padded f low of 9.583 Hz. - this also adds some input checking to avoid getting weird error messages from this code - refs #2179
Please register or sign in to comment