- Jan 20, 2017
-
-
Alexander Pace authored
-
Kipp Cannon authored
- rate.py's d550e7f7717fb81f9c441abe8bb44ef1b94ac74c made NDBins instances unpickleable because the ._getitems tuple of instance methods creates issues. this makes it impossible to return them from a subprocess via a queue object. - this switches to returning the BinnedArray's array objects rather than the entire BinnedArray (with its NDBins)
-
Kipp Cannon authored
-
- Jan 19, 2017
-
-
Kipp Cannon authored
- if the filter length and channel count haven't changed, don't erase the filter history
-
- Jan 13, 2017
-
-
Alexander Pace authored
-
Aaron Viets authored
-
- Jan 12, 2017
-
-
Kipp Cannon authored
-
- Jan 11, 2017
-
-
Chad Hanna authored
gstlal_snglinspiral.c: add one sample of slop in data buffer time stamp to allow for the fact that trigger end times are interpolated
-
Kipp Cannon authored
- also don't do (end_time + 1e-9 * end_time_ns), do (end). sheesh, where is this stuff coming from!? never ever has it been necessary to do this arithmetic by hand. ever.
-
Kipp Cannon authored
- not necessary for trigger end times to be confined to each buffer's segment, only that they not precede the buffer's start time.
-
- Jan 10, 2017
-
-
Kipp Cannon authored
- move repeated surrounding logic into it to simplify calls to the function and shorten the code path in the case of 0-length output buffers by avoiding the map()/unmap() pair
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- Jan 07, 2017
-
-
Cody Messick authored
be associated with one injections (i.e. if two injections had the same chirp mass, only one of those two injections would make it into the output files)
-
- Jan 05, 2017
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Kipp Cannon authored
-
- Jan 03, 2017
-
-
Chad Hanna authored
-
Kipp Cannon authored
- in ThincaCoincParamsDistributions avoid creating an intermediate variable - compress some documentation
-
Kipp Cannon authored
- use min(...) to find the min of a sequence, not sort(..)[0] - don't do ("%s" % event.ifo), just (event.ifo) - don't do (event.end_time + 1e-9*event.end_time_ns), do (event.end), and - don't cast gps times to float, only differences of gps times - consistently set params.t_offset to a dictionary whose values are floats, not sometimes ints
-
- Dec 22, 2016
-
-
Kipp Cannon authored
- tableName attributes in table classes no longer carry the ":table" suffix explicitly
-
- Dec 21, 2016
-
-
Duncan Meacher authored
-
Duncan Meacher authored
-
Duncan Meacher authored
-
Sarah Caudill authored
-
Aaron Viets authored
gstlal_compute_strain: Fixed bug in NOGATE channels. There were gates affecting some input values to these channels. This does not affect h(t), the calib_state_vector, or the applied kappas.
-
- Dec 20, 2016
-
-
Sarah Caudill authored
-
- Dec 19, 2016
-
-
Kipp Cannon authored
- introduced in 885d7e81
-
- Dec 16, 2016
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- increase to 32 seconds for consistency with the corresponding default value in gstlal_inspiral's command line options
-
- Dec 15, 2016
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- Dec 14, 2016
-
-
Kipp Cannon authored
- don't rely on singles being flushed to disk to do this for us, takes too much memory to do so
-