Skip to content

lalapps/src/frametools: remove computespec

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

Description

This program has never been converted to XLAL api functions after more than 10 years. It's output is not in a standard format (e.g., XML). The only patches since its original check-in 17 years ago appear to be from people trying to keep it compiling as lalsuite's infrastructure goes through revisions (no new features, no bug fixes = either this is a rare example of a perfect program or nobody is using it). It is the last tool to use the LAL FFT functions. This patch removes it. The program "gstlal_reference_psd", which is installed system-wide on all clusters, provides an alternative.

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

Not reviewed.

Merge request reports