WIP: Allowing for XML injections
The purpose of this MR is to introduce the following into bilby_pipe:
-
Specify an injection file in other formats, particularly it would be nice to support the XML files used for LALInference
. (The easiest way to read these is withgwpy
). -
Allow specific entries from a file to be requested, e.g., [3, 5, 7, 11]
.
Part of issue #24 (closed).
Edited by Charlie Hoy