lalinference_pipe_utils.py: do not assume the roq directory name is seglen
Description
The previous lalinference_pipe
assumes that the name of a ROQ directories is seglen
, e.g. 128s
.
This does not work when multiple roq bins share the same seglen
, especially in the case for https://git.ligo.org/pe/lalinference-review/wikis/O3_Quick_BNS.
This patch fixes this problem.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Edited by Soichiro Morisaki