- Dec 16, 2019
-
-
- Dec 13, 2019
-
-
Patrick Godwin authored
-
- Dec 11, 2019
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
- Dec 10, 2019
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
-
Patrick Godwin authored
-
-
-
-
-
Patrick Godwin authored
* changed 'preferred event' to 'favored event' to avoid confusion * add in --far-threshold and --far-trials-factor to fold in public FAR threshold information * change favored event logic to mimic what's done in the OPA guidelines - FAR > OPA threshold: lowest FAR - FAR <= OPA threshold: highest SNR
-
Patrick Godwin authored
-
inspiral.py: change the naming convention for gracedb files to remove redundent instrument information (cherry picked from commit b7cf6c74)
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_ll_inspiral_event_uploader: reword some logging messages, only fill in 'time_sent' entry once
-
Patrick Godwin authored
-
Patrick Godwin authored
gstlal_ll_inspiral_event_uploader: modify logging messages, fix issue causing a crash when multiple candidates per event are uploaded
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
- of gstlal/gstlal_peakfinder.h
-
- this needs gsl/gsl_matrix_complex_float.h
-
- method is a no-op and scheduled for removal in a future version of python-ligo-lw
-
- remove python-glue-ligolw-tools
-
Patrick Godwin authored
-
Patrick Godwin authored
-
- this mostly reverts the rest of 70c88cd6 "use private fields in pkgconfig files" - the requirements of each of the gstlal libraries are not private, it is through these dependencies that the correct -I options are added when compiling things that #include the header files. NOTE: the header files in, for example, gstlal #include header files from other projects, header files that are not, in general, located in the default search paths of compilers. pkg-config is required to determine the complete set of -I options, it does so using the "requires" field. - 70c88cd6 "use private fields in pkgconfig files" didn't break gstlal builds because the gstlal packages, themselves, tend to have the same internal requirements as the exported requirements of other gstlal packages. for example, using gstlal's header files requires you to add the -I options necessary to find all the gstreamer headers, which everything in gstlal-inspiral needs to add anyway, for its own reasons, so breaking gstlal's .pc file didn't break the gstlal-inspiral build. it *does* break builds of other stuff, outside of these projects, that might try to link to gstlal but isn't a gstreamer based project itself. - what this patch does do, is conduct an audit of what things are really #include'd in installed header files and only lists those things in the requires field instead of all libraries the project links against.
-
- this fixes a maintainance problem introduced by 70c88cd6 "use private fields in pkgconfig files"
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-