Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
  2. Jan 19, 2019
  3. Nov 30, 2018
    • Surabhi Sachdev's avatar
      To allow for a different highest sampling rate than 2*fhigh · b00bc6f5
      Surabhi Sachdev authored
      
       - gstlal_inspiral_pipe and gstlal_svd_bank take as option
      --sample-rate
       - the waveforms that are generated with a lower fhigh
      are shifted forward such that all waveforms in a given
      sub bank have a common amount of early warning
       - this has the effect that the actual fhigh of waveforms
      is less than requested in a given sub bank, since the
      waveforms are shifted according to the waveform that takes
      longest to go from fhigh to ISCO
      
      Signed-off-by: default avatarSurabhi Sachdev <surabhi.sachdev@ligo.org>
      b00bc6f5
  4. Sep 23, 2018
  5. May 01, 2018
  6. Jul 24, 2017
  7. Jun 20, 2017
  8. Feb 13, 2017
  9. Feb 01, 2017
  10. Jan 24, 2017
  11. Jan 23, 2017
  12. Jan 20, 2017
  13. Dec 08, 2016
  14. Jul 20, 2016
  15. Jul 18, 2016
  16. Jul 08, 2016
  17. Jun 19, 2016
  18. May 26, 2016
  19. Jul 16, 2015
  20. Jul 13, 2015
    • Kipp Cannon's avatar
      cbc_template_fir: replace joliens_function() with lalsimulation calls · 49472a3c
      Kipp Cannon authored
      - 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
      49472a3c
  21. Jul 07, 2015
  22. Jun 30, 2015
  23. May 14, 2015
  24. May 13, 2015
  25. May 12, 2015
  26. Jan 17, 2015
    • Kipp Cannon's avatar
      gstlal-inspiral: "fix" a long-standing off-by-one mystery · 5a07ead6
      Kipp Cannon authored
      - there was a mysterious off-by-one hack included in the firbank latency
        in lloidparts that had been found to be required in order to get the
        impulse response from the different template fragments to line up
        properly.  this patch doesn't really explain the mystery, but moves
        the logic from the firbank into the template slicing logic so that it
        all lives in one place, and corrects an overall off-by-one latency
        error while at it.
      5a07ead6
  27. Oct 30, 2014
Loading