Skip to content

lalinference_pipe_utils.py: do not assume the roq directory name is seglen

Soichiro Morisaki requested to merge twosoichiros/lalsuite:roq_dir_name into master

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.

cc: @cjhaster @vivien

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

Merge request reports