Skip to content
Snippets Groups Projects
  1. Dec 08, 2016
    • Leo Singer's avatar
      Enable upload single-detector SNR time series to GraceDB · f1028708
      Leo Singer authored
      The old approach of storing a pointer to the COMPLEX8TimeSeries in
      the GSTLALSnglInspiral struct did not work because we would often
      add more than gst_buffer_get_max_memory() memory objects to a buffer.
      Consequently, GStreamer would merge the memory objects together,
      deallocating the original objects and causing the COMPLEX8TimeSeries
      to be freed too early. There is no safe way to use a GstBuffer to
      store a pointer to out-of-band auxiliary data.
      
      The new approach is to store the SNR time series samples inline in
      the buffer.
      f1028708
  2. Dec 07, 2016
  3. Dec 04, 2016
  4. Dec 03, 2016
  5. Dec 02, 2016
  6. Dec 01, 2016
  7. Nov 30, 2016
  8. Nov 29, 2016
  9. Nov 28, 2016
  10. Nov 27, 2016
  11. Nov 26, 2016
Loading