Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Feb 09, 2020
  3. Nov 17, 2019
  4. Nov 16, 2019
    • Duncan Macleod's avatar
      lalapps: remove ihope and all of its friends · 6ab540cf
      Duncan Macleod authored
      This commit 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_thinca
      - 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.
      6ab540cf
  5. Nov 13, 2019
    • Kipp Cannon's avatar
      all except lalapps: rename src/ --> lib/ · 7cffa3f3
      Kipp Cannon authored and Adam Mercer's avatar Adam Mercer committed
      - in the following, "*" means except lalapps
      - git mv src lib in *
      - sort .gitattributes, then "src" to "lib"
      - search and replace "src" to "lib" in */.gitignore
      - change "src" to "lib" in gnuscripts/lalsuite_test.am
      - change "src" to "lib" in SUBDIRS= in */Makefile.am
      - in */configure.ac:
      	- "src" to "lib" in AC_CONFIG_HEADERS()
      	- "src" to "lib" in AC_CONFIG_SRCDIR()
      	- "src" to "lib" in AC_CONFIG_FILES()
      	- "src" to "lib" in LDADD
      - in */python/*/Makefile.am:
      	- "src" to "lib" in *_CPPFLAGS
      	- "src" to "lib" in *_LDFLAGS
      - in */lib:
      	- update *VCSInfo* symbolic links to point to ../../lal/lib/
      	- update version.c.in symbolic links to point to ../../lal/lib/
      - "src" to "lib" in */doxygen/exclude.list
      - in lal:
      	- "src" to "lib" in AM_CPPFLAGS in configure.ac
      	- "src" to "lib" in header-link-stamp directory loop in include/lal/Makefile.am
      	- "src" to "lib" in test/vectorops/VectorMathTests.sh
      - in lalpulsar:
      	- "src" to "lib" in comments in test/SuperskyMetricsTest.c
      - in lalinference:
      	- "src" to "lib" in test/lalinference_nestedSampling_integration_test.sh
      - "src" to "lib" in AM_CPPFLAGS in gnuscripts/lalsuite_test.am
      - lal/test/date/Makefile.am, lal/test/vectorops/Makefile.am, lalsimulation/test/Makefile.am:
      	- add AM_CPPFLAGS += -I$(top_srcdir)/lib
      - lal/test/date/LeapSecsTest.c, lal/test/vectorops/VectorMathTest.c, lalsimulation/test/PhenomPTest.c:
      	- replace #include's of absolute paths (that included src/) with #include's relying on default search paths (now set with AM_CPPFLAGS)
      7cffa3f3
  6. Jul 12, 2019
  7. Aug 29, 2018
  8. Mar 15, 2018
    • Matthew Pitkin's avatar
      Update solar system ephemeris files: · 20604009
      Matthew Pitkin authored
       - add ephemeris files spanning 2000 to 2040 for the DE200,
         DE405, DE421, and DE430 JPL ephemeris for the Earth and
         the Sun
       - update the time TDB and te405 files to span 2000 to 2040
       - refs CW/lalsuite#33
      20604009
  9. Aug 25, 2017
    • Karl Wette's avatar
      Weave: always record whether coherent results have been recomputed · 72a2f9cb
      Karl Wette authored
      - For easier diagnosis of cache problems
      - Use new LALBitset structure to (hopefully) do this efficiently
      - FITS output changes:
        - NCOHRES: number of computed coherent results
        - NCOHTPL: number of coherent templates
        - NSEMITPL: number of semicoherent templates (was NSEMIRES)
        - above keywords only output when not checkpointing
        - remove NCOHFBK, resampling timing model doesn't need this
        - remove coh_n1comp and coh_n1recomp fields from misc info table
      - Update test scripts
      
      Original lalsuite-weave: 65716bae6941bfb59398ac33bbd274a68b0038f3
      72a2f9cb
  10. Nov 29, 2016
  11. Nov 25, 2016
  12. May 11, 2016
    • Karl Wette's avatar
      lalapps/src/pulsar: add Weave/ subdirectory · 0f2c03f0
      Karl Wette authored
      - Weave.h: common header for declarations
      - test-compiler.sh.in: driver script for tests
      - timestamps-*.txt: SFT timestamps files for tests
      
      Original lalsuite-weave: 1bbd27bcc8edd7e802d3bce1fa44da7ca185c99b
      0f2c03f0
  13. Jul 14, 2008
  14. Aug 17, 2004
  15. Feb 16, 2000
Loading