swh:1:snp:3a699297f000109a1bc833f294a54171df990207

sort by:
Revision Author Date Message Commit Date
88a6d74 Update setup.py (#1313) 06 December 2016, 13:48:51 UTC
009a340 Update install documentation (#1320) * set pegasus version to 4.7.2 * default is to install from pypi * add note about rom data 06 December 2016, 13:47:13 UTC
4cac7ad Improve edge case handling in pycbc_single_template (#1314) Fixes #1311. 05 December 2016, 15:46:08 UTC
63159d7 Changes to make test cases work (#1172) * Changes to make test cases work * Remove debugging print statement 05 December 2016, 11:01:04 UTC
545b80a add thin-end option to plot_acceptance_rate (#1317) 04 December 2016, 22:21:21 UTC
b02e2b2 Added caption and corrected labels of waveform plot (#1316) 04 December 2016, 08:20:00 UTC
28ee862 Set to use V4v2 ROM data (#1312) 02 December 2016, 21:16:43 UTC
e5c104f Enable log-log bank plot (#1307) 02 December 2016, 16:31:59 UTC
c35bc5d Set to development (#1305) 02 December 2016, 16:31:53 UTC
90cb36d Fix typo and catch other open statement (#1306) 02 December 2016, 16:04:00 UTC
e2c46f3 Set for 1.6.0 release (#1300) 02 December 2016, 03:12:13 UTC
3de1ab0 Fixes the IOError in pycbc_coinc_mergetrigs (#1304) * Adds error message when an hdf file cannot be opened. * adds raise IOError 01 December 2016, 17:17:40 UTC
be05369 update inferece doc with PSD_INVERSE_LENGTH (#1295) * update inferece doc with PSD_INVERSE_LENGTH also added OMP_NUM_THREADS=1 before calling pycbc_inference * change walkers and add comment to OpenMP * change SEGLEN to 8 seconds * add some docstring about OMP 01 December 2016, 15:38:35 UTC
fdb6831 pycbc_coinc_mergetrigs should report which open failed (#1302) * Adds error message when an hdf file cannot be opened. * adds error message when a hdf file cannot be opened * Update pycbc_coinc_mergetrigs * Added logging.warning() instead of printing 30 November 2016, 21:15:16 UTC
8efa303 make sure bank2hdf also looks for f_lower column by default (#1301) 30 November 2016, 21:05:21 UTC
f8755f3 Update lalsuite version and fix a bug in waveform.py (#1297) * Update the lalsuite version Set the lalsuite version to the commit https://versions.ligo.org/cgit/lalsuite/commit/?id=a2a5a476d33f169b8749e2840c306a48df63c936 * Update pegasus and install numpy before lal * Fix missing import of lal module 30 November 2016, 17:28:42 UTC
b44acd9 Compatibility with new lalsimulation waveform interface (#1224) * Call to ChooseT(F)DWaveform compatible with new interface. * Corrected some typo in get_td(fd)_waveform new interface. * set lal checkout to include new interface * use new interface for SimInspiralTaylorF2AlignedPhasing() 30 November 2016, 15:37:43 UTC
949f9ba Some bug fixes to the new posterior plots (#1283) * add ability to set min/maxs; rotated marginal plot * make smaller mariginal plots optional; scale fontsizes appropriately for figure size * add mins/maxs and small-marginals to cli; standardize new options across plot_posterior and plot_movie * fix typos * make smaller marginals automatic, only for 2 parameters; also remove constant offsets * adjust fontsizes * remove diagonals if not plotting marginals * make show-colorbar automatic * fix some bugs in plot_movie * address minor issues tagged by quantified code and codacy * fix whitespace * change default colors * change default colors; increase linewidths * change default scatter points color 30 November 2016, 10:35:02 UTC
b86c81c Durationstuff (#1279) * waveform and pnutils: rationalize duration functions * fix coinc bin parsing function to have backward compatibility * use SEOBNRv4 duration or read smoothing parameter from template fit file 29 November 2016, 22:28:09 UTC
08e8127 Code changes made to replace pycbc_splitbank with pycbc_hdf5_splitbank in pycbc_make_coinc_search_workflow (#1289) * Changes made to run pycbc_hdf5_splitbank using v1.5.10 * white space * Added comments 28 November 2016, 16:17:32 UTC
75ceca5 remove inference examples; these have been superceded by the documentation page (#1288) 28 November 2016, 14:31:22 UTC
40f218a Add cyclic and reflected boundaries (#1149) * add boundary utils * rework boundary classes; create a single bounds class for different intervals * add getitem to Bounds * make cyclic a property * first stab at making distributions use bounds classes and apply boundary conditions * fix some typos * make sin angle cos angle just reflect between 0, pi * add some documentation * use Bounds class in Gaussian, fix its normalization, and have its rvs return a structured array * add apply boundary conditions to likelihood and prior evaluators * fix typo * write conditioned parameters to file * fix whitespace; address other codacy issues * make apply_boundary_conditions ignore extra args; fix some bugs * fix typos * do not use reflected boundaries as defaults, and warn user if a reflected boundary is used in a prior * fix typo in doc string * renamed boundary_utils to boundaries.py * fix bug in uniform angle that caused bounds type to change 28 November 2016, 14:31:02 UTC
3dc36a4 Fix minor bugs in FieldArray and WaveformArray (#1284) * fix waveform array derived parameters if shape is not 1D * fix bug when only single virtual field is added 24 November 2016, 10:03:04 UTC
b745fef Scatter plots of the ln(likelihood) and histograms for results from inference (#1050) * Scatter plots of the ln(likelihood) and histograms for results from pycbc_inference * Remove commented lines * Add option to choose number of values after the decimal point in str_utils * Mostly style changes * Close hdf file after reading * Fix little bug * update for new likelihood read * add ability to plot prior, use bbox_inches when saving fig * scale fonts, adjust point size * rename plot_lnpost to plot_scatter * make setting up corner grid a separate function * add contour plot * add contour plots * reduce the number of ticks, switch to gridspec * combine density, contour, and scatter into a single plotting code * rename plot_posterior -> plot_corner; plot_scatter -> plot_posterior * fix typo * add description of z-args to help message * Changes in script for movie plots * Adapt plot_movie to changes in scatter_histograms and change contour-color default * Fixing landscape/codacy issues * Fixing landscape/codacy issues * Put back Chris's changes * use add_*_option_group in plot_posterior * Update workflow documentation 23 November 2016, 09:40:23 UTC
c57cd0d Set back to dev (#1282) 22 November 2016, 20:49:15 UTC
e58ed8b Set for v1.5.10 (#1274) 22 November 2016, 18:23:37 UTC
a5053ee fix periodic remove line in pegasus properties (#1280) 22 November 2016, 18:22:59 UTC
27130b9 plot_singles_vs_params: let user set x-y ranges (#1278) 21 November 2016, 19:36:14 UTC
344d294 put if switch ahead of concatenation (#1276) 21 November 2016, 17:03:32 UTC
33a5e1f Fixes to sharedoptions section (#1277) * Fixes to sharedoptions section * Fix to shareedoptions 21 November 2016, 15:33:59 UTC
85c9c1f Remove the profile hints.executionPool (#1268) 21 November 2016, 13:44:29 UTC
fa0ab3d always say the executable is not installed (#1271) 21 November 2016, 13:36:07 UTC
0a7b2e9 add a note about aei hdf5 location (#1267) Tested, seems to work 20 November 2016, 20:51:35 UTC
6a92c0d Set back to development (#1266) 20 November 2016, 15:09:35 UTC
88ec002 Fix the way that executables are added to the DAX (#1265) * simplify execution site code and fix bug * improve error message 20 November 2016, 15:08:13 UTC
155a8dd Set for 1.5.9 (#1263) 20 November 2016, 13:04:00 UTC
8bf2981 Remove --cache from the arguments to be added to pycbc_submit_dax in pycbc_make_coinc_search_workflow running docs. (#1261) 19 November 2016, 23:28:40 UTC
d798ffd initialize findtrigs with empty list (#1262) 19 November 2016, 23:28:28 UTC
bfe546c Set back to development (#1258) * Set for 1.5.8 release * Set back to development 18 November 2016, 18:49:41 UTC
ccaf9a3 Set for 1.5.8 release (#1256) 18 November 2016, 18:47:47 UTC
e321089 Minor bug fixes for OSG running (#1260) * added note about PYTHONUSERBASE and XDG_CACHE_HOME * do not make a proxy from a proxy * add instructions to use the cvmfs bundle 18 November 2016, 18:47:24 UTC
899c171 Faster pycbc_generate_hwinj (#1257) * pycbc_generate_hwinj: Don't compute waveform twice * pycbc_generate_hwinj: Don't reset network SNR 18 November 2016, 18:14:29 UTC
aef71dd added note about PYTHONUSERBASE and XDG_CACHE_HOME (#1259) 18 November 2016, 17:58:11 UTC
bf396e2 raise error if timeslide interval is smaller than time_window (#1210) * raise error if timeslide interval is smaller than time_window between detectors * update message * allow no timeslides again * Update pycbc_coinc_findtrigs 18 November 2016, 17:27:34 UTC
19fd9ce Rainbow hist (#1249) * adding capability to produce single hists split over template duration * Enable binned trig fitting code to produce results page style output * coinc_workflow: put a binned newsnr hist on the summary page 18 November 2016, 13:49:51 UTC
d611972 Change the binning in histograms in pycbc_page_snrratehist (#1254) * Change the way that we bin histograms for this plot. The code before was trying to be clever in the way it decided minimum and maximum bounds for binning up the space. This changes it to a naive method of just take the min of the data, and max of the data, space it evenly with a fudge factor of two extra bins in case the min = max. This code inherits the problem that it will fall over if there are no background triggers in a bin, but that can be remedied easily if we come to it. * The initial commit used bins that were different for foreground triggers, inclusive background, and exclusive background. This forces them to be all the same. It also changes the minimum when looking at foreground triggers, if there's only one foreground trigger minimum = fstat.min() = maximum = fstat.max() which ruins binning for histograms. So, instead just do what we do for maximum in the case that you are looking at the open box. Let minimum = min(fstat.min(), bstat.min()) * We don't need the symmetric binning around minimum - args.bin_size and maximum + args.bin_size, choosing one or the other is sufficient. * Change the binning back to numpy.arange just for the legacy, it doesn't matter whether you choose numpy.linspace or numpy.arange, unless you have only 1 element to use for binning. * No need to change what it originally said on that line, anyway. * I don't need to import from math anymore. Not using numpy.linspace method anymore. * Don't put new lines in 17 November 2016, 20:21:13 UTC
abb6a6f Add note on MacOS installation of m2crypto in install instructions (#1250) * Add note on MacOS installation of m2crypto in install instructions * fix instruction 17 November 2016, 19:34:10 UTC
5dea72b Allow pycbc_generate_hwinj to use --asd-file and --psd-file (#1255) * Interpolate PSD. * Skip strain reading if using PSD or ASD file. * More detailed log message. * Some PEP8. * Some PEP8. * More verbose messages. * Only check options if not using PSD/ASD file. PEP8. * Remove debug. * Use and not or. * Use zeroNoise. * Only interpolate once. * Change check. * Check that --psd-estimation is used with frame files. 17 November 2016, 17:37:30 UTC
57c23d9 pass errors through faithsim (#1253) * pass errors through faithsim * move errors to warning class 17 November 2016, 16:26:50 UTC
82c5aaa Read the template start frequency from the template bank (#1146) * start alpha6 flower or hdf file * read frequency start of waveforms from bank * update docs * Fix errors * update bank chisq for the change in the filterbank interface 16 November 2016, 17:50:44 UTC
ca52bfc Use multi-IFO options for hardware injection generation executable (#1245) * Add --filterbank-gain 1.0 since gain of filterbnk is 0.0 if no active injection. * Use multi-PSD options for hwinj generation. * Fix shebang line. * Remove commented line. 16 November 2016, 14:57:40 UTC
5d51707 Back to development (#1244) 15 November 2016, 21:56:28 UTC
b3b03f1 set for 1.5.7 release (#1239) 15 November 2016, 21:19:06 UTC
952a6fe Remove extraneous files (#1243) * rely on edgar to set the environment up on osg * removed old files 15 November 2016, 20:28:36 UTC
996e6b3 Incorrect syntax originally, a numpy float doesn't have the .isnan() option, use numpy.isnan(float) instead. (#1242) 15 November 2016, 19:35:00 UTC
222872e Documentation correction for pycbc_make_inference_workflow (#1221) * made changes to readme to test if git is working * spelling * correct documentation typo, add GPS_END_TIME to testing * corrected README * define OUTPUT_MAP_PATH environment variable * Fixed typo * Inference config file now references mass2 15 November 2016, 19:25:31 UTC
fb4e744 Add ability to gate data to pycbc inference (#1233) * add ability to save strain to inference hdf * add ability to apply gates, save strain, to inference * option to apply gates to overwhitened data; allow seperate gates to be applied to psd data * fix some bugs * rename save-psds to be consistent with other save/write options * update inference workflow docs 15 November 2016, 19:23:43 UTC
2f018c4 Update setup.py (#1240) 15 November 2016, 15:26:52 UTC
4892523 removed extraneous environment variables (#1238) 15 November 2016, 15:26:45 UTC
afbad7b Update README.md (#1237) 15 November 2016, 12:09:38 UTC
287a4b7 set the main workflow name for osg (#1236) 15 November 2016, 02:37:42 UTC
7ee8471 Be less verbose (#1235) 15 November 2016, 00:22:05 UTC
4469899 Add static libraries that lalapps is missing (#1234) * add static libraries that lalapps is missing * remove old bundling instructions 14 November 2016, 21:57:41 UTC
ae59958 cache the pip directory (#1232) 14 November 2016, 20:11:17 UTC
b3be99e Use the automatic Zendo release for the DOI (#1231) * reference the doi on zendo * clarify that the badge is the latest release 14 November 2016, 17:16:53 UTC
8958c72 added information on citing pycbc (#1228) 14 November 2016, 15:24:59 UTC
c33ac80 Set back to development (#1227) 14 November 2016, 04:14:22 UTC
cdf85df Tag for 1.5.6 release (#1226) * added url for the lalsuite github repository * set to v1.5.6 14 November 2016, 02:08:10 UTC
6a9ac50 Encode html and parse append-site-profile properly (#1225) * encode html and parse append-site-profile properly * set an empty path now the glidein sets it properly * fixed bugs found in testing 14 November 2016, 02:07:59 UTC
6a2f316 Default to N chisq bins in case of NaN (#1219) * default to 3 chisq bins in case of NaN * add a default bin option * use logging and fix typo * Use the default if less than 2 chisq bins * set the minimum number of chisq bins * catch the case where there is no minimum set * error could be cause by negative chisq bins 13 November 2016, 21:56:22 UTC
2040531 PSD estimation workflow: don't average over detectors in single ifo workflows (#1212) 13 November 2016, 20:21:17 UTC
f8fdf0a handle case where sigma labels would be below recorded background (#1216) 13 November 2016, 20:20:20 UTC
c35b762 geom_aligned_bank: fix syntax error from #1144 (#1217) 13 November 2016, 20:19:34 UTC
b9db004 Add the root workflow name to the sub-workflows (#1223) * Add the root workflow name to the sub-workflows * Add the root workflow name to the sub-workflows 13 November 2016, 19:54:29 UTC
ca03915 Add thin_end to fp.read_samples. (#1215) 11 November 2016, 17:43:43 UTC
c7c85d1 Added code to determine optimal orientation for a detector at a given GPS time (#1218) * Added optimal orientation calculation * Fixed typo * Trailing whitespace 10 November 2016, 18:27:17 UTC
5ce8deb remove pylal from pycbc (#1213) 10 November 2016, 13:45:09 UTC
2d2cbff Add quotes so the user doesn't write a file. (#1206) 08 November 2016, 17:11:46 UTC
32b9c0b Update instructions since pip has removed the --process-dependency-links option (#1201) * Tell pip to bring in all the dependencies * Fixed typo that hid instructions to update pip * Point to new DASWG repository page * removed link as process dependency links has been removed from pip * fix instructions to remove process-dependency-links * removed deprecated dependency_links * get mpld3 from pypi 08 November 2016, 15:37:10 UTC
fb6b779 Change default waiting time to kill held jobs (#1205) 08 November 2016, 15:20:51 UTC
eae77cf Add --filterbank-gain 1.0 since gain of filterbnk is 0.0 if no active injection. (#1203) 08 November 2016, 14:36:48 UTC
71f769e pnutils: use SEOBNRv2_ROM_DoubleSpinHI for time-freq track (#1202) 07 November 2016, 19:08:57 UTC
431a406 Give dashboard longer to respond (#1200) 07 November 2016, 14:08:52 UTC
acc5118 SEOBNRv4 ROM requires LAL to have HDF5 (#1199) 07 November 2016, 11:30:39 UTC
e9bd19d Reset back to development 05 November 2016, 18:01:44 UTC
6353ed4 Set for 1.5.5 release (#1197) 05 November 2016, 17:55:36 UTC
282dc8a set path for release 8 which contains the SEOBNRv4 data (#1196) 05 November 2016, 17:22:41 UTC
04a547b If datafind returns CVMFS urls then they can also be used on OSG (#1195) * if datafind returns osg compatable pfns store them for osg as well * fixed typo in documentation * provide old path until new path has propagated * LAL_DATA_PATH is not actually a path, so just give the old location for now * add a the gsiftp server as a second backup 05 November 2016, 14:50:34 UTC
1090967 Fix for the X509_USER_PROXY issue with workflow submission (#1194) * force the user to have a valid proxy * handle the refresh of the cert in the scripts * fixed section header * remove mention of pylal * fixed bash typo * allow the user to tell pegasus where an executable is * clean up documentation * set the pegasus home to /usr * fix stylistic issues 04 November 2016, 21:56:50 UTC
b526344 Documentation correction for pycbc_make_inference_workflow (#1193) * made changes to readme to test if git is working * spelling * correct documentation typo, add GPS_END_TIME to testing * corrected README * define OUTPUT_MAP_PATH environment variable * Fixed typo 04 November 2016, 20:41:26 UTC
bf18287 Add corner to install required. (#1191) * Add kombine version and corner to install required. * remove kombine version since there's this outdated 1.1 version. 04 November 2016, 18:53:27 UTC
5164826 Update install and run instructions (#1190) * moved old install script to tools directory * made new install script executable * update OSG running instructions for Pegasus 4.7.1 * pruned environment variables as the glidein script now takes care of them * use consistent example path * use VIRTUAL_ENV rather than NAME * add note about make -j * add instructions for lalapps executables * tell the user where to clone lalsuite * make it clear that HDF5 is SL6 only * install Pegasus 4.7.1 * fixed bugs in install instructions * tell the user to upgrade setuptools and pip * add note to say that pylal must be manually installed if needed 04 November 2016, 16:43:37 UTC
ba55168 follow-up fix to #1183: cover all cases correctly (#1184) 04 November 2016, 15:59:34 UTC
88b6ec3 Splitbank injection/full-data separation (#1186) * Move workflows in hdfcoinc directory * Update setup.py with move * Split banksplitter for injs and full-data * Tags are lists. Always. 04 November 2016, 11:37:31 UTC
c015a8a Fix end interval in pycbc_inference checkpointing and add --checkpoint-fast (#1178) * Some PEP8 in pycbc_inference. Add option to skip calculating ACL/evidence every checkpoint. Use pycbc logging. * Fix typo. Use __file__. * ws * Fix end interval. 02 November 2016, 16:46:51 UTC
a875243 Add --config-overrides to pycbc_inference (#1170) * Add overrides. * Pass iterable with [section, key, value]. 02 November 2016, 16:05:48 UTC
a753e9b Changes needed to run on OSG in ER10 (#1182) * moved old install script to tools directory * made new install script executable * fixed a bug in the cache file parsing cause by not resetting the IFS * clean up osg site template for OSG 3.3 * Revert "clean up osg site template for OSG 3.3" This reverts commit 2e3455b41f161fd338c6f7d677cf9c14f83a2662. * less agressive cleanup of osg site template * removed debugging statement * clean up pegasus database query code * working version for osg 3.3 * fixed return from sqlite3 * add a flag to tell weave not to create a temporary directory 01 November 2016, 23:32:10 UTC
2c01cec base the behavior of --fixed-weave-cache on env. var. FIXED_WEAVE_CACHE (#1183) * Revert "fixed-weave-cache: if running a 'frozen' 'onefile' PyInstaller bundle," didn't work for all cases This reverts commit 71977f24f99225940359e88d22222a2d45c78476. * base the behavior of --fixed-weave-cache on env. var. FIXED_WEAVE_CACHE - if it is set, take its value as a path to the weave cache - if it is not and the app is a PyInstaller bundle, use its directory - if none of the above, use $PWD/pycbc_inspiral 01 November 2016, 23:28:50 UTC
2ec859f Add more detail to throughpyt plots (#1164) 01 November 2016, 14:32:37 UTC
4e352d0 speed up logsignal term (#1177) * speed up logsignal term * ws 01 November 2016, 09:37:24 UTC
back to top