Skip to content

Passing custom mode array to waveform generator in lalinference_pipe

Charlie Hoy requested to merge charlie.hoy/lalsuite:mode_array into master

Description

This change adds an extra argument to the LALInference workflow. The user can now specify the mode array that they wish to use (by passing --modeList 22,33,2-2,2-1 for example) and this is passed straight to the waveform generator. If modeList is not passed, all available modes will be used (same as before this change).

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

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

Please provide details on any reviews related to this change and and the associated reviewers.

Edited by LALSuite Bot

Merge request reports