- Sep 06, 2019
-
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
used in place of the unit_size member in the adapter, which is a private member
-
Cody Messick authored
-
Cody Messick authored
GSTLALItacac struct (GSTLALItacacPad still has a waiting member)
-
Cody Messick authored
-
Cody Messick authored
uniform
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
and setcaps. Removed rate, channels, difftime, and peak_type members from itacacpad. Removed old union from data_container struct. Changed rate from a guint to a gint. Added new GMutex named caps_lock to itacac, for use when setting caps on pads and ensuring they are consistent with caps on other pads. Created static function named get_instrument_pad_pointer for setting up convenience pointers itacac->*1_itacacpad.
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
Removed hardcoded_srcbuf_crap function from itacac. This involves changing how the snr time series are stored in the buffer passed to python, meaning the from_buffer function in snglinspiraltable.c had to be modified. The order of the snr time series were also changed, resulting in minor changes to gstlal_snglinspiral.c and snglinspiralrowtype.c.
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
itacac: Replaced last_gap and adjust_window properties on itacacpad with samples_available_for_padding
-
Cody Messick authored
-
Cody Messick authored
-
- Jul 23, 2019
-
-
Chad Hanna authored
-
- May 28, 2019
-
-
Chad Hanna authored
gstlal_itacac.c: fix bug where you try to flush more samples than we have from an adapter in a corner case
-
- Mar 21, 2019
-
-
chad.hanna authored
-
- Feb 27, 2019
-
-
Cody Messick authored
-
- Feb 18, 2019
-
-
Cody Messick authored
-
- Feb 17, 2019
-
-
Cody Messick authored
-
Cody Messick authored
-
Cody Messick authored
-
- Jan 19, 2019
-
-
Cody Messick authored
-
Cody Messick authored
-
-
- Oct 02, 2018
-
-
Cody Messick authored
dropping coinc function
-
- Oct 01, 2018
-
-
Cody Messick authored
2 gstlal_peak_state structs per sinkpad. Also rearranged logic a bit, so nongaps are now copied and sorted for all 3 detectors before any triggers are generated
-
Cody Messick authored
compute chisq for the first sample in a trigger window, itacac will now try to save enough samples to form a coincidence with something in the next window. The bookkeeping is 'done', though it's probably got bugs. This version of itacac will also probably still not compile. It's got some coincidence stuff in it, but the coincidence stuff isn't complete
-
- Sep 30, 2018
-
-
Cody Messick authored
gstlal_peak_state structs. Not sure if this plumbing will be used, but committing it so that we wont lose it. Note that itacac will not work at all in this commit, probably wont even compile
-
- Sep 27, 2018
-
-
Cody Messick authored
lines from header file. Added logic using a local copy of struct gstlal_peak_state with includes a new boolean called no_peaks_past_threshold, meant to be a temporary hack to inform python layer of times when a trigger could exist for an IFO but none do
-
- Sep 25, 2018
-
-
Cody Messick authored
-