Skip to content

Remove ihope and friends from lalapps

Duncan Macleod requested to merge duncanmmacleod/lalsuite:remove-ihope into master

Description

This merge excises the old iHope analysis pipeline, and related executables from lalapps/src/inspiral. The following distributed executables have been removed:

  • followup_InspiralDataMover.sh
  • lalapps_cbc_code_compare
  • lalapps_cbc_pipedown
  • lalapps_cbc_pipedown_ssipe
  • lalapps_check_flag
  • lalapps_check_hipe_times
  • lalapps_cohPTF_hipe
  • lalapps_coh_PTF_post_processing
  • lalapps_compare_ini
  • lalapps_flag_triggers
  • lalapps_followup0_page
  • lalapps_followup0_pipe
  • lalapps_generate_upper_limits
  • lalapps_glitch_probe
  • lalapps_ihope
  • lalapps_ihope_daily_page
  • lalapps_inspiral_ckpttest
  • lalapps_inspiral_hipe
  • lalapps_inspiral_online_pipe
  • lalapps_inspiral_online_pipe_inject
  • lalapps_inspiral_pipe
  • lalapps_inspiral_ssipe
  • lalapps_ihope_status
  • lalapps_link_old_ihope
  • lalapps_multi_hipe
  • lalapps_plot_hipe
  • lalapps_trigger_hipe
  • lalapps_write_ihope_page

and the following distributed data and configuration files

  • ihope_ssipe.ini
  • inspiral_pipe.ini
  • inspiral_hipe.ini
  • online.ini
  • online_inject_bbh.ini
  • cbc_pipedown.ini
  • followup0_pipe.ini
  • plot_hipe.ini
  • write_ihope_page.ini
  • write_ihope_style.css
  • s5_background_H0H1-RDS_R_L1-cbc.txt
  • s5_background_H0H1-RDS_R_L1-seismic-cbc.txt
  • s5_background_H0H2-RDS_R_L1-cbc.txt
  • s5_background_H0H2-RDS_R_L1-seismic-cbc.txt
  • s5_background_H1_hoft_cbc.txt
  • s5_background_H2_hoft_cbc.txt
  • s5_background_L0L1-RDS_R_L1-cbc.txt
  • s5_background_L0L1-RDS_R_L1-seismic-cbc.txt
  • s5_background_L1_hoft_cbc.txt
  • s5_background_V1-raw-cbc.txt
  • s5_background_V1-raw-seismic-cbc.txt
  • s5_background_V1_hoft_cbc.txt
  • s5_foreground_H0H1-RDS_R_L1-cbc.txt
  • s5_foreground_H0H1-RDS_R_L1-seismic-cbc.txt
  • s5_foreground_H0H2-RDS_R_L1-cbc.txt
  • s5_foreground_H0H2-RDS_R_L1-seismic-cbc.txt
  • s5_foreground_H1_hoft_cbc.txt
  • s5_foreground_H2_hoft_cbc.txt
  • s5_foreground_L0L1-RDS_R_L1-cbc.txt
  • s5_foreground_L0L1-RDS_R_L1-seismic-cbc.txt
  • s5_foreground_L1_hoft_cbc.txt
  • s5_foreground_V1-raw-cbc.txt
  • s5_foreground_V1-raw-seismic-cbc.txt
  • s5_foreground_V1_hoft_cbc.txt
  • s6_background_H0H1-RDS_R_L1-cbc.txt
  • s6_background_H0H1-RDS_R_L1-seismic-cbc.txt
  • s6_background_H1_hoft_cbc.txt
  • s6_background_L0L1-RDS_R_L1-cbc.txt
  • s6_background_L0L1-RDS_R_L1-seismic-cbc.txt
  • s6_background_L1_hoft_cbc.txt
  • s6_background_V1-raw-cbc.txt
  • s6_background_V1-raw-seismic-cbc.txt
  • s6_background_V1_hoft_cbc.txt
  • ratioTest.pickle
  • remove_h1h2.sql
  • mcmcsummary.R

Other files have also been removed, but were not part of the distribution anyway, see the Changes for a full listing.

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

This patch removes old code that is no longer used, older version of lalapps can be installed if these codes are required.

Review Status

This change should be reviewed by the CBC working group

/cc @jolien-creighton, @bfarr, @ed.porter

Edited by LALSuite Bot

Merge request reports