- Sep 04, 2018
-
-
Aaron Viets authored
gstlal_compute_strain: pipeline searches for filters file given only file name in config file. Order of preference for which filters to use is: 1) Filters from the calibration SVN (that is, those found in /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/*/GDSFilters/) 2) Filters in the user's home directory in a subdirectory called GDSFilters 3) Filters in the user's home directory in any subdirectory
-
Aaron Viets authored
- tests/check_calibration: Caitlin Rose's Automated testing scripts and Makefiles for doing calibration tests. - gstlal_compute_strain: Don't demodulate the pcal channel again to compute SRC detuning if re-using the ~30 Hz pcal line - lal_transferfunction: 1. Bug fixes for median of transfer functions. 2. Option to compute first transfer function asap at start of stream. 3. Use GPS time to decide when to update transfer functions so that output becomes independent of start time asap. - tests/check_calibration: Added plotting script and Makefile example for plotting time series of \DeltaL / pcal at calibration line frequencies. - config_files: Example config file for offline calibration with noise subtraction.
-
Kipp Cannon authored
- increase minimum required framecpp to the version currently in production
-
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
-
-