- Sep 04, 2018
-
-
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
-
-
Inflating commit count: update Dockerfile with latest MKL and build parameters. Triggering a change to test CI/CD.
-
Kipp Cannon authored
- program was extracting instrument names from the first two characters of the description column. this is not consistent with the behaviour of the cache handling code, which uses the obsevatory column to store instrument names. for predictability this program should behave the way other programs based on LAL's cache handling code behave, which is achieved, here, by simply using the cache handling code to do the segment parsing for this program. if there are caches that cannot be properly processed in this matter, then a separate cache format correction tool should be written, and/or, a patch pushed upstream to whatever is the source of those caches.
-
-
-
fxtools/utils.py: change doctest for TimeseriesFeatureQueue since doctest does not play nice with defaultdict
-
Makefile.offline_tutorial_test: changed the DATASTART, DATASTOP times for fake frame production so frames cover the entire span of the analysis
-