- Dec 05, 2019
-
-
- 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"
-
-
-
gstlal_inspiral: make sure anything with a reference to pipeline is freed before setting NULL - NOTE check in on bottle route stuff. Still not sure it is freeing everything it should be in each loop
-
especially for Virgo, as the PSD is significantly underestimated at <10Hz. This ad-hoc high-pass filter might not be the optimal way, and we might have to come back later.
-
as the PSD shape differs between H,L and Virgo
-
-
-
-
-
-
and update docs.
-
- save template autocorrelation - change output naming
-
I/O problems, problems when merging rankingstat objects from different jobs
-
Patrick Godwin authored
-
Patrick Godwin authored
-
-
-
binning (chi^2 => chi^2/rho^2) & smaller Gaussian kernel
-
fixed bug of triggergen dumping coincs into rankstat denominator when analyzing data that include injections
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
-
(cherry picked from commit 0f1b47c4)
-
(cherry picked from commit 80a2dd8e)
-
inspiral.py: change the naming convention for gracedb files to remove redundent instrument information (cherry picked from commit b7cf6c74)
-
change --sub-bank-id to --bank-number to avoid confusion with bank_id; clarify --save options; remove __epilog__ from --help output.
-
-
Patrick Godwin authored
inspiral_extrinsics.py: make TimePhaseSNR a class property rather than an instance property for InspiralExtrinsics()
-
Patrick Godwin authored
This reverts commit b95d82df.
-
- Dec 04, 2019
-
-
Patrick Godwin authored
-
- Dec 02, 2019
-
-
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
-