https://github.com/gwastro/pycbc

sort by:
Revision Author Date Message Commit Date
10dffcc v1.4.0 05 May 2016, 20:14:40 UTC
76c63d1 Set the default measure level to zero (#811) * make measure level 0 the default * fixed measure level comment 05 May 2016, 17:51:54 UTC
5ea6282 Making small changes to the PyGRB result page. (#807) Adding injection recovery plots vs true injected distance as well as effective distance. Also show recovery and exclusion curves for all 6 offsource trials, not just the first 2. Also fix bug in warning message. 04 May 2016, 12:22:46 UTC
e07ba4d make FDomain and TDomain CBCGenerators pickle-able (#804) 04 May 2016, 00:06:31 UTC
b5b26c7 Fix to collision between kernel name and function name "norm" (#805) * Fix to collision between kernel name and function name * Fixed typo 03 May 2016, 23:30:52 UTC
e02c90a Merge pull request #800 from soumide1102/UpdateBundlesDoc1 Added steps before pushing bundles to the git repo, added comments for handling failed jobs in bundle building, fixed typos 03 May 2016, 17:21:06 UTC
9935cee Make likelihood evaluator callable (#802) * make likelihood evaluator callable * make loglikelihood take an array rather than args 03 May 2016, 15:40:21 UTC
b759181 Added steps before pushing bundles to the git repo, added comments to the explanation for failed jobs while bundling and ways to fix them, and fixed typos. 03 May 2016, 03:29:28 UTC
d69b820 Merge pull request #799 from soumide1102/UpdateRequirements Added dqsegdb and ligo-gracedb dependencies 03 May 2016, 01:40:19 UTC
24365e8 Added dqsegdb and ligo-gracedb dependancies 03 May 2016, 00:35:54 UTC
67341ab Merge pull request #796 from soumide1102/UpdateBundlesDoc Added comments and fixed typos in the pycbc bundles instructions 28 April 2016, 19:24:13 UTC
da08ca9 Add inference module (#793) * add inference module * allow a different psd for each detector * switched to 2.6 syntax for creating dicts 28 April 2016, 18:26:55 UTC
0c082c0 Einsteinathome upstream (#779) * E@H: libutils: make get_libpath_from_dirlist() aware of DLLs * E@H: control PyCBC behavior by environment variables: - don't try calling pkg-config if NO_PKGCONFIG is set - don't try calling getconf if NO_GETCONF is set - take LEVEL2_CACHE_SIZE from environment if set - don't create directory in /tmp if NO_TMPDIR is set - set INITIAL_LOG_LEVEL for logging before the command line (e.g. --verbose) is parsed * E@H: add command-line option --fixed-weave-cache - uses weave cache at $PWD/pycbc_inspiral * E@H: centralize management of WEAVE_FLAGS - get rid of hardcoded '-march=native -O3 -w' scattered around - '-march=native -O3 -w' becomes default for WEAVE_FLAGS - environment WEAVE_FLAGS are added to the default unless these contain '-march=', in which case the environment settings override the default * E@H: program to scan stderr.txt for progress indicators and write 0.0-1.0 to progress.txt - enable debug output (to stderr) with '-v' - with '-f', writes scanned lines not indicatiing progress to stdout ('filter' progress accounting) - adjust sleep period with '-s <seconds>' (defaults to 1s) - specify initial 'progress' at progream start with '-p <fraction>' (defaults to 0.0001) - pass name of the file to watch on command-line (last argument, defaults to 'stderr.txt') - terminates when progress reaches 1.0 * E@H: don't require to set redundant environment variables - try calling "pkg-config --version"; if this fails, set NO_PKGCONFIG automatically - if getting LEVEL2_CACHE_SIZE from environment, don't call getconf even if NO_GETCONF is not set * E@H: prepare hooks for using newer PyInstaller (>= 3.0) * E@H: tool to check for GW150914 trigger in a result file (from Tito) * E@H: tool to create a fake fstab for the Cygwin process - mount points /project and /projects/<project_dir_name> - cross-compile on a Linux machine with MinGW installed, e.g.: ssh wheezy-qemu x86_64-w64-mingw32-gcc -x c - -o fstab.exe < fstab.c && scp wheezy-qemu:fstab.exe . 28 April 2016, 18:19:51 UTC
9412b22 Merge pull request #794 from ligo-cbc/cmbiwer-install-typo-1 Fix typo in install script promt. 28 April 2016, 17:31:35 UTC
f08728d Added correct pathnames to README.md and executables.ini files 28 April 2016, 17:29:50 UTC
bad40c7 Fix typo in install script promt. 28 April 2016, 16:40:16 UTC
b06bace Add waveform generation module to waveform (#792) * add waveform generator module * updated generator for changes to apply_time_shift * some simplifications to FDomainDetFrameGenerator, as suggested by Alex * removed epoch from generator as it was not really needed 28 April 2016, 15:25:57 UTC
739681f fix apply_td_shifts copy so that it returns a frequency series instead of an Array (#791) 28 April 2016, 11:24:54 UTC
bf95a1a Merge pull request #790 from cdcapano/fd_time_shift_func Add a function to waveform utils to shift an fd waveform in time 28 April 2016, 10:46:46 UTC
1a39017 made apply_fd_time_shift agnostic to scheme, other suggested changes by Alex 28 April 2016, 10:43:10 UTC
c7fd1e0 add a function to waveform utils to shift an fd waveform in time 28 April 2016, 09:32:39 UTC
c26ac0d Merge pull request #789 from josh-willis/master Add pycbc.fft.backend_mkl as hidden dependency for pyinstaller 27 April 2016, 22:36:22 UTC
ebb74b4 Add pycbc.fft.backend_mkl as hidden dependency for pyinstaller 27 April 2016, 22:22:25 UTC
3bda263 Fixes bug when not using lalapps_coh_PTF_inspiral (#785) 27 April 2016, 16:21:50 UTC
1222ba1 Calculating data requirements at runtime (#784) The minimum amounts of data before and after the onsource differ depending on whether --analyse-segment-end is used. This change adds the calculation of these quantities to the workflow. They can be removed from the config files. 27 April 2016, 16:21:00 UTC
1e71484 updated documentation for running on OSG (#781) 27 April 2016, 14:55:52 UTC
195e324 Updated documentation for creating bundles (#782) * added bundle build script * updated bundle documentation * Instructions for creating bundles 27 April 2016, 14:55:25 UTC
dc83d89 Add multiply_and_add method (#777) 27 April 2016, 14:30:28 UTC
9a59939 Merge pull request #787 from lppekows/mklfix Adds two libraries needed to use MKL in bundles 26 April 2016, 21:33:46 UTC
e2960a8 Passes the valid analysis segment to the pp code (#783) Before this change the post processing was hard coded to expect the middle of each segment was being analysed. Now, whatever the valid analysis segment is, it is correctly passed to pylal_cbc_cohptf_trig_combiner jobs. 26 April 2016, 15:12:18 UTC
305227c Merge pull request #778 from spxiwh/gen_hwinj_nr_support Adding numrel_data argument for hwinj code 25 April 2016, 16:57:34 UTC
8de55b1 Merge pull request #775 from a-r-williamson/pygrb_analyse_seg_end Ensure signals are injected into the analysed seg 23 April 2016, 09:45:05 UTC
0e415d4 Merge pull request #770 from soumide1102/ReplicaSelect Inserted replica selection options to default pegasus properties file 21 April 2016, 14:13:18 UTC
c32b92e Fix to avoid request memory config override to give an error (#771) 21 April 2016, 08:43:10 UTC
7dc4624 Merge pull request #742 from ahnitz/romopt speed of waveform generation where requested df << required 13 April 2016, 08:39:11 UTC
8eed883 Variable flow * add function to find the start frequency for a given filter length * add optional variable f_low to filterbank class * add mex template length option to pycbc inspiral * use is not None instead of is 07 April 2016, 15:05:17 UTC
bba8f0c Improve autogating PSD estimation and documentation * Remove tapered portion of input time series from PSD estimation. * Add a docstring to detect_loud_glitches(). 07 April 2016, 09:07:36 UTC
03d419f Merge pull request #762 from soumide1102/AddXSEDEsite Inserted the line to add XSEDE sites to the OSG site catalog 06 April 2016, 21:51:17 UTC
57def85 Merge pull request #761 from lppekows/xrootd Add settings for xrootd client tools 06 April 2016, 20:20:05 UTC
df2d03a Inserted the line to add XSEDE sites to the OSG site catalog 06 April 2016, 19:16:10 UTC
ddf9c9a Add settings for xrootd client tools 06 April 2016, 17:53:40 UTC
51bb0a7 Merge pull request #754 from titodalcanton/speedup_autogating Faster autogating 04 April 2016, 17:03:08 UTC
2a104bf Merge pull request #753 from cmbiwer/fix_install Update install script to check for nose before HDF5 install 04 April 2016, 15:43:34 UTC
676ba3a Update install script and docs to check for nose version before install HDF5. 04 April 2016, 14:59:59 UTC
699e342 Fix whitespace problem 02 April 2016, 16:15:19 UTC
0667f1c Revert "relax agparse requirement" This reverts commit ea4198a5eafa8f44542a24a51de50fb11a10c8da. 02 April 2016, 16:15:19 UTC
edb2170 Fixes for INTERP branch 02 April 2016, 16:15:19 UTC
c773c5c A bug fix in the offset parameter and enforce length >= 2s 02 April 2016, 16:15:19 UTC
e7f86ae Add some more hookups for interpolated waveforms. 02 April 2016, 16:15:19 UTC
804ac9e Remove debugging statement 02 April 2016, 16:15:19 UTC
68318d1 iterate through approximants that provide a time duration estimate to determine which to allow for inerpolation 02 April 2016, 16:15:19 UTC
58850d8 more fixes 02 April 2016, 16:15:19 UTC
3927aba fix delta_f not coming from kwd 02 April 2016, 16:15:19 UTC
332458e move interplate function to filter 02 April 2016, 16:15:19 UTC
2cf50f7 make sure fft for interpolate is on power of 2 02 April 2016, 16:13:22 UTC
0247f3e do the math in single precision 02 April 2016, 16:13:22 UTC
f74a362 relax agparse requirement 02 April 2016, 16:13:22 UTC
77f9cae add optional way to use interpolated fd waveforms 02 April 2016, 16:13:22 UTC
6c22fb3 fix seob rom f final 02 April 2016, 16:13:22 UTC
447db99 Don't generate SEOB waveforms longer than they need to be 02 April 2016, 16:13:22 UTC
33a0536 Faster autogating 01 April 2016, 16:40:28 UTC
22fbf5b Merge pull request #750 from stevereyes01/pageSensitivityFix Ian's caption suggestion 31 March 2016, 14:07:42 UTC
0873f03 Made a fix to the caption that is simpler and better. 31 March 2016, 13:26:12 UTC
3b20ec9 Merge pull request #739 from lenona/documentation Changes to the instructions for Creating Releases of PyCBC. 31 March 2016, 12:44:46 UTC
84776a1 Merge pull request #749 from stevereyes01/pageSensitivityFix PyCBC Page Sensitivity has wrong captions 31 March 2016, 12:44:11 UTC
2eca712 Merge pull request #745 from ahnitz/leg1 Leg1 31 March 2016, 08:25:56 UTC
0e7c434 The caption is incorrect as originally stated, the darker line in the pycbc sensitive X vs Significance are for dogs out, but in fact they are done by including the injections in the time slide estimation of the background. The lighter lines should be for dogs in, but the old caption had it as dogs out. 31 March 2016, 03:22:51 UTC
23cd28b Merge pull request #748 from spxiwh/nr_inj_fix Support for NR injections in lalsimulation 30 March 2016, 16:09:43 UTC
1b579d9 Some waveforms don't work with test_waveform 30 March 2016, 15:00:20 UTC
b3399c0 Remove old NR injection code 30 March 2016, 14:59:51 UTC
721891b Add instructions for temporary virtual environment. 30 March 2016, 14:34:38 UTC
0cae406 Enable NRHDF waveforms in PyCBC 30 March 2016, 14:17:31 UTC
36c016b Merge pull request #744 from ahnitz/resc removing ldas remnants 30 March 2016, 10:03:33 UTC
9a15d7f Merge pull request #740 from ahnitz/del2 the future is now, remove stuff now supported in the version of numpy… 30 March 2016, 09:58:55 UTC
e5cc1c3 remove playground from setup.py 29 March 2016, 17:41:20 UTC
0d67783 remove playground exe 29 March 2016, 17:40:24 UTC
fb94cae restore segment import 29 March 2016, 17:30:07 UTC
666e432 remove pipedown related post-processing 29 March 2016, 17:21:12 UTC
4b5cea7 edit setup.py, remove pipedown plots 29 March 2016, 17:18:24 UTC
b0992d1 add comment 29 March 2016, 17:09:00 UTC
910f0d9 remove reference to legacy splittable from splittable.py 29 March 2016, 16:56:54 UTC
5c28c84 remove legacy tmpltbank/inspiral classes 29 March 2016, 16:55:34 UTC
f9dc882 remove legacy inspiral and tmpltbank from jobsetuputils 29 March 2016, 16:46:39 UTC
a1690aa remove pipedown related coincidence workflow setup 29 March 2016, 16:41:45 UTC
200afe3 remove pipedown workflow 29 March 2016, 16:41:32 UTC
1071af9 firwin isn't so slow at the moment, so lets not precalculate it, generalize the factoring 29 March 2016, 16:12:49 UTC
f28b918 use firwin and not hardcoded coefficients that we stole from ldas 29 March 2016, 16:12:49 UTC
079f6d2 fix typo 29 March 2016, 16:11:38 UTC
f2b8909 Merge pull request #731 from ahnitz/filterx more filtering 29 March 2016, 09:47:58 UTC
5507a80 Merge pull request #730 from ahnitz/dynbank add alternate filterbank class 29 March 2016, 09:46:15 UTC
1eeef0e the future is now, remove stuff now supported in the version of numpy we require 28 March 2016, 12:21:56 UTC
07ce8c3 add some comments to the fir_zero_filter helper, and remove the redundant corruption zeroing 28 March 2016, 10:54:48 UTC
c7ff1bf add unittest for the hand written lfilter 28 March 2016, 10:54:47 UTC
c026b8c add beta docstring documentation 28 March 2016, 10:54:47 UTC
b9ac5ef fix highpass filter 28 March 2016, 10:54:47 UTC
376cedb add fir highpass and lowpass helpers 28 March 2016, 10:54:46 UTC
5ed40d0 refactor zero phase fir filtering into a helper function 28 March 2016, 10:54:46 UTC
4f20789 fix bugs in last resample patch 28 March 2016, 10:54:46 UTC
76a41ca speed up lfilter by using fft convolution 28 March 2016, 10:54:46 UTC
ae11e67 add a docstring 26 March 2016, 21:28:52 UTC
back to top