- Apr 17, 2018
-
-
Aaron Viets authored
- lal_complexfirbank: Now handles latencies longer than filter length. - lal_insertgap: Compute offset when throwing away initial data as offset relative to the time when streaming started. - calibration_parts.py: remove_lines_with_witness should work now.
-
- Apr 14, 2018
-
-
Aaron Viets authored
-the code needs to know how many input samples are needed to drain enough of the history for there to be nothing but 0s remaining. to determine the amount of non-zero history, instead of counting contiguous non-zero samples from the start of the history count contiguous zero samples from the end and subtract from the total.
-
- Apr 13, 2018
-
-
Aaron Viets authored
gstlal-calibration: adjust gstreamer plugin .so filenames on gstreamer 1.14+ to work around changes to name mangling used by the plugin scanner
-
- Apr 05, 2018
-
-
Aaron Viets authored
-
- Apr 04, 2018
-
-
Aaron Viets authored
lal_transferfunction: fixed off-by-one bookkeeping bug in storing old data, and property-setting bug
-
- Apr 03, 2018
-
-
Aaron Viets authored
lal_transferfunction: fixed Tukey window bug. Also use comple conjugate when resampling transfer functions and going past the edges.
-
Aaron Viets authored
-
- Apr 02, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Apr 01, 2018
-
-
Aaron Viets authored
lal_transferfunction: Made fir filter length independent of fft length. Added ability to resample and low-pass filter transfer functions to produce fir filters. Reduces noise in transfer functions wieh multiple witness channels are equally well correlated with the signal to be cleaned.
-
- Mar 28, 2018
-
-
Aaron Viets authored
lal_transferfunction: allow any length of fir filters by resampling the transfer functions. Reduce noise by low-pass filtering transfer functions.
-
- Mar 25, 2018
-
-
Aaron Viets authored
lal_transferfunction: Only update transfer functions and FIR filters if they were computed successfully.
-
- Mar 24, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Mar 20, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
Aaron Viets authored
audioresample_test.py: simple pipeline to compute the transfer function associated with downsampling and upsampling data with audioresample
-
- Mar 16, 2018
-
-
Aaron Viets authored
-
- Mar 15, 2018
-
-
Aaron Viets authored
lal_transferfunction: if transfer function of fir filter generation fails for any reason, immediately try again.
-
- Mar 14, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
Aaron Viets authored
-
Aaron Viets authored
-
- Mar 13, 2018
-
-
Aaron Viets authored
-
- Mar 09, 2018
-
-
Aaron Viets authored
gstlal_compute_strain: added option to remove DC component from residual and control channels before filtering.
-
Aaron Viets authored
-
- Mar 08, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
lal_resample: found downsampling bug that counts samples incorrectly when the first timestanp is not a multiple of the longer sampling period
-
- Mar 02, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Feb 28, 2018
-
-
Aaron Viets authored
-
- Feb 25, 2018
-
-
Aaron Viets authored
-
- Feb 21, 2018
-
-
Aaron Viets authored
-
- Feb 01, 2018
-
-
Aaron Viets authored
-
- Jan 31, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Jan 30, 2018
-
-
Aaron Viets authored
-
Aaron Viets authored
-
- Jan 28, 2018
-
-
Aaron Viets authored
lal_transferfunction: numerous fixes to fir filter generation. calibration_parts.py: data cleaning function
-
- Jan 26, 2018
-
-
Aaron Viets authored
-