- Sep 04, 2018
-
-
Kipp Cannon authored
- update to newer autotools scripts
-
Kipp Cannon authored
- also somebody's been modifying this without putting "\" characters into lines. I guess it worked ... but ... seriously? https://www.youtube.com/watch?v=FClGhto1vIg
-
Kipp Cannon authored
-
-
multichannel_datasource.py: tweak settings and reading of channel INI files to make them much easier to use
-
feature_extractor.py: allow buffer in queue to be smaller than 1 sec to reduce overall latency, fix utils.floor_div to allow non-integer floor division
-
fxtools/feature_extractor.py: fix edge cases where wrong durations were being applied to hdf5 files, rename some methods to be more informative
-
-
fxtools: factored out waveforms from utils.py to waveforms.py, updated references in other places. add tapered sine gaussian waveform to feature extractor exec
-
fxtools/utils.py: add TaperedSineGaussianGenerator for tapering waveforms that are above the maximum latency allowed, fixed a bug from not copying dict, clean up trailing whitespace
-
fxtools/utils.py: created a base class TemplateGenerator that sine-gaussians are derived from for ease of extending to other templates
-
-
-
-
-
Kipp Cannon authored
- include gracedb metdata to allow jobs associated with a specific DAG to be isolated
-
-
Kipp Cannon authored
- NOTE: a matching patch has already been pushed to glue, so all SnglInspiral row object types now provide the simulated attribute
-
-
far.py: fix issue in RankingStat where number of kwargs were not being passed in, changed kwarggen to be a generator, not return a single dict
-
Kipp Cannon authored
-
Kipp Cannon authored
- also report end-of-stream book keeping activity
-
Kipp Cannon authored
- the code that needed to be detangled appears to have detangled itself.
-
Kipp Cannon authored
-
-
-
-
-
-
-
-
-
gstlal_ll_inspiral_daily_page_online: make the default sleep 1 hour to prevent a bunch of empty directories from getting mad during cold boot
-
-
gstlal_inspiral_plotsummary: support null fars and likelihoods, which can happen for online cold boots
-
gstlal_inspiral_marginalize_likelihoods_online: up the number of samples: FIXME we need to parallelize this so that we can do more samples online
-
-
-
python/lloidhandler.py: shorten the amount of data stored in deques to make downloads and aggregation faster
-
-