Skip to content

move lalapps_thinca and lalapps_inspinjfind to lalinspiral

Kipp Cannon requested to merge (removed):thinca_to_lalinspiral into master

Description

This patch set moves two inspiral search command line tools from lalapps to lalinspiral. This resolves a dependency problem identified in #525 (closed).

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

Review Status

The lalapps_inspinjfind name change and the need to update the gstlal pipeline after this is merged has been discussed on a gstlal call.

Merge request reports