swh:1:snp:3a699297f000109a1bc833f294a54171df990207

sort by:
Revision Author Date Message Commit Date
3dbc81c Update setup.py 17 July 2018, 01:02:56 UTC
1643945 Update .travis.yml 17 July 2018, 01:01:52 UTC
0729ad8 Update setup.py 16 July 2018, 23:23:04 UTC
f3c1e7d allow pycbc to be installed in python3 (#2229) * allow pycbc to be installed in python3 * update * fix typo, use six for PY3 checking * ws 16 July 2018, 19:48:22 UTC
70d54c4 Add chi_p and chi_eff from spherical conversions (#2244) * add chi_p and chi_eff from spherical conversions * fix pep8 issue * fix typo in test * fix another typo in the test 16 July 2018, 19:01:16 UTC
936824b allow pycbc live to resolve only the latest frames (#2230) * allow pycbc live to resolve only the latest frames * cleanup 16 July 2018, 13:57:27 UTC
d18fafe directly use ligolwsegmentlist constructor (#2241) * directly use ligolwsegmentlist constructor * climate? * import error 12 July 2018, 17:06:01 UTC
d0066dd Don't open bank file for writing (#2242) 11 July 2018, 17:20:21 UTC
d48f8ac add chi_p to parameters (#2245) 11 July 2018, 16:30:39 UTC
18d350c allow sections to read parameters be set on command line (#2240) 11 July 2018, 12:47:46 UTC
ad08def Make section names for distributions keyword args (#2239) * make sections to read variable_args a keyword argument * update doc string * break read_args_from_config into two separate functions * update test * simplify complexity, fix line continuation 11 July 2018, 09:57:29 UTC
4c3b550 return default values if burn-in attrs haven't been written to file (#2237) 11 July 2018, 06:48:15 UTC
67d0fdc make sure variables to frame cache are strings (#2238) 11 July 2018, 06:24:46 UTC
e876fd1 try to get labels from waveform.parameters (#2236) 10 July 2018, 22:15:48 UTC
fe7aac3 Updates to n acl burn-in (#2174) * only use second half of chain for n_acl burn-in * change default to 25 * fix checking for burn in update * ignore previous burn in * add acl interval * scale the acl interval based on number of iterations * change default nacls to 5 * undo skip burn in * change acl interval scaling 10 July 2018, 20:15:55 UTC
ad51cf7 Allow conversions to be used in PP dax (#2168) * read parameters for pp plots from ini file * move plot args back to inference section * allow for functions to be used in plot inj recovery * write files to output directory * move chdir so can load cp files * sanitize plot names * fix inference file path * properly parse parameters arguments * fix typo * don't remake run directory 10 July 2018, 17:49:09 UTC
74ba276 Tell PyCBC that LOSC frames are available on the OSG (#2235) * only the regular ligo frames are at UNL and CIT * LOSC frames are on the OSG 10 July 2018, 17:05:36 UTC
4520b5c Invoke pycbc_inspiral with injections in the bundle build (#2233) * add dummy injections file * add a bank with one template for the injection run * run a set of injections to compile this code path * remove newline from arguments * fixed typo 10 July 2018, 16:30:38 UTC
729fa94 fix up lalsuite install docs (#2232) 10 July 2018, 13:03:16 UTC
376e9de add convenience methods to get value at time or freq (#2220) * add convenience methods to get value at time or freq * Update frequencyseries.py * rename methods 09 July 2018, 16:54:25 UTC
6dff494 add in array_cpu stuff (#2226) 06 July 2018, 13:08:51 UTC
1a7ebb9 cythonize the spa template generation (#2225) * example spa_tmplt not cythonized * actually commit the new code * climate * try this * better order * clean 06 July 2018, 12:08:00 UTC
57b6190 remove setup.py cruft in prep for cython support (#2224) 06 July 2018, 07:09:24 UTC
37e3d5e Add optimal detector functionality to conversions (#2223) * Add optimal detector functionality to conversions * Docstring and function names to match pycbc conventions 05 July 2018, 13:21:10 UTC
06a7cfc log pycbc live chunk end (#2216) * log pycbc chunk end * update 03 July 2018, 13:51:33 UTC
fc8af22 Use glue.ligolw again (#2221) * Remove pycbc.ligolw * Work with new table format * What is going on here?!? * Updating to glue changes 30 June 2018, 07:32:30 UTC
7d4314f allow graceful exit (#2192) 29 June 2018, 10:07:01 UTC
39b0cd5 https url for lalsuite (#2219) * https url for lalsuite * Make https the default 27 June 2018, 22:22:42 UTC
1b20241 add some basic metadata in setup.py (#2218) 27 June 2018, 09:49:34 UTC
0a3fba4 don't require pyrxp (#2203) 26 June 2018, 21:54:54 UTC
61868cf Clone lalsuite from git.ligo.org (#2217) 26 June 2018, 19:22:47 UTC
6898957 scatter_histograms.py: adding size option (#2213) * scatter_histograms.py: adding size option adds a size option to create_multidim_plot that gets passed to matplotlib scatter * fix indent for codeclimate 26 June 2018, 14:09:32 UTC
8603cac move back to dev (#2215) 26 June 2018, 13:43:07 UTC
e8046de bump glue again, bump release (#2214) * set back to dev * bump release, glue 26 June 2018, 08:56:10 UTC
5f81416 set to 1.11.0 release (#2211) 25 June 2018, 12:41:12 UTC
c8aa311 Add burn_in iterations (#2208) 22 June 2018, 15:36:16 UTC
b963a00 Add coa phase (#2210) * Add coa_phase to parameters * Add coalescence_phase 22 June 2018, 14:09:00 UTC
86fcfdb put wisdom import within try/except for pycbc live (#2207) * try wisdom importing * Update pycbc_live 21 June 2018, 13:53:31 UTC
7bb8a17 PyCBC Live: reorganize GraceDB I/O code (#2193) * PyCBC Live: reorganize some GraceDB code This makes the SingleCoincForGraceDB reusable by other scripts as a simpler interface to GraceDB and BAYESTAR. * Keep less variables around * Make SNR series calculation always-on, and fix a mistake * Add unit test for SingleCoincForGraceDB * Fix a glue-related error; better check of PSD document; remove unused var * Do not require GraceDb module, add more test cases * Uffa * Uffa (II) * Embed PSDs into coinc XML doc, further API simplification * Move gracedb_server arg to the call where it is actually needed * Handle gzipped events; try to save the climate * Will this fix the climate? * FIX THE CLIMATE! * Minor fixes * Newline * Fix error * try to normalize useage of singles * Update __all__ * Improve the climate * Fix errors * Oops * Fix this first * I hope that was it * Fix indentation 20 June 2018, 18:12:14 UTC
8149a5d Added option to provide a filter string in pycbc_plot_singles_vs_params (#2204) * Added option to provide filter function * Fixed quotes * Removed diagnostic print statement 20 June 2018, 16:24:14 UTC
2390e13 move checkpoint check after pool lock (#2200) * move checkpoint check after pool lock * add exceptions * update 20 June 2018, 15:34:42 UTC
288e6e8 bump glue dependency (#2205) 20 June 2018, 12:27:54 UTC
f5bc799 pass down lalsuite hash (#2201) * pass down lalsuite hash * typo * make option * typo * typo * must be full clone 19 June 2018, 08:49:04 UTC
ecb4a88 DEBUG (#2199) * DEBUG * Warning: Minotaurs hidden in tools directory * Try this??? * This must be it!! * Print *all* the file * Worth a try * Shouldn't need that * Into the rabbit hole * Remove cat statements * Remove this 19 June 2018, 08:48:48 UTC
981dd98 Enable pylint and edit CodeClimate config (#2198) * TESTING * Adding * Inspiration from GWIN 17 June 2018, 23:54:49 UTC
829a575 clean up modules related to strain preparation (#2197) * move strain preparation files into a single package * fixup calibration links * pass through strain functions * fix gate links * remove calibration package from setup.py * typos * change one more import 17 June 2018, 21:08:06 UTC
e12946a Update waveform.py (#2196) 13 June 2018, 11:57:02 UTC
dd0fbbe Fix bug introduced in error message (#2194) * Fix bug introduced in error message * Add parenthesis * Fix indentation 11 June 2018, 15:55:42 UTC
f9ff70c Including names of detectors available in lal (#2165) * Including names of detectors available in lal * Fix feedback * Fix typo 01 June 2018, 13:58:29 UTC
eb9c1e8 improve compatibility between pycbc and numpy arrays (#2176) * return scalar as expected for numpy passthrough methods * typo * improve compatibility with numpy arrays * bump numpy version to required one * pass through * better * more * fix * remove unused import 01 June 2018, 08:49:54 UTC
3ccc7aa Update setup.py 31 May 2018, 23:21:58 UTC
e71c5a0 Update setup.py 31 May 2018, 21:46:40 UTC
e13de19 Update MANIFEST.in 31 May 2018, 21:44:54 UTC
3ab54cd revert version to development. (#2188) * bump version * revert version to development 31 May 2018, 13:51:59 UTC
0195bbb bump version (#2187) 31 May 2018, 12:33:52 UTC
bc598ec update Dockerfile (#2186) 30 May 2018, 20:29:13 UTC
472fee4 Update .travis.yml 30 May 2018, 15:43:39 UTC
f6be944 centralize and update lalsuite hash (#2183) * centralize and update lalsuite hash * move to the standard lalsuite git location now 30 May 2018, 15:36:29 UTC
c1a8799 Document how Travis secure strings are constructed (#2137) * document meaning/purpose of global strings * clarified comment s/global/secure/ 29 May 2018, 21:39:57 UTC
b877947 Update README.md 29 May 2018, 20:03:04 UTC
31b66b6 add some simple install instructions (#2181) * install * stuff 29 May 2018, 20:01:09 UTC
123f73c Update waveform.py (#2177) 28 May 2018, 12:08:44 UTC
51ca948 E@H: hotfix for Windos/Cygwin build until lscsoft-glue#40 was merged (#2171) - should automatically become ineffective once branch 'bema-ligo/fix_eah_windows' is deleted, i.e. https://git.ligo.org/lscsoft/glue/merge_requests/40 was merged. 25 May 2018, 00:18:29 UTC
149bed1 return scalar as expected for numpy passthrough methods (#2175) * return scalar as expected for numpy passthrough methods * typo 24 May 2018, 16:40:43 UTC
5c80c8f free the plan for fftw and mkl (#2172) 22 May 2018, 19:21:40 UTC
88483a8 Error message for fake strain with injections (#2173) * Error message for fake straing with injections * Be more specific on error message * Avoid repetitions * Fix codeclimate issue? * Fix codeclimate issue? I don't know what it wants! * Correct indentation 22 May 2018, 18:06:00 UTC
36afd28 Update documentation on OSG running (#2170) 19 May 2018, 21:20:51 UTC
7778974 Simplify ACL algorithm (#2160) * use algorithm from Sokal et al for computing ACL * fix whitespace 16 May 2018, 16:45:05 UTC
28ed891 setup: unfix astropy requirement (#2166) >=2.0.3 is fine as long as <3 15 May 2018, 16:59:55 UTC
528ca5e Only re-calculate burn-in if needed (#2147) * only re-calculate burn-in if needed * fix typo 15 May 2018, 13:40:12 UTC
eef5754 Remove primary/secondary mass constraints in chi_a transforms/conversions (#2156) 15 May 2018, 11:58:09 UTC
98877c2 Install six>=1.10.0 (#2164) 14 May 2018, 20:40:15 UTC
6071086 allow for the whitening psd to be returned (#2161) 10 May 2018, 20:46:33 UTC
d3d0c99 remove the future module (#2162) * remove old INSTALL parts * remove future.y * update scipy requirements * update zpk to use scipy * update results to use python htmlparser * bump matplotlib requirements * no more future module 10 May 2018, 19:19:23 UTC
36d0ac8 Create CODE_OF_CONDUCT.md (#2142) * Create CODE_OF_CONDUCT.md Add the suggested code of conduct from github. * Update CODE_OF_CONDUCT.md 10 May 2018, 16:39:55 UTC
e1360c1 Avoid repeatedly applying the padding (#2159) 09 May 2018, 19:45:57 UTC
5224b50 Add burn in that uses the minimum of max posterior and n acl (#2148) * add max_posterior or n_acl burn in * fix typo 04 May 2018, 09:37:58 UTC
4736f83 Fix bug in some single IFO pygrb runs (#2158) 03 May 2018, 12:39:08 UTC
ea697ba Allow use of remote gating files in pygrb (#2145) 02 May 2018, 19:05:47 UTC
a844d4d don't import gwpy for colors (#2157) 02 May 2018, 14:00:21 UTC
120dbe0 Make understandable which options are missing for fake strain (#2140) * Make understandable which options are missing for fake strain * change lowfreq 02 May 2018, 13:26:27 UTC
1b40c74 Fix pyplot import issue in legacy_grb.py (#2155) * Fix pyplot import issue in legacy_grb.py * Remove usused import 02 May 2018, 12:35:56 UTC
7cfaefc Change m_1 > m_2 when getting masses from mc and q (#2154) * remove m1 > m2 constraint when getting masses from mc and q * ws 01 May 2018, 14:59:41 UTC
fbb93c5 Pygrb o2 dev (#2143) * Fix analysis time when doing gating * Increase pygrb sky patch radius for Fermi GBM GRBs * Adding long timeslides to PyGRB * Fixing ordering of IFOs in PyGRB workflow (to alpha) * Changes to properly generate 3-sigma sky errors * Allow number of long timeslides to be provided * Make sure trigger v time plots dont have slides * Changing autogating to gating in the workflow, as the gating jobs are not necessarily autogating ones * Fix bug caused by new treatment of config file * Gating segment fix * Fix Codacy issues * Fix incorrect result page label for BestNR plot 01 May 2018, 06:38:21 UTC
1e7b3bd Add new coinc event combiner executable (#2151) * Add combiner of coincident events * Add new exe * Tom's comment on accessing detector keys * Deal with minor comments * More comments from Tom 25 April 2018, 16:10:22 UTC
23774be Fix pycbc_single_template_plot error on headless systems (#2152) 25 April 2018, 09:55:51 UTC
7d97727 add fd approximants for td ones (#2131) * use the same name for td from fd approximants * add equivelant td taper function * update documentation * add function to generate fd waveforms from td * fix bug * add td approximants to fd where possible * ws 24 April 2018, 01:31:22 UTC
3405a23 Psd variation - adding freq weighting (#2144) * adding option for weighting by frequency in psd variation * fixing a bug in variation where not enough elements were created to store psd variable value in certain cases * adding changes made to psd variation, added freq weighting * adding in comments to variation code so it becomes clearer what the code is doing * correcting spelling mistake in comments and redefining the start and end time at the beginning of the function as floats 24 April 2018, 01:28:00 UTC
13d273d Fix bug in start index calculation and simplify inline linear; allow compress bank to run on compressed files (#2111) * allow compressed bank files to be compressed * make sure compress bank doesn't write previously compressed waveforms * fix start idx calculation * include last point in interpolation * simplify and fix bug in interpolation code 23 April 2018, 17:10:04 UTC
a93f89e Change 32 by h1.duration in delta_f (#2146) 21 April 2018, 13:02:53 UTC
9ebff7c Fix bug in colored_noise function (#2139) * Fix bug in colored_noise function * Change documentation instead 19 April 2018, 10:27:52 UTC
c9dc65a Allow mchirp, q transform to handle either q > 1 or q < 1 (#2136) * Allow mchirp, q transform to handle either q > 1 or q < 1 * remote whitespace 18 April 2018, 19:36:21 UTC
fe95ea9 Add checks to not crash upstream code if there are not any foreground events after hierarchical removals. (#2135) 18 April 2018, 14:52:48 UTC
15fd8a7 Update citation guide with Nitz+ 2017 (#2132) * Update citation guide with Nitz+ 2017 * Use code-block 17 April 2018, 13:00:16 UTC
e439768 Use official sphinxcontrib-programoutput again (#2134) 17 April 2018, 12:54:38 UTC
ad7f028 Fix a build issue in Travis (#2133) * Does this fix the build? * Try also this * Update docs a little 17 April 2018, 09:46:21 UTC
1cca4f9 removed trailing whitespace where I could find it (#2127) 16 April 2018, 14:16:17 UTC
482b594 Fixed DeprecationWarning when using numpy.linspace (#2124) * cosmology._DistToZ: use self.numpoints in __init__ means there's a single place where `numpoints` is referenced (as opposed to `self.numpoints`) * cosmology._DistToZ: store numpoints as int removes `DeprecationWarning` when calling `numpy.linspace` 15 April 2018, 13:57:08 UTC
1657191 pycbc: fixed two uses of python as a statement (#2128) needs to be a function call in python3 12 April 2018, 06:57:40 UTC
e1b5e6d ParameterList: use OrderedDict for dicts (#2125) preserves ordering of parameters 11 April 2018, 18:19:19 UTC
back to top