- Feb 13, 2020
-
-
Karl Wette authored
- These files are reference results for test scripts of CW codes in LALApps
-
- Feb 09, 2020
-
-
Karl Wette authored
- Use reference strain from lalapps_makefakedata_v2 created by checkout out LALSuite at commit 337e29c8, cherry-picking a fix from commit 079376cc, building LALSuite, running the testMFDv4-HW.sh test, and saving the v2-strain.dat file; full instructions are in comment in testMakefakedata_v4_hwinjection.sh - compareTS now built just for test but not installed; minor edit to options
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
-
- Nov 17, 2019
-
-
Duncan Macleod authored
-
- Nov 16, 2019
-
-
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.
-
- Nov 13, 2019
-
-
- 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)
-
- Jul 12, 2019
-
-
Adam Mercer authored
these were removed from the build over four years ago
-
- Aug 29, 2018
-
-
Karl Wette authored
-
- Mar 15, 2018
-
-
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
-
- Aug 25, 2017
-
-
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
-
- Nov 29, 2016
-
-
Karl Wette authored
This reverts commit 6aa45154477bcb4301be23051c6bc2f49e291391. Original lalsuite-weave: c3c4a0b654396c09c63c70570918f356cb28e81e
-
- Nov 25, 2016
-
-
Karl Wette authored
- i.e. if keyword has length <= 8 and does not contain spaces Original lalsuite-weave: 28731e6eac8915f74501c06f01d8d25e72cc1581
-
- May 11, 2016
-
-
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
-
- Jul 14, 2008
-
-
Bernd Machenschalk authored
Original: fc2bee6f2c48b4aa7178eb2076c5ffcb158110db
-
- Aug 17, 2004
-
-
Bruce Allen authored
Original: 9e454a98b4e1b824ea848eaff494dd6bc2b06d10
-
- Feb 16, 2000
-
-
Jolien Creighton authored
Original: 5d352b72b37e2777e9bd5571aed35c408a83ec46
-