lalsuite 7.22.1.dev20240408__cp312-cp312-manylinux_2_28_aarch64.whl → 7.26.2.dev20251202__cp312-cp312-manylinux_2_28_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (852) hide show
  1. lal/__init__.py +5 -5
  2. lal/_lal.cpython-312-aarch64-linux-gnu.so +0 -0
  3. lal/{lal.py → _lal_swig.py} +1 -1
  4. lal/git_version.py +5 -5
  5. lal/gpstime.py +1 -1
  6. lal/pipeline.py +3139 -0
  7. lal/rate.py +14 -16
  8. lal/series.py +28 -32
  9. lal/utils/cache.py +27 -7
  10. lal/utils/series.py +1 -1
  11. lalapps/__init__.py +1 -1
  12. lalapps/bin/lal_cache +0 -0
  13. lalapps/bin/lal_fftw_wisdom +0 -0
  14. lalapps/bin/lal_fftwf_wisdom +0 -0
  15. lalapps/bin/lal_simd_detect +0 -0
  16. lalapps/bin/lal_tconvert +0 -0
  17. lalapps/bin/lal_version +0 -0
  18. lalapps/bin/lalapps_ComputeAntennaPattern +1 -1
  19. lalapps/bin/lalapps_ComputeFstatBenchmark +1 -1
  20. lalapps/bin/lalapps_ComputeFstatLatticeCount +1 -1
  21. lalapps/bin/lalapps_ComputeFstatMCUpperLimit +1 -1
  22. lalapps/bin/lalapps_ComputeFstatistic_v2 +1 -1
  23. lalapps/bin/lalapps_ComputePSD +1 -1
  24. lalapps/bin/lalapps_CopySFTs +1 -1
  25. lalapps/bin/lalapps_DistanceVsMass +0 -0
  26. lalapps/bin/lalapps_DriveHoughMulti +1 -1
  27. lalapps/bin/lalapps_FstatMetric_v2 +1 -1
  28. lalapps/bin/lalapps_HierarchSearchGCT +1 -1
  29. lalapps/bin/lalapps_HierarchicalSearch +1 -1
  30. lalapps/bin/lalapps_MakeSFTDAG +1 -1
  31. lalapps/bin/lalapps_MakeSFTs +1 -1
  32. lalapps/bin/lalapps_Makefakedata_v4 +1 -1
  33. lalapps/bin/lalapps_Makefakedata_v5 +1 -1
  34. lalapps/bin/lalapps_PredictFstat +1 -1
  35. lalapps/bin/lalapps_PrintDetectorState +1 -1
  36. lalapps/bin/lalapps_SFTclean +1 -1
  37. lalapps/bin/lalapps_SFTvalidate +1 -1
  38. lalapps/bin/lalapps_StringAddFrame +0 -0
  39. lalapps/bin/lalapps_StringSearch +0 -0
  40. lalapps/bin/lalapps_Weave +1 -1
  41. lalapps/bin/lalapps_WeaveCompare +1 -1
  42. lalapps/bin/lalapps_WeaveConcat +1 -1
  43. lalapps/bin/lalapps_WeaveSetup +1 -1
  44. lalapps/bin/lalapps_WriteSFTsfromSFDBs +1 -1
  45. lalapps/bin/lalapps_animate +0 -0
  46. lalapps/bin/lalapps_binj +0 -0
  47. lalapps/bin/lalapps_blindinj +0 -0
  48. lalapps/bin/lalapps_cache +1 -1
  49. lalapps/bin/lalapps_calfacs +0 -0
  50. lalapps/bin/lalapps_cbc_stochasticbank +0 -0
  51. lalapps/bin/lalapps_chirplen +0 -0
  52. lalapps/bin/lalapps_coh_PTF_inspiral +0 -0
  53. lalapps/bin/lalapps_coinj +0 -0
  54. lalapps/bin/lalapps_combine_crosscorr_toplists +1 -1
  55. lalapps/bin/lalapps_compareFstats +1 -1
  56. lalapps/bin/lalapps_compareSFTs +1 -1
  57. lalapps/bin/lalapps_create_time_correction_ephemeris +1 -1
  58. lalapps/bin/lalapps_dumpSFT +1 -1
  59. lalapps/bin/lalapps_effdist +0 -0
  60. lalapps/bin/lalapps_exc_resp +0 -0
  61. lalapps/bin/lalapps_fftw_wisdom +1 -1
  62. lalapps/bin/lalapps_fftwf_wisdom +1 -1
  63. lalapps/bin/lalapps_fits_header_getval +1 -1
  64. lalapps/bin/lalapps_fits_header_list +1 -1
  65. lalapps/bin/lalapps_fits_overview +1 -1
  66. lalapps/bin/lalapps_fits_table_list +1 -1
  67. lalapps/bin/lalapps_fr_ninja +0 -0
  68. lalapps/bin/lalapps_frextr +0 -0
  69. lalapps/bin/lalapps_frinfo +0 -0
  70. lalapps/bin/lalapps_frjoin +0 -0
  71. lalapps/bin/lalapps_frread +0 -0
  72. lalapps/bin/lalapps_frview +0 -0
  73. lalapps/bin/lalapps_gwf2xml +0 -0
  74. lalapps/bin/lalapps_heterodyne_pulsar +1 -1
  75. lalapps/bin/lalapps_inspawgfile +0 -0
  76. lalapps/bin/lalapps_inspfrinj +0 -0
  77. lalapps/bin/lalapps_inspinj +0 -0
  78. lalapps/bin/lalapps_inspiralDistance +0 -0
  79. lalapps/bin/lalapps_knope +1 -1
  80. lalapps/bin/lalapps_knope_automation_script +1 -1
  81. lalapps/bin/lalapps_knope_collate_results +1 -1
  82. lalapps/bin/lalapps_knope_result_page +1 -1
  83. lalapps/bin/lalapps_ninja +0 -0
  84. lalapps/bin/lalapps_path2cache +1 -1
  85. lalapps/bin/lalapps_power +0 -0
  86. lalapps/bin/lalapps_pulsar_crosscorr_v2 +1 -1
  87. lalapps/bin/lalapps_pulsar_frequency_evolution +1 -1
  88. lalapps/bin/lalapps_pulsar_parameter_estimation_nested +1 -1
  89. lalapps/bin/lalapps_random_bank +0 -0
  90. lalapps/bin/lalapps_randombank +0 -0
  91. lalapps/bin/lalapps_run_pulsar_crosscorr_v2 +1 -1
  92. lalapps/bin/lalapps_searchsum2cache +1 -1
  93. lalapps/bin/lalapps_spec_avg +1 -1
  94. lalapps/bin/lalapps_spec_avg_long +1 -1
  95. lalapps/bin/lalapps_spec_coherence +1 -1
  96. lalapps/bin/lalapps_spininj +0 -0
  97. lalapps/bin/lalapps_splitSFTs +1 -1
  98. lalapps/bin/lalapps_splitbank +0 -0
  99. lalapps/bin/lalapps_ssbtodetector +1 -1
  100. lalapps/bin/lalapps_synthesizeBstatMC +1 -1
  101. lalapps/bin/lalapps_synthesizeLVStats +1 -1
  102. lalapps/bin/lalapps_synthesizeTransientStats +1 -1
  103. lalapps/bin/lalapps_tconvert +1 -1
  104. lalapps/bin/lalapps_tmpltbank +0 -0
  105. lalapps/bin/lalapps_version +0 -0
  106. lalapps/bin/lalapps_xtefitstoframe +0 -0
  107. lalapps/bin/lalburst_version +0 -0
  108. lalapps/bin/lalfr-cat +0 -0
  109. lalapps/bin/lalfr-cksum +0 -0
  110. lalapps/bin/lalfr-cut +0 -0
  111. lalapps/bin/lalfr-dump +0 -0
  112. lalapps/bin/lalfr-fmt +0 -0
  113. lalapps/bin/lalfr-paste +0 -0
  114. lalapps/bin/lalfr-print +0 -0
  115. lalapps/bin/lalfr-split +0 -0
  116. lalapps/bin/lalfr-stat +0 -0
  117. lalapps/bin/lalfr-stream +0 -0
  118. lalapps/bin/lalfr-vis +0 -0
  119. lalapps/bin/lalframe_version +0 -0
  120. lalapps/bin/lalinference_bench +0 -0
  121. lalapps/bin/lalinference_burst +0 -0
  122. lalapps/bin/lalinference_datadump +0 -0
  123. lalapps/bin/lalinference_injectedlike +0 -0
  124. lalapps/bin/lalinference_mpi_wrapper +17 -15
  125. lalapps/bin/lalinference_nest +0 -0
  126. lalapps/bin/lalinference_version +0 -0
  127. lalapps/bin/lalinspiral_version +0 -0
  128. lalapps/bin/lalmetaio_version +0 -0
  129. lalapps/bin/lalpulsar_ComputeAntennaPattern +0 -0
  130. lalapps/bin/lalpulsar_ComputeFstatBenchmark +0 -0
  131. lalapps/bin/lalpulsar_ComputeFstatLatticeCount +0 -0
  132. lalapps/bin/lalpulsar_ComputeFstatMCUpperLimit +0 -0
  133. lalapps/bin/lalpulsar_ComputeFstatistic_v2 +0 -0
  134. lalapps/bin/lalpulsar_ComputePSD +0 -0
  135. lalapps/bin/lalpulsar_DriveHoughMulti +0 -0
  136. lalapps/bin/lalpulsar_FstatMetric_v2 +0 -0
  137. lalapps/bin/lalpulsar_HierarchSearchGCT +0 -0
  138. lalapps/bin/lalpulsar_HierarchicalSearch +0 -0
  139. lalapps/bin/lalpulsar_MakeSFTs +0 -0
  140. lalapps/bin/lalpulsar_Makefakedata_v4 +0 -0
  141. lalapps/bin/lalpulsar_Makefakedata_v5 +0 -0
  142. lalapps/bin/lalpulsar_PredictFstat +0 -0
  143. lalapps/bin/lalpulsar_PrintDetectorState +0 -0
  144. lalapps/bin/lalpulsar_SFTclean +0 -0
  145. lalapps/bin/lalpulsar_SFTvalidate +0 -0
  146. lalapps/bin/lalpulsar_Weave +0 -0
  147. lalapps/bin/lalpulsar_WeaveCompare +0 -0
  148. lalapps/bin/lalpulsar_WeaveConcat +0 -0
  149. lalapps/bin/lalpulsar_WeaveSetup +0 -0
  150. lalapps/bin/lalpulsar_WriteSFTsfromSFDBs +0 -0
  151. lalapps/bin/lalpulsar_compareFstats +0 -0
  152. lalapps/bin/lalpulsar_compareSFTs +0 -0
  153. lalapps/bin/lalpulsar_create_time_correction_ephemeris +0 -0
  154. lalapps/bin/lalpulsar_crosscorr_v2 +0 -0
  155. lalapps/bin/lalpulsar_dumpSFT +0 -0
  156. lalapps/bin/lalpulsar_fits_header_getval +0 -0
  157. lalapps/bin/lalpulsar_fits_header_list +0 -0
  158. lalapps/bin/lalpulsar_fits_overview +0 -0
  159. lalapps/bin/lalpulsar_fits_table_list +0 -0
  160. lalapps/bin/lalpulsar_frequency_evolution +0 -0
  161. lalapps/bin/lalpulsar_heterodyne +0 -0
  162. lalapps/bin/lalpulsar_parameter_estimation_nested +0 -0
  163. lalapps/bin/lalpulsar_spec_avg +0 -0
  164. lalapps/bin/lalpulsar_spec_avg_long +0 -0
  165. lalapps/bin/lalpulsar_spec_coherence +0 -0
  166. lalapps/bin/lalpulsar_splitSFTs +0 -0
  167. lalapps/bin/lalpulsar_ssbtodetector +0 -0
  168. lalapps/bin/lalpulsar_synthesizeBstatMC +0 -0
  169. lalapps/bin/lalpulsar_synthesizeLVStats +0 -0
  170. lalapps/bin/lalpulsar_synthesizeTransientStats +0 -0
  171. lalapps/bin/lalpulsar_version +0 -0
  172. lalapps/bin/lalsim-bh-qnmode +0 -0
  173. lalapps/bin/lalsim-bh-ringdown +0 -0
  174. lalapps/bin/lalsim-bh-sphwf +0 -0
  175. lalapps/bin/lalsim-burst +0 -0
  176. lalapps/bin/lalsim-detector-noise +0 -0
  177. lalapps/bin/lalsim-detector-strain +0 -0
  178. lalapps/bin/lalsim-inject +0 -0
  179. lalapps/bin/lalsim-inspiral +0 -0
  180. lalapps/bin/lalsim-ns-eos-table +0 -0
  181. lalapps/bin/lalsim-ns-mass-radius +0 -0
  182. lalapps/bin/lalsim-ns-params +0 -0
  183. lalapps/bin/lalsim-sgwb +0 -0
  184. lalapps/bin/lalsim-unicorn +0 -0
  185. lalapps/bin/lalsimulation_version +0 -0
  186. lalapps/cosmicstring.py +2 -2
  187. lalapps/data/LALSimNeutronStarEOS_ABHT_QMC_RMF1_META.dat +1877 -1877
  188. lalapps/data/LALSimNeutronStarEOS_ABHT_QMC_RMF2_META.dat +1934 -1934
  189. lalapps/data/LALSimNeutronStarEOS_ABHT_QMC_RMF3_META.dat +1779 -1779
  190. lalapps/data/LALSimNeutronStarEOS_ABHT_QMC_RMF4_META.dat +2069 -2069
  191. lalapps/data/LALSimNeutronStarEOS_BL_CHIRAL_META.dat +1529 -1529
  192. lalapps/data/LALSimNeutronStarEOS_GMSR_BSK14_BSK24.dat +2 -2
  193. lalapps/data/LALSimNeutronStarEOS_GMSR_DHSL59_BSK24.dat +2 -2
  194. lalapps/data/LALSimNeutronStarEOS_GMSR_DHSL69_BSK24.dat +2 -2
  195. lalapps/data/LALSimNeutronStarEOS_GMSR_F0_BSK24.dat +2 -2
  196. lalapps/data/LALSimNeutronStarEOS_GMSR_H1_BSK24.dat +2 -2
  197. lalapps/data/LALSimNeutronStarEOS_GMSR_H2_BSK24.dat +2 -2
  198. lalapps/data/LALSimNeutronStarEOS_GMSR_H3_BSK24.dat +2 -2
  199. lalapps/data/LALSimNeutronStarEOS_GMSR_H4_BSK24.dat +2 -2
  200. lalapps/data/LALSimNeutronStarEOS_GMSR_H5_BSK24.dat +2 -2
  201. lalapps/data/LALSimNeutronStarEOS_GMSR_LN55_BSK24.dat +2 -2
  202. lalapps/data/LALSimNeutronStarEOS_GMSR_SLY5_BSK24.dat +2 -2
  203. lalapps/data/LALSimNeutronStarEOS_GPPVA_DD2_BSK24.dat +2 -2
  204. lalapps/data/LALSimNeutronStarEOS_GPPVA_DDME2_BSK24.dat +2 -2
  205. lalapps/data/LALSimNeutronStarEOS_GPPVA_FSU2H_BSK24.dat +2 -2
  206. lalapps/data/LALSimNeutronStarEOS_GPPVA_FSU2_BSK24.dat +2 -2
  207. lalapps/data/LALSimNeutronStarEOS_GPPVA_NL3WRL55_BSK24.dat +2 -2
  208. lalapps/data/LALSimNeutronStarEOS_KDE0V1_BSK24.dat +1 -1
  209. lalapps/data/LALSimNeutronStarEOS_KDE0V_BSK24.dat +1 -1
  210. lalapps/data/LALSimNeutronStarEOS_PCP_BSK24_BSK24.dat +2 -2
  211. lalapps/data/LALSimNeutronStarEOS_RG_SLY4_BSK24.dat +2 -2
  212. lalapps/data/LALSimNeutronStarEOS_RS_BSK24.dat +1 -1
  213. lalapps/data/LALSimNeutronStarEOS_SK255_BSK24.dat +2 -2
  214. lalapps/data/LALSimNeutronStarEOS_SKA_BSK24.dat +1 -1
  215. lalapps/data/LALSimNeutronStarEOS_SKB_BSK24.dat +1 -1
  216. lalapps/data/LALSimNeutronStarEOS_SKI2_BSK24.dat +1 -1
  217. lalapps/data/LALSimNeutronStarEOS_SKI3_BSK24.dat +1 -1
  218. lalapps/data/LALSimNeutronStarEOS_SKI4_BSK24.dat +1 -1
  219. lalapps/data/LALSimNeutronStarEOS_SKI6_BSK24.dat +1 -1
  220. lalapps/data/LALSimNeutronStarEOS_SKOP_BSK24.dat +1 -1
  221. lalapps/data/LALSimNeutronStarEOS_SLY230A_BSK24.dat +1 -1
  222. lalapps/data/LALSimNeutronStarEOS_SLY2_BSK24.dat +1 -1
  223. lalapps/data/LALSimNeutronStarEOS_SLY9_BSK24.dat +1 -1
  224. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_DDLZ1_BSK24.dat +2 -2
  225. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_DDME2_BSK24.dat +1 -1
  226. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_DDMEX_BSK24.dat +1 -1
  227. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_GM1_BSK24.dat +1 -1
  228. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_MTVTC_BSK24.dat +1 -1
  229. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_NL3_BSK24.dat +1 -1
  230. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_PKDD_BSK24.dat +1 -1
  231. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_TM1_BSK24.dat +1 -1
  232. lalapps/data/LALSimNeutronStarEOS_XMLSLZ_TW99_BSK24.dat +1 -1
  233. lalapps/data/LIGO-T1800545-v1-aLIGO_140Mpc.txt +1000 -1000
  234. lalapps/data/config_tiger_example.ini +2 -2
  235. lalapps/data/lalinference_pipe_example.ini +2 -3
  236. lalapps/data/lib_pipe_example.ini +5 -6
  237. lalapps/data/power_pipe.ini +1 -1
  238. lalapps/data/unimodalMeans.csv +0 -1
  239. lalapps/git_version.py +5 -5
  240. lalburst/SnglBurstUtils.py +5 -5
  241. lalburst/__init__.py +2 -2
  242. lalburst/_lalburst.cpython-312-aarch64-linux-gnu.so +0 -0
  243. lalburst/{lalburst.py → _lalburst_swig.py} +1 -1
  244. lalburst/binjfind.py +8 -8
  245. lalburst/bucluster.py +4 -4
  246. lalburst/burca.py +3 -3
  247. lalburst/burca_tailor.py +8 -16
  248. lalburst/cafe.py +3 -3
  249. lalburst/calc_likelihood.py +1 -1
  250. lalburst/cs_gamma.cpython-312-aarch64-linux-gnu.so +0 -0
  251. lalburst/git_version.py +5 -5
  252. lalburst/power.py +3 -3
  253. lalburst/snglcluster.py +1 -1
  254. lalburst/snglcoinc.py +97 -118
  255. lalburst/stringutils.py +8 -16
  256. lalburst/timeslides.py +46 -0
  257. lalframe/__init__.py +2 -2
  258. lalframe/_lalframe.cpython-312-aarch64-linux-gnu.so +0 -0
  259. lalframe/{lalframe.py → _lalframe_swig.py} +1 -1
  260. lalframe/frread.py +4 -2
  261. lalframe/git_version.py +5 -5
  262. lalframe/utils/frtools.py +1 -1
  263. lalinference/__init__.py +2 -2
  264. lalinference/_bayespputils.cpython-312-aarch64-linux-gnu.so +0 -0
  265. lalinference/_lalinference.cpython-312-aarch64-linux-gnu.so +0 -0
  266. lalinference/{lalinference.py → _lalinference_swig.py} +1 -1
  267. lalinference/bayespputils.py +35 -39
  268. lalinference/git_version.py +5 -5
  269. lalinference/imrtgr/nrutils.py +118 -135
  270. lalinference/io/__init__.py +4 -6
  271. lalinference/lalinference_pipe_utils.py +12 -21
  272. lalinference/nest2pos.py +0 -1
  273. lalinference/plot/__init__.py +4 -5
  274. lalinference/plot/spindisk.py +2 -3
  275. lalinference/tiger/make_injtimes.py +0 -1
  276. lalinference/tiger/omegascans_dag.py +6 -3
  277. lalinference/tiger/postproc.py +11 -13
  278. lalinference/wrapper.py +0 -1
  279. lalinspiral/__init__.py +2 -2
  280. lalinspiral/_lalinspiral.cpython-312-aarch64-linux-gnu.so +0 -0
  281. lalinspiral/{lalinspiral.py → _lalinspiral_swig.py} +1 -1
  282. lalinspiral/_thinca.cpython-312-aarch64-linux-gnu.so +0 -0
  283. lalinspiral/git_version.py +5 -5
  284. lalinspiral/inspinjfind.py +6 -11
  285. lalinspiral/thinca.py +11 -11
  286. lalmetaio/__init__.py +2 -2
  287. lalmetaio/_lalmetaio.cpython-312-aarch64-linux-gnu.so +0 -0
  288. lalmetaio/{lalmetaio.py → _lalmetaio_swig.py} +1 -1
  289. lalmetaio/git_version.py +5 -5
  290. lalpulsar/PulsarParametersWrapper.py +18 -10
  291. lalpulsar/__init__.py +2 -2
  292. lalpulsar/_lalpulsar.cpython-312-aarch64-linux-gnu.so +0 -0
  293. lalpulsar/{lalpulsar.py → _lalpulsar_swig.py} +1 -1
  294. lalpulsar/git_version.py +5 -5
  295. lalpulsar/knope_utils.py +9 -10
  296. lalpulsar/piecewise_model/__init__.py +7 -0
  297. lalpulsar/piecewise_model/basis_functions.py +156 -0
  298. lalpulsar/piecewise_model/class_definitions.py +323 -0
  299. lalpulsar/piecewise_model/errors.py +37 -0
  300. lalpulsar/piecewise_model/estimating_knots.py +833 -0
  301. lalpulsar/piecewise_model/gte_and_other_methods.py +189 -0
  302. lalpulsar/piecewise_model/mols_for_gte.py +269 -0
  303. lalpulsar/piecewise_model/pw_fstat.py +813 -0
  304. lalpulsar/piecewise_model/pw_model_simulations.py +156 -0
  305. lalpulsar/piecewise_model/sampling_methods.py +186 -0
  306. lalpulsar/piecewise_model/semicoherent_metric_methods.py +375 -0
  307. lalpulsar/piecewise_model/tbank_estimates.py +293 -0
  308. lalpulsar/public_sft_directory.py +7 -0
  309. lalpulsar/pulsarhtmlutils.py +52 -53
  310. lalpulsar/pulsarpputils.py +28 -25
  311. lalpulsar/simulateCW.py +49 -6
  312. lalpulsar/simulateHeterodynedCW.py +4 -5
  313. lalsimulation/__init__.py +2 -2
  314. lalsimulation/_lalsimulation.cpython-312-aarch64-linux-gnu.so +0 -0
  315. lalsimulation/{lalsimulation.py → _lalsimulation_swig.py} +1 -1
  316. lalsimulation/git_version.py +5 -5
  317. lalsimulation/gwsignal/models/__init__.py +2 -0
  318. lalsimulation/gwsignal/models/pyseobnr_model.py +174 -1
  319. lalsimulation/nrfits/NRSur3dq8Remnant.py +1 -1
  320. lalsimulation/nrfits/NRSur7dq4Remnant.py +1 -1
  321. lalsimulation/nrfits/eval_fits.py +1 -1
  322. lalsimulation/nrfits/nrfits.py +0 -2
  323. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesBurstPPAnalysis +4 -8
  324. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesBurstPostProc +10 -20
  325. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesCombinePTMCMCh5s +0 -1
  326. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesCombinePosteriors +0 -2
  327. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesCompPos +3 -4
  328. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesDIEvidence +0 -1
  329. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesGraceDBinfo +0 -1
  330. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesMCMC2pos +7 -5
  331. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesPPAnalysis +3 -6
  332. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesPlotSpinDisk +0 -1
  333. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesPosToSimBurst +6 -9
  334. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesPosToSimInspiral +5 -8
  335. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesPostProc +5 -9
  336. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/cbcBayesThermoInt +7 -7
  337. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/imrtgr_imr_consistency_test +38 -40
  338. lalsuite-7.26.2.dev20251202.data/scripts/lal_cache +6 -0
  339. lalsuite-7.26.2.dev20251202.data/scripts/lal_fftw_wisdom +6 -0
  340. lalsuite-7.26.2.dev20251202.data/scripts/lal_fftwf_wisdom +6 -0
  341. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lal_path2cache +1 -2
  342. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lal_searchsum2cache +3 -5
  343. lalsuite-7.26.2.dev20251202.data/scripts/lal_simd_detect +6 -0
  344. lalsuite-7.26.2.dev20251202.data/scripts/lal_tconvert +6 -0
  345. lalsuite-7.26.2.dev20251202.data/scripts/lal_version +6 -0
  346. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputeAntennaPattern +6 -0
  347. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputeFstatBenchmark +6 -0
  348. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputeFstatLatticeCount +6 -0
  349. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputeFstatMCUpperLimit +6 -0
  350. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputeFstatistic_v2 +6 -0
  351. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ComputePSD +6 -0
  352. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_CopySFTs +6 -0
  353. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_DistanceVsMass +6 -0
  354. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_DriveHoughMulti +6 -0
  355. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_FstatMetric_v2 +6 -0
  356. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_HierarchSearchGCT +6 -0
  357. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_HierarchicalSearch +6 -0
  358. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_MakeSFTDAG +6 -0
  359. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_MakeSFTs +6 -0
  360. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_Makefakedata_v4 +6 -0
  361. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_Makefakedata_v5 +6 -0
  362. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_PredictFstat +6 -0
  363. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_PrintDetectorState +6 -0
  364. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_SFTclean +6 -0
  365. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_SFTvalidate +6 -0
  366. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_StringAddFrame +6 -0
  367. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_StringSearch +6 -0
  368. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_Weave +6 -0
  369. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_WeaveCompare +6 -0
  370. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_WeaveConcat +6 -0
  371. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_WeaveSetup +6 -0
  372. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_WriteSFTsfromSFDBs +6 -0
  373. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_animate +6 -0
  374. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_binj +6 -0
  375. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_blindinj +6 -0
  376. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_cache +6 -0
  377. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_cafe +3 -8
  378. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_calfacs +6 -0
  379. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_cbc_stochasticbank +6 -0
  380. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_chirplen +6 -0
  381. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_coh_PTF_inspiral +6 -0
  382. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_coinj +6 -0
  383. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_combine_crosscorr_toplists +6 -0
  384. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_compareFstats +6 -0
  385. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_compareSFTs +6 -0
  386. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_cosmicstring_pipe +8 -9
  387. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_create_time_correction_ephemeris +1 -4
  388. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_dumpSFT +6 -0
  389. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_effdist +6 -0
  390. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_exc_resp +6 -0
  391. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fftw_wisdom +6 -0
  392. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fftwf_wisdom +6 -0
  393. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fits_header_getval +6 -0
  394. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fits_header_list +6 -0
  395. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fits_overview +6 -0
  396. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fits_table_list +6 -0
  397. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_fr_ninja +6 -0
  398. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_frextr +6 -0
  399. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_frinfo +6 -0
  400. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_frjoin +6 -0
  401. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_frread +6 -0
  402. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_frview +6 -0
  403. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_gwf2xml +6 -0
  404. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_heterodyne_pulsar +6 -0
  405. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_inspawgfile +6 -0
  406. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_inspfrinj +6 -0
  407. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_inspinj +6 -0
  408. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_inspiralDistance +6 -0
  409. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_knope +6 -0
  410. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_knope_automation_script +6 -0
  411. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_knope_collate_results +6 -0
  412. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_knope_result_page +6 -0
  413. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_makeblindinj +6 -0
  414. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_makeblindinj_himass +6 -0
  415. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ninja +6 -0
  416. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_path2cache +6 -0
  417. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_power +6 -0
  418. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_power_likelihood_pipe +2 -3
  419. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_power_pipe +3 -12
  420. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_pulsar_crosscorr_v2 +6 -0
  421. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_pulsar_frequency_evolution +6 -0
  422. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_pulsar_parameter_estimation_nested +1 -4
  423. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_random_bank +6 -0
  424. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_randombank +6 -0
  425. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_run_pulsar_crosscorr_v2 +6 -0
  426. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_searchsum2cache +6 -0
  427. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_spec_avg +6 -0
  428. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_spec_avg_long +6 -0
  429. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_spec_coherence +6 -0
  430. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_spininj +6 -0
  431. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_splitSFTs +6 -0
  432. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_splitbank +6 -0
  433. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_ssbtodetector +6 -0
  434. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_apply_vetoes +4 -5
  435. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_calc_likelihood +1 -2
  436. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_contour_plotter +0 -1
  437. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_contour_plotter_largeloops +0 -1
  438. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_cs_gamma +0 -1
  439. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_cs_gamma_largeloops +0 -1
  440. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_final +4 -5
  441. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_meas_likelihood +6 -7
  442. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_plot_binj +5 -6
  443. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalapps_string_plot_likelihood +1 -2
  444. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_synthesizeBstatMC +6 -0
  445. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_synthesizeLVStats +6 -0
  446. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_synthesizeTransientStats +6 -0
  447. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_tconvert +6 -0
  448. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_tmpltbank +6 -0
  449. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_version +6 -0
  450. lalsuite-7.26.2.dev20251202.data/scripts/lalapps_xtefitstoframe +6 -0
  451. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_cluster +2 -8
  452. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_coinc +5 -11
  453. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_cut +9 -15
  454. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_gen_timeslides +8 -13
  455. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_inj_pic +6 -12
  456. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_injfind +4 -9
  457. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_plot_tisi +3 -8
  458. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_power_calc_likelihood +1 -2
  459. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_power_final +1 -2
  460. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_power_meas_likelihood +3 -4
  461. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_power_plot_binj +3 -4
  462. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalburst_power_plot_binjtf +4 -5
  463. lalsuite-7.26.2.dev20251202.data/scripts/lalburst_version +6 -0
  464. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-cat +6 -0
  465. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-cksum +6 -0
  466. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-cut +6 -0
  467. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-dump +6 -0
  468. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-fmt +6 -0
  469. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-paste +6 -0
  470. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-print +6 -0
  471. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-split +6 -0
  472. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-stat +6 -0
  473. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-stream +6 -0
  474. lalsuite-7.26.2.dev20251202.data/scripts/lalfr-vis +6 -0
  475. lalsuite-7.26.2.dev20251202.data/scripts/lalframe_version +6 -0
  476. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_bench +6 -0
  477. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_burst +6 -0
  478. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_burst_pp_pipe +10 -7
  479. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_coherence_test +0 -1
  480. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_compute_roq_weights +1 -2
  481. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_cpnest +12 -11
  482. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_datadump +6 -0
  483. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_evolve_spins_and_append_samples +0 -1
  484. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_injectedlike +6 -0
  485. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_merge_posteriors +0 -3
  486. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_mpi_wrapper +6 -0
  487. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_multi_pipe +5 -3
  488. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_nest +6 -0
  489. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_nest2pos +0 -1
  490. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_pipe +11 -10
  491. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_pp_pipe +10 -6
  492. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinference_review_test +6 -5
  493. lalsuite-7.26.2.dev20251202.data/scripts/lalinference_version +6 -0
  494. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinspiral_injfind +4 -5
  495. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalinspiral_thinca +7 -12
  496. lalsuite-7.26.2.dev20251202.data/scripts/lalinspiral_version +6 -0
  497. lalsuite-7.26.2.dev20251202.data/scripts/lalmetaio_version +6 -0
  498. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputeAntennaPattern +6 -0
  499. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputeFstatBenchmark +6 -0
  500. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputeFstatLatticeCount +6 -0
  501. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputeFstatMCUpperLimit +6 -0
  502. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputeFstatistic_v2 +6 -0
  503. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ComputePSD +6 -0
  504. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_CopyPublicSFTs +18 -1
  505. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_DriveHoughMulti +6 -0
  506. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_FstatMetric_v2 +6 -0
  507. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_HierarchSearchGCT +6 -0
  508. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_HierarchicalSearch +6 -0
  509. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_MakeSFTDAG +595 -390
  510. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_MakeSFTs +6 -0
  511. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_Makefakedata_v4 +6 -0
  512. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_Makefakedata_v5 +6 -0
  513. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_MoveSFTs +200 -0
  514. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_PiecewiseSearch +963 -0
  515. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_PredictFstat +6 -0
  516. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_PrintDetectorState +6 -0
  517. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_SFTclean +6 -0
  518. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_SFTvalidate +6 -0
  519. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_Weave +6 -0
  520. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_WeaveCompare +6 -0
  521. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_WeaveConcat +6 -0
  522. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_WeaveSetup +6 -0
  523. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_WriteSFTsfromSFDBs +6 -0
  524. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_compareFstats +6 -0
  525. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_compareSFTs +6 -0
  526. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_create_time_correction_ephemeris +1 -4
  527. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_crosscorr_v2 +6 -0
  528. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_dumpSFT +6 -0
  529. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_fits_header_getval +6 -0
  530. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_fits_header_list +6 -0
  531. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_fits_overview +6 -0
  532. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_fits_table_list +6 -0
  533. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_frequency_evolution +6 -0
  534. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_heterodyne +6 -0
  535. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_knope +8 -4
  536. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_knope_automation_script +5 -2
  537. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_knope_collate_results +12 -7
  538. {lalsuite-7.22.1.dev20240408.data → lalsuite-7.26.2.dev20251202.data}/scripts/lalpulsar_knope_result_page +9 -4
  539. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_parameter_estimation_nested +6 -0
  540. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_spec_avg +6 -0
  541. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_spec_avg_long +6 -0
  542. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_spec_coherence +6 -0
  543. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_splitSFTs +6 -0
  544. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_ssbtodetector +6 -0
  545. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_synthesizeBstatMC +6 -0
  546. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_synthesizeLVStats +6 -0
  547. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_synthesizeTransientStats +6 -0
  548. lalsuite-7.26.2.dev20251202.data/scripts/lalpulsar_version +6 -0
  549. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-bh-qnmode +6 -0
  550. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-bh-ringdown +6 -0
  551. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-bh-sphwf +6 -0
  552. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-burst +6 -0
  553. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-detector-noise +6 -0
  554. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-detector-strain +6 -0
  555. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-inject +6 -0
  556. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-inspiral +6 -0
  557. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-ns-eos-table +6 -0
  558. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-ns-mass-radius +6 -0
  559. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-ns-params +6 -0
  560. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-sgwb +6 -0
  561. lalsuite-7.26.2.dev20251202.data/scripts/lalsim-unicorn +6 -0
  562. lalsuite-7.26.2.dev20251202.data/scripts/lalsimulation_version +6 -0
  563. {lalsuite-7.22.1.dev20240408.dist-info → lalsuite-7.26.2.dev20251202.dist-info}/METADATA +28 -11
  564. lalsuite-7.26.2.dev20251202.dist-info/RECORD +733 -0
  565. {lalsuite-7.22.1.dev20240408.dist-info → lalsuite-7.26.2.dev20251202.dist-info}/WHEEL +1 -1
  566. lalsuite.libs/libcfitsio-d1819b02.so.10.0.0 +0 -0
  567. lalsuite.libs/libframel-7c053be1.so.8.48.4 +0 -0
  568. lalsuite.libs/{libgsl-94dbbcc0.so.25.1.0 → libgsl-7aa43ddc.so.28.0.0} +0 -0
  569. lalsuite.libs/libgslcblas-3b2ae915.so.0.0.0 +0 -0
  570. lalsuite.libs/libhdf5-7a791ae9.so.310.5.1 +0 -0
  571. lalsuite.libs/libhdf5_hl-79b5d5b8.so.310.0.6 +0 -0
  572. lalsuite.libs/liblal-debd2aa1.so.20.5.0 +0 -0
  573. lalsuite.libs/liblalburst-308bbb81.so.8.0.0 +0 -0
  574. lalsuite.libs/liblalframe-6516e1c3.so.14.0.3 +0 -0
  575. lalsuite.libs/liblalinference-1721c8ba.so.23.1.7 +0 -0
  576. lalsuite.libs/liblalinspiral-98f96f4d.so.18.0.2 +0 -0
  577. lalsuite.libs/{liblalmetaio-e1c21f30.so.11.0.0 → liblalmetaio-62eed54a.so.11.0.1} +0 -0
  578. lalsuite.libs/liblalpulsar-044eaf70.so.30.1.1 +0 -0
  579. lalsuite.libs/{liblalsimulation-11365514.so.32.4.0 → liblalsimulation-c9131b72.so.37.2.0} +0 -0
  580. lalsuite.libs/liblalsupport-9153c561.so.14.4.0 +0 -0
  581. lalsuite.libs/{liblalburst-a9696b55.so.8.0.0 → libmetaio-b1be2527.so.1.1.0} +0 -0
  582. lalapps/bin/cbcBayesBurstPPAnalysis +0 -5
  583. lalapps/bin/cbcBayesBurstPostProc +0 -5
  584. lalapps/bin/cbcBayesCombinePTMCMCh5s +0 -5
  585. lalapps/bin/cbcBayesCombinePosteriors +0 -5
  586. lalapps/bin/cbcBayesCompPos +0 -5
  587. lalapps/bin/cbcBayesDIEvidence +0 -5
  588. lalapps/bin/cbcBayesGraceDBinfo +0 -5
  589. lalapps/bin/cbcBayesMCMC2pos +0 -5
  590. lalapps/bin/cbcBayesPPAnalysis +0 -5
  591. lalapps/bin/cbcBayesPlotSpinDisk +0 -5
  592. lalapps/bin/cbcBayesPosToSimBurst +0 -5
  593. lalapps/bin/cbcBayesPosToSimInspiral +0 -5
  594. lalapps/bin/cbcBayesPostProc +0 -5
  595. lalapps/bin/cbcBayesThermoInt +0 -5
  596. lalapps/bin/imrtgr_imr_consistency_test +0 -5
  597. lalapps/bin/lal_path2cache +0 -5
  598. lalapps/bin/lal_searchsum2cache +0 -5
  599. lalapps/bin/lalapps_cafe +0 -5
  600. lalapps/bin/lalapps_calcexpsnr +0 -0
  601. lalapps/bin/lalapps_cosmicstring_pipe +0 -5
  602. lalapps/bin/lalapps_create_solar_system_ephemeris +0 -16
  603. lalapps/bin/lalapps_create_solar_system_ephemeris_python +0 -16
  604. lalapps/bin/lalapps_power_likelihood_pipe +0 -5
  605. lalapps/bin/lalapps_power_pipe +0 -5
  606. lalapps/bin/lalapps_string_apply_vetoes +0 -5
  607. lalapps/bin/lalapps_string_calc_likelihood +0 -5
  608. lalapps/bin/lalapps_string_contour_plotter +0 -5
  609. lalapps/bin/lalapps_string_contour_plotter_largeloops +0 -5
  610. lalapps/bin/lalapps_string_cs_gamma +0 -5
  611. lalapps/bin/lalapps_string_cs_gamma_largeloops +0 -5
  612. lalapps/bin/lalapps_string_final +0 -5
  613. lalapps/bin/lalapps_string_meas_likelihood +0 -5
  614. lalapps/bin/lalapps_string_plot_binj +0 -5
  615. lalapps/bin/lalapps_string_plot_likelihood +0 -5
  616. lalapps/bin/lalburst_cluster +0 -5
  617. lalapps/bin/lalburst_coinc +0 -5
  618. lalapps/bin/lalburst_cut +0 -5
  619. lalapps/bin/lalburst_gen_timeslides +0 -5
  620. lalapps/bin/lalburst_inj_pic +0 -5
  621. lalapps/bin/lalburst_injfind +0 -5
  622. lalapps/bin/lalburst_plot_tisi +0 -5
  623. lalapps/bin/lalburst_power_calc_likelihood +0 -5
  624. lalapps/bin/lalburst_power_final +0 -5
  625. lalapps/bin/lalburst_power_meas_likelihood +0 -5
  626. lalapps/bin/lalburst_power_plot_binj +0 -5
  627. lalapps/bin/lalburst_power_plot_binjtf +0 -5
  628. lalapps/bin/lalinference_burst_pp_pipe +0 -5
  629. lalapps/bin/lalinference_coherence_test +0 -5
  630. lalapps/bin/lalinference_compute_roq_weights +0 -5
  631. lalapps/bin/lalinference_cpnest +0 -5
  632. lalapps/bin/lalinference_evolve_spins_and_append_samples +0 -5
  633. lalapps/bin/lalinference_kombine +0 -0
  634. lalapps/bin/lalinference_mcmc +0 -0
  635. lalapps/bin/lalinference_merge_posteriors +0 -5
  636. lalapps/bin/lalinference_multi_pipe +0 -5
  637. lalapps/bin/lalinference_nest2pos +0 -5
  638. lalapps/bin/lalinference_pipe +0 -5
  639. lalapps/bin/lalinference_pp_pipe +0 -5
  640. lalapps/bin/lalinference_review_test +0 -5
  641. lalapps/bin/lalinspiral_injfind +0 -5
  642. lalapps/bin/lalinspiral_thinca +0 -5
  643. lalapps/bin/lalpulsar_CopyPublicSFTs +0 -5
  644. lalapps/bin/lalpulsar_MakeSFTDAG +0 -5
  645. lalapps/bin/lalpulsar_combine_crosscorr_toplists +0 -5
  646. lalapps/bin/lalpulsar_create_solar_system_ephemeris +0 -0
  647. lalapps/bin/lalpulsar_create_solar_system_ephemeris_python +0 -5
  648. lalapps/bin/lalpulsar_knope +0 -5
  649. lalapps/bin/lalpulsar_knope_automation_script +0 -5
  650. lalapps/bin/lalpulsar_knope_collate_results +0 -5
  651. lalapps/bin/lalpulsar_knope_result_page +0 -5
  652. lalapps/bin/lalpulsar_run_crosscorr_v2 +0 -5
  653. lalapps/inspiral.py +0 -3394
  654. lalsuite-7.22.1.dev20240408.data/scripts/lal_cache +0 -9
  655. lalsuite-7.22.1.dev20240408.data/scripts/lal_fftw_wisdom +0 -9
  656. lalsuite-7.22.1.dev20240408.data/scripts/lal_fftwf_wisdom +0 -9
  657. lalsuite-7.22.1.dev20240408.data/scripts/lal_simd_detect +0 -9
  658. lalsuite-7.22.1.dev20240408.data/scripts/lal_tconvert +0 -9
  659. lalsuite-7.22.1.dev20240408.data/scripts/lal_version +0 -9
  660. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputeAntennaPattern +0 -9
  661. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputeFstatBenchmark +0 -9
  662. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputeFstatLatticeCount +0 -9
  663. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputeFstatMCUpperLimit +0 -9
  664. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputeFstatistic_v2 +0 -9
  665. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ComputePSD +0 -9
  666. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_CopySFTs +0 -9
  667. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_DistanceVsMass +0 -9
  668. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_DriveHoughMulti +0 -9
  669. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_FstatMetric_v2 +0 -9
  670. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_HierarchSearchGCT +0 -9
  671. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_HierarchicalSearch +0 -9
  672. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_MakeSFTDAG +0 -9
  673. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_MakeSFTs +0 -9
  674. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_Makefakedata_v4 +0 -9
  675. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_Makefakedata_v5 +0 -9
  676. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_PredictFstat +0 -9
  677. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_PrintDetectorState +0 -9
  678. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_SFTclean +0 -9
  679. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_SFTvalidate +0 -9
  680. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_StringAddFrame +0 -9
  681. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_StringSearch +0 -9
  682. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_Weave +0 -9
  683. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_WeaveCompare +0 -9
  684. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_WeaveConcat +0 -9
  685. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_WeaveSetup +0 -9
  686. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_WriteSFTsfromSFDBs +0 -9
  687. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_animate +0 -9
  688. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_binj +0 -9
  689. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_blindinj +0 -9
  690. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_cache +0 -9
  691. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_calcexpsnr +0 -9
  692. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_calfacs +0 -9
  693. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_cbc_stochasticbank +0 -9
  694. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_chirplen +0 -9
  695. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_coh_PTF_inspiral +0 -9
  696. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_coinj +0 -9
  697. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_combine_crosscorr_toplists +0 -9
  698. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_compareFstats +0 -9
  699. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_compareSFTs +0 -9
  700. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_create_solar_system_ephemeris +0 -9
  701. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_create_solar_system_ephemeris_python +0 -9
  702. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_dumpSFT +0 -9
  703. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_effdist +0 -9
  704. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_exc_resp +0 -9
  705. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fftw_wisdom +0 -9
  706. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fftwf_wisdom +0 -9
  707. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fits_header_getval +0 -9
  708. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fits_header_list +0 -9
  709. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fits_overview +0 -9
  710. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fits_table_list +0 -9
  711. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_fr_ninja +0 -9
  712. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_frextr +0 -9
  713. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_frinfo +0 -9
  714. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_frjoin +0 -9
  715. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_frread +0 -9
  716. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_frview +0 -9
  717. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_gwf2xml +0 -9
  718. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_heterodyne_pulsar +0 -9
  719. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_inspawgfile +0 -9
  720. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_inspfrinj +0 -9
  721. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_inspinj +0 -9
  722. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_inspiralDistance +0 -9
  723. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_knope +0 -9
  724. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_knope_automation_script +0 -9
  725. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_knope_collate_results +0 -9
  726. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_knope_result_page +0 -9
  727. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_makeblindinj +0 -9
  728. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_makeblindinj_himass +0 -9
  729. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ninja +0 -9
  730. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_path2cache +0 -9
  731. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_power +0 -9
  732. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_pulsar_crosscorr_v2 +0 -9
  733. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_pulsar_frequency_evolution +0 -9
  734. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_random_bank +0 -9
  735. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_randombank +0 -9
  736. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_run_pulsar_crosscorr_v2 +0 -9
  737. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_searchsum2cache +0 -9
  738. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_spec_avg +0 -9
  739. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_spec_avg_long +0 -9
  740. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_spec_coherence +0 -9
  741. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_spininj +0 -9
  742. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_splitSFTs +0 -9
  743. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_splitbank +0 -9
  744. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_ssbtodetector +0 -9
  745. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_synthesizeBstatMC +0 -9
  746. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_synthesizeLVStats +0 -9
  747. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_synthesizeTransientStats +0 -9
  748. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_tconvert +0 -9
  749. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_tmpltbank +0 -9
  750. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_version +0 -9
  751. lalsuite-7.22.1.dev20240408.data/scripts/lalapps_xtefitstoframe +0 -9
  752. lalsuite-7.22.1.dev20240408.data/scripts/lalburst_version +0 -9
  753. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-cat +0 -9
  754. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-cksum +0 -9
  755. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-cut +0 -9
  756. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-dump +0 -9
  757. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-fmt +0 -9
  758. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-paste +0 -9
  759. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-print +0 -9
  760. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-split +0 -9
  761. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-stat +0 -9
  762. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-stream +0 -9
  763. lalsuite-7.22.1.dev20240408.data/scripts/lalfr-vis +0 -9
  764. lalsuite-7.22.1.dev20240408.data/scripts/lalframe_version +0 -9
  765. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_bench +0 -9
  766. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_burst +0 -9
  767. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_datadump +0 -9
  768. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_injectedlike +0 -9
  769. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_kombine +0 -9
  770. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_mcmc +0 -9
  771. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_mpi_wrapper +0 -9
  772. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_nest +0 -9
  773. lalsuite-7.22.1.dev20240408.data/scripts/lalinference_version +0 -9
  774. lalsuite-7.22.1.dev20240408.data/scripts/lalinspiral_version +0 -9
  775. lalsuite-7.22.1.dev20240408.data/scripts/lalmetaio_version +0 -9
  776. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputeAntennaPattern +0 -9
  777. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputeFstatBenchmark +0 -9
  778. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputeFstatLatticeCount +0 -9
  779. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputeFstatMCUpperLimit +0 -9
  780. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputeFstatistic_v2 +0 -9
  781. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ComputePSD +0 -9
  782. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_DriveHoughMulti +0 -9
  783. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_FstatMetric_v2 +0 -9
  784. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_HierarchSearchGCT +0 -9
  785. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_HierarchicalSearch +0 -9
  786. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_MakeSFTs +0 -9
  787. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_Makefakedata_v4 +0 -9
  788. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_Makefakedata_v5 +0 -9
  789. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_PredictFstat +0 -9
  790. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_PrintDetectorState +0 -9
  791. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_SFTclean +0 -9
  792. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_SFTvalidate +0 -9
  793. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_Weave +0 -9
  794. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_WeaveCompare +0 -9
  795. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_WeaveConcat +0 -9
  796. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_WeaveSetup +0 -9
  797. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_WriteSFTsfromSFDBs +0 -9
  798. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_combine_crosscorr_toplists +0 -114
  799. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_compareFstats +0 -9
  800. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_compareSFTs +0 -9
  801. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_create_solar_system_ephemeris +0 -9
  802. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_create_solar_system_ephemeris_python +0 -314
  803. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_crosscorr_v2 +0 -9
  804. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_dumpSFT +0 -9
  805. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_fits_header_getval +0 -9
  806. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_fits_header_list +0 -9
  807. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_fits_overview +0 -9
  808. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_fits_table_list +0 -9
  809. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_frequency_evolution +0 -9
  810. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_heterodyne +0 -9
  811. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_parameter_estimation_nested +0 -9
  812. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_run_crosscorr_v2 +0 -114
  813. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_spec_avg +0 -9
  814. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_spec_avg_long +0 -9
  815. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_spec_coherence +0 -9
  816. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_splitSFTs +0 -9
  817. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_ssbtodetector +0 -9
  818. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_synthesizeBstatMC +0 -9
  819. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_synthesizeLVStats +0 -9
  820. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_synthesizeTransientStats +0 -9
  821. lalsuite-7.22.1.dev20240408.data/scripts/lalpulsar_version +0 -9
  822. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-bh-qnmode +0 -9
  823. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-bh-ringdown +0 -9
  824. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-bh-sphwf +0 -9
  825. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-burst +0 -9
  826. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-detector-noise +0 -9
  827. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-detector-strain +0 -9
  828. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-inject +0 -9
  829. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-inspiral +0 -9
  830. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-ns-eos-table +0 -9
  831. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-ns-mass-radius +0 -9
  832. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-ns-params +0 -9
  833. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-sgwb +0 -9
  834. lalsuite-7.22.1.dev20240408.data/scripts/lalsim-unicorn +0 -9
  835. lalsuite-7.22.1.dev20240408.data/scripts/lalsimulation_version +0 -9
  836. lalsuite-7.22.1.dev20240408.dist-info/RECORD +0 -801
  837. lalsuite.libs/libcfitsio-532e331a.so.9.4.1.0 +0 -0
  838. lalsuite.libs/libframel-aeb609a2.so.8.43.1 +0 -0
  839. lalsuite.libs/libgslcblas-54d609c0.so.0.0.0 +0 -0
  840. lalsuite.libs/libhdf5-ea33c527.so.310.1.0 +0 -0
  841. lalsuite.libs/libhdf5_hl-0d80d0b5.so.310.0.1 +0 -0
  842. lalsuite.libs/libhwloc-8ede5728.so.15.2.0 +0 -0
  843. lalsuite.libs/liblal-64dd038b.so.20.3.3 +0 -0
  844. lalsuite.libs/liblalframe-fbdbee2a.so.14.0.1 +0 -0
  845. lalsuite.libs/liblalinference-23be231c.so.23.1.4 +0 -0
  846. lalsuite.libs/liblalinspiral-c9370bff.so.18.0.0 +0 -0
  847. lalsuite.libs/liblalpulsar-81ec7d94.so.29.0.4 +0 -0
  848. lalsuite.libs/liblalsupport-58f59a0d.so.14.2.0 +0 -0
  849. lalsuite.libs/libmetaio-2ada2150.so.1.1.0 +0 -0
  850. lalsuite.libs/libmpi-917c0d24.so.12.1.11 +0 -0
  851. {lalsuite-7.22.1.dev20240408.dist-info → lalsuite-7.26.2.dev20251202.dist-info/licenses}/COPYING +0 -0
  852. {lalsuite-7.22.1.dev20240408.dist-info → lalsuite-7.26.2.dev20251202.dist-info}/top_level.txt +0 -0
lalburst/snglcoinc.py CHANGED
@@ -47,10 +47,10 @@ from collections import ChainMap, Counter
47
47
  import warnings
48
48
 
49
49
 
50
- from ligo.lw import ligolw
51
- from ligo.lw import lsctables
52
- from ligo.lw.utils import coincs as ligolw_coincs
53
- from ligo import segments
50
+ from igwn_ligolw import ligolw
51
+ from igwn_ligolw import lsctables
52
+ from igwn_ligolw.utils import coincs as ligolw_coincs
53
+ import igwn_segments as segments
54
54
  import lal
55
55
  from . import offsetvector
56
56
 
@@ -370,8 +370,8 @@ class singlesqueue(object):
370
370
  lal.LIGOTimeGPS object. If some other type is used, it
371
371
  must support arithmetic and comparison with python float
372
372
  objects and lal.LIGOTimeGPS objects, and support comparison
373
- with ligo.segments.PosInfinity and
374
- ligo.segments.NegInfinity, and it must have a .__dict__ or
373
+ with igwn_segments.PosInfinity and
374
+ igwn_segments.NegInfinity, and it must have a .__dict__ or
375
375
  other mechanism allowing an additional attribute named
376
376
  .event to be set on the object. The builtin float type is
377
377
  not suitable, but a subclass of float would be.
@@ -853,7 +853,8 @@ class TimeSlideGraphNode(object):
853
853
  # the unused events returned by the doubles
854
854
  # generator in the len==2 code path.
855
855
  assert not coinc_windows
856
- self.components = (coincgen_doubles_type.singlesqueue(0.),)
856
+ offset, = offset_vector.values()
857
+ self.components = (coincgen_doubles_type.singlesqueue(offset, 0.),)
857
858
  self.index = self.components[0].index
858
859
  else:
859
860
  raise ValueError("offset_vector cannot be empty")
@@ -1472,7 +1473,7 @@ class CoincTables(object):
1472
1473
  try:
1473
1474
  self.coinctable = lsctables.CoincTable.get_table(xmldoc)
1474
1475
  except ValueError:
1475
- self.coinctable = lsctables.New(lsctables.CoincTable)
1476
+ self.coinctable = lsctables.CoincTable.new()
1476
1477
  xmldoc.childNodes[0].appendChild(self.coinctable)
1477
1478
  self.coinctable.sync_next_id()
1478
1479
 
@@ -1480,7 +1481,7 @@ class CoincTables(object):
1480
1481
  try:
1481
1482
  self.coincmaptable = lsctables.CoincMapTable.get_table(xmldoc)
1482
1483
  except ValueError:
1483
- self.coincmaptable = lsctables.New(lsctables.CoincMapTable)
1484
+ self.coincmaptable = lsctables.CoincMapTable.new()
1484
1485
  xmldoc.childNodes[0].appendChild(self.coincmaptable)
1485
1486
 
1486
1487
  # look-up the coinc_def_id, creating a new one if required
@@ -1606,82 +1607,112 @@ class CoincRates(object):
1606
1607
 
1607
1608
  self.rate_factors = {}
1608
1609
  for instruments in self.all_instrument_combos:
1609
- # choose the instrument whose TOA forms the "epoch" of the
1610
- # coinc. to improve the convergence rate this should be
1611
- # the instrument with the smallest Cartesian product of
1612
- # coincidence windows with other instruments (so that
1613
- # coincidence with this instrument provides the tightest
1614
- # prior constraint on the time differences between the
1615
- # other instruments).
1610
+ # choose the instrument whose event time forms the "epoch"
1611
+ # of the coinc. which we choose is irrelevant
1612
+ # frozenset of names
1616
1613
  key = instruments
1617
- anchor = min(instruments, key = lambda a: sum(math.log(self.tau[frozenset((a, b))]) for b in instruments - set([a])))
1618
- instruments = tuple(instruments - set([anchor]))
1619
- # the computation of a coincidence rate starts by computing
1620
- # \mu_{1} * \mu_{2} ... \mu_{N} * 2 * \tau_{12} * 2 *
1621
- # \tau_{13} ... 2 * \tau_{1N}. this is the rate at which
1622
- # events from instrument 1 are coincident with events from
1623
- # all of instruments 2...N. the factors of 2 are because
1624
- # to be coincident the time difference can be anywhere in
1625
- # [-tau, +tau], so the size of the coincidence window is 2
1626
- # tau. removing the factor of
1614
+ # name, list of names
1615
+ anchor, *instruments = instruments
1616
+ # to understand the calculation consider the following
1617
+ # diagram. this depicts the inter-instrument time delays
1618
+ # for candidates in a three-detector network.
1627
1619
  #
1628
- # \prod_{i} \mu_{i}
1620
+ # 3
1621
+ # t3-t2 = const ^
1622
+ # / | t2-t1 = const
1623
+ # | / | |
1624
+ # --+-/------+--------+-- t3-t1 = const
1625
+ # |/XXXXXXX|XXXXXXXX|
1626
+ # /XXXXXXXX|XXXXXXXX|
1627
+ # /|XXXXXXXX|XXXXXXXX|
1628
+ # ---|--------1--------|---> 2
1629
+ # |XXXXXXXX|XXXXXXXX|/
1630
+ # |XXXXXXXX|XXXXXXXX/
1631
+ # |XXXXXXXX|XXXXXXX/|
1632
+ # --+--------+------/-+-- t3-t1 = const
1633
+ # | | / |
1634
+ # t2-t1 = const | /
1635
+ # t3-t2 = const
1629
1636
  #
1630
- # leaves
1637
+ # in this example the time of the event seen in detector 1
1638
+ # (arbitrary) is represented by the origin. the x axis
1639
+ # indicates the time difference between the event seen in
1640
+ # detector 2 and the event seen in detector 1, while the y
1641
+ # axis depicts the time differenc between the event seen in
1642
+ # detector 3 and the event seen in detector 1. in this
1643
+ # parameter space, the coincidence windows take the form of
1644
+ # half-spaces: for example, the requirement that |t2-t1|
1645
+ # <= const becomes two t2-t1=const half-space boundaries,
1646
+ # in this case vertical lines parallel to the y-axis.
1647
+ # similarly, the requirement that |t3-t1| <= const becomes
1648
+ # a pair of t3-t1=const half-space boundaries parallel to
1649
+ # the x-axis. the requirement that |t3-t2| <= const can
1650
+ # also be shown in this space, that requirement becomes a
1651
+ # third pair of half-space boundaries, this time at 45
1652
+ # degrees to the axes.
1631
1653
  #
1632
- # \prod_{i} 2 \tau_{1i}.
1654
+ # in this 2-dimensional parameter space, all valid 3-way
1655
+ # mutual coincidences must fall within the shaded region
1656
+ # marked with "X"s, meaning their (t2-t1) and (t3-t1)
1657
+ # values must fall in that area. this is the intersection
1658
+ # of the 6 half-spaces.
1633
1659
  #
1634
- # in the N-1 dimensional space defined by the time
1635
- # differences between each instrument and the anchor
1636
- # instrument, the coincidence windows between instruments
1637
- # define pairs of half-space boundaries. for the
1638
- # coincidence windows between each instrument and the
1639
- # anchor instrument these boundaries are perpendicular to
1640
- # co-ordinate axes, while for other pairs of instruments
1641
- # the coincidence windows correspond to planes angled at 45
1642
- # degrees in various orientations. altogether they define
1643
- # a convex polyhedron containing the origin.
1660
+ # all of this generalizes to more than 3 detectors,
1661
+ # becoming an (N-1)-dimensional space of the \Delta t's,
1662
+ # with the allowed volume being the intersection of the
1663
+ # half-spaces defined by the coincidence windows. it's
1664
+ # aparent that the final quantity we seek here is the
1665
+ # volume of the convex polyhedron defined by all of the
1666
+ # constraints. this can be computed using the qhull
1667
+ # library's half-space intersection implementation.
1644
1668
  #
1645
- # the product of taus, above, is the volume of the
1646
- # rectangular polyhedron defined by the anchor instrument
1647
- # constraints alone. it's aparent that the final quantity
1648
- # we seek here is the volume of the convex polyhedron
1649
- # defined by all of the constraints. this can be computed
1650
- # using the qhull library's half-space intersection
1651
- # implementation.
1652
- #
1653
- # the half-space instersection code assumes constraints of
1654
- # the form
1669
+ # the half-space instersection code requires constraints be
1670
+ # provided to it in the form
1655
1671
  #
1656
1672
  # A x + b <= 0,
1657
1673
  #
1658
1674
  # where A has size (n constraints x m dimensions), where
1659
- # for N instruments m = N-1. each coincidence window
1675
+ # for N instruments m = N-1. in this form, x is the vector
1676
+ # of time differences between the events seen in each of
1677
+ # the detectors and the event seen in the "anchor"
1678
+ # instrument at the origin. each coincidence window
1660
1679
  # between an instrument, i, and the anchor imposes two
1661
1680
  # constraints of the form
1662
1681
  #
1663
1682
  # +/-t_{i} - \tau_{1i} <= 0
1664
1683
  #
1665
- # for a total of 2*(N-1) constraints. each coincidence
1666
- # window between a pair of (non-anchor) instruments imposes
1667
- # two constraints of the form
1684
+ # giving 2*(N-1) constraints. additionally, each
1685
+ # coincidence window between a pair of non-anchor
1686
+ # instruments imposes two constraints of the form
1668
1687
  #
1669
1688
  # +/-(t_{i} - t_{j}) - \tau_{ij} <= 0
1670
1689
  #
1671
- # for a total (N-1)*(N-2) constraints. altogether there
1672
- # are
1690
+ # for an additional (N-1)*(N-2) constraints. altogether
1691
+ # there are
1673
1692
  #
1674
1693
  # n = (N-1)^2 + (N-1) = m * (m + 1)
1675
1694
  #
1676
1695
  # constraints
1696
+ #
1697
+ # the "rate factor" we compute below is the volume in units
1698
+ # of time^(N-1) of the convex polyhedron described above.
1699
+ # this is the proportionality constant giving us the rate
1700
+ # of N-way mutual coincidences
1701
+ #
1702
+ # coinc rate = (polyhedron volume) \\prod_{i} \\mu_{i}.
1703
+ #
1704
+ # the volume has units of time^(N-1), the \\mu have units
1705
+ # of 1/time, there are N of them, so as hoped the rate of
1706
+ # coincidences has units of 1/time.
1707
+
1677
1708
  if not instruments:
1678
1709
  # one-instrument case, no-op
1679
1710
  self.rate_factors[key] = 1.
1680
1711
  elif len(instruments) == 1:
1681
1712
  # two-instrument (1-D) case, don't use qhull
1682
- self.rate_factors[key] = 2. * self.tau[frozenset((anchor, instruments[0]))]
1713
+ self.rate_factors[key] = 2. * self.tau[key]
1683
1714
  else:
1684
- # three- and more instrument (2-D and
1715
+ # three and more instrument (2-D and
1685
1716
  # higher) case
1686
1717
  dimensions = len(instruments) # anchor not included
1687
1718
  halfspaces = numpy.zeros((dimensions * (dimensions + 1), dimensions + 1), dtype = "double")
@@ -1703,67 +1734,7 @@ class CoincRates(object):
1703
1734
  # the origin is in the interior
1704
1735
  interior = numpy.zeros((len(instruments),), dtype = "double")
1705
1736
  # compute volume
1706
- try:
1707
- self.rate_factors[key] = spatial.ConvexHull(spatial.HalfspaceIntersection(halfspaces, interior).intersections).volume
1708
- except AttributeError:
1709
- # fall-through to old version
1710
- pass
1711
- else:
1712
- # it worked, continue
1713
- continue
1714
-
1715
- # old stone-throwing version in case qhull
1716
- # is not available. FIXME: remove when we
1717
- # are sure it's not needed. for each
1718
- # instrument 2...N, the interval within
1719
- # which an event is coincident with
1720
- # instrument 1
1721
- windows = tuple((-self.tau[frozenset((anchor, instrument))], +self.tau[frozenset((anchor, instrument))]) for instrument in instruments)
1722
- # pre-assemble a sequence of instrument
1723
- # index pairs and the maximum allowed
1724
- # \Delta t between them to avoid doing the
1725
- # work associated with assembling the
1726
- # sequence inside a loop
1727
- ijseq = tuple((i, j, self.tau[frozenset((instruments[i], instruments[j]))]) for (i, j) in itertools.combinations(range(len(instruments)), 2))
1728
- # compute the numerator and denominator of
1729
- # the fraction of events coincident with
1730
- # the anchor instrument that are also
1731
- # mutually coincident. this is done by
1732
- # picking a vector of allowed \Delta ts and
1733
- # testing them against the coincidence
1734
- # windows. the loop's exit criterion is
1735
- # arrived at as follows. after d trials,
1736
- # the number of successful outcomes is a
1737
- # binomially-distributed RV with variance =
1738
- # d p (1 - p) <= d/4 where p is the
1739
- # probability of a successful outcome. we
1740
- # quit when the ratio of the bound on the
1741
- # standard deviation of the number of
1742
- # successful outcomes (\sqrt{d/4}) to the
1743
- # actual number of successful outcomes (n)
1744
- # falls below rel accuracy: \sqrt{d/4} / n
1745
- # < rel accuracy, or
1746
- #
1747
- # \sqrt{d} < 2 * rel accuracy * n
1748
- #
1749
- # note that if the true probability is 0,
1750
- # so that n=0 identically, then the loop
1751
- # will never terminate; from the nature of
1752
- # the problem we know 0<p<1 so the loop
1753
- # will, eventually, terminate.
1754
- math_sqrt = math.sqrt
1755
- random_uniform = random.uniform
1756
- two_epsilon = 2. * abundance_rel_accuracy
1757
- n, d = 0, 0
1758
- while math_sqrt(d) >= two_epsilon * n:
1759
- dt = tuple(random_uniform(*window) for window in windows)
1760
- if all(abs(dt[i] - dt[j]) <= maxdt for i, j, maxdt in ijseq):
1761
- n += 1
1762
- d += 1
1763
- self.rate_factors[key] = float(n) / float(d)
1764
- for instrument in instruments:
1765
- self.rate_factors[key] *= 2. * self.tau[frozenset((anchor, instrument))]
1766
-
1737
+ self.rate_factors[key] = spatial.ConvexHull(spatial.HalfspaceIntersection(halfspaces, interior).intersections).volume
1767
1738
  # done computing rate_factors
1768
1739
 
1769
1740
 
@@ -1956,6 +1927,14 @@ class CoincRates(object):
1956
1927
  >>> x = iter(coincrates.random_instruments(H1 = 0.001, L1 = 0.002, V1 = 0.003))
1957
1928
  >>> x.next() # doctest: +SKIP
1958
1929
  (frozenset(['H1', 'L1']), -3.738788683913535)
1930
+
1931
+ NOTE: the generator yields instrument combinations drawn
1932
+ uniformly from the set of allowed instrument combinations,
1933
+ but this is not considered part of the definition of the
1934
+ behaviour of this generator and this implementation detail
1935
+ should not be relied upon by calling code. It is stated
1936
+ here simply for clarity in case it helps improve
1937
+ optimization choices elsewhere.
1959
1938
  """
1960
1939
  # guaranteed non-empty
1961
1940
  lnP_instruments = self.lnP_instruments(**rates)
lalburst/stringutils.py CHANGED
@@ -35,15 +35,13 @@ import scipy.stats
35
35
  import sys
36
36
 
37
37
 
38
- from ligo.lw import ligolw
39
- from ligo.lw import array as ligolw_array
40
- from ligo.lw import param as ligolw_param
41
- from ligo.lw import lsctables
42
- from ligo.lw import utils as ligolw_utils
43
- from ligo.lw.utils import process as ligolw_process
38
+ from igwn_ligolw import ligolw
39
+ from igwn_ligolw import lsctables
40
+ from igwn_ligolw import utils as ligolw_utils
41
+ from igwn_ligolw.utils import process as ligolw_process
44
42
  import lal
45
43
  from lal import rate
46
- from ligo.segments import utils as segmentsUtils
44
+ from igwn_segments import utils as segmentsUtils
47
45
  from .offsetvector import offsetvector
48
46
  from . import snglcoinc
49
47
 
@@ -225,7 +223,7 @@ class LnLRDensity(snglcoinc.LnLRDensity):
225
223
  def to_xml(self, name):
226
224
  xml = super(LnLRDensity, self).to_xml(name)
227
225
  instruments = set(key.split("_", 1)[0] for key in self.densities if key.endswith("_snr2_chi2"))
228
- xml.appendChild(ligolw_param.Param.from_pyvalue("instruments", lsctables.instrumentsproperty.set(instruments)))
226
+ xml.appendChild(ligolw.Param.from_pyvalue("instruments", lsctables.instrumentsproperty.set(instruments)))
229
227
  for key, pdf in self.densities.items():
230
228
  xml.appendChild(pdf.to_xml(key))
231
229
  return xml
@@ -233,7 +231,7 @@ class LnLRDensity(snglcoinc.LnLRDensity):
233
231
  @classmethod
234
232
  def from_xml(cls, xml, name):
235
233
  xml = cls.get_xml_root(xml, name)
236
- self = cls(lsctables.instrumentsproperty.get(ligolw_param.get_pyvalue(xml, "instruments")))
234
+ self = cls(lsctables.instrumentsproperty.get(ligolw.Param.get_param(xml, "instruments").value))
237
235
  for key in self.densities:
238
236
  self.densities[key] = rate.BinnedLnPDF.from_xml(xml, key)
239
237
  return self
@@ -242,12 +240,6 @@ class LnLRDensity(snglcoinc.LnLRDensity):
242
240
  class StringCoincParamsDistributions(snglcoinc.LnLikelihoodRatioMixin):
243
241
  ligo_lw_name_suffix = u"stringcusp_coincparamsdistributions"
244
242
 
245
- @ligolw_array.use_in
246
- @ligolw_param.use_in
247
- @lsctables.use_in
248
- class LIGOLWContentHandler(ligolw.LIGOLWContentHandler):
249
- pass
250
-
251
243
  def __init__(self, instruments):
252
244
  self.triangulators = triangulators(dict.fromkeys(instruments, 8e-5))
253
245
  self.numerator = LnLRDensity(instruments)
@@ -407,7 +399,7 @@ def load_likelihood_data(filenames, verbose = False):
407
399
  for n, filename in enumerate(filenames, 1):
408
400
  if verbose:
409
401
  print("%d/%d:" % (n, len(filenames)), end=' ', file=sys.stderr)
410
- xmldoc = ligolw_utils.load_filename(filename, verbose = verbose, contenthandler = StringCoincParamsDistributions.LIGOLWContentHandler)
402
+ xmldoc = ligolw_utils.load_filename(filename, verbose = verbose)
411
403
  this_coinc_params = StringCoincParamsDistributions.from_xml(xmldoc, u"string_cusp_likelihood")
412
404
  this_seglists = lsctables.SearchSummaryTable.get_table(xmldoc).get_out_segmentlistdict(lsctables.ProcessTable.get_table(xmldoc).get_ids_by_program(u"lalapps_string_meas_likelihood")).coalesce()
413
405
  xmldoc.unlink()
lalburst/timeslides.py CHANGED
@@ -25,6 +25,7 @@
25
25
 
26
26
 
27
27
  import itertools
28
+ from tqdm import tqdm
28
29
 
29
30
 
30
31
  from . import offsetvector
@@ -188,3 +189,48 @@ def Inspiral_Num_Slides_Iter(count, offsets):
188
189
  offsets = offsets.items()
189
190
  for n in range(-count, +count + 1):
190
191
  yield offsetvector.offsetvector((instrument, offset * n) for instrument, offset in offsets)
192
+
193
+
194
+ def vacuum(time_slides, verbose = False):
195
+ """
196
+ Given a dictionary mapping time slide ID to offsetvector, for
197
+ example as returned by the .as_dict() method of the TimeSlideTable
198
+ class in ligolw.lsctables, construct and return a mapping
199
+ indicating time slide equivalences. This can be used to delete
200
+ redundant time slides from a time slide table, and then also used
201
+ via the .applyKeyMapping() method of ligolw.table.Table instances
202
+ to update cross references (for example in the coinc_event table).
203
+
204
+ Example:
205
+
206
+ >>> slides = {0: offsetvector({"H1": 0, "H2": 0}), 1: offsetvector({"H1": 10, "H2": 10}), 2: offsetvector({"H1": 0, "H2": 10})}
207
+ >>> vacuum(slides)
208
+ {1: 0}
209
+
210
+ indicating that time slide ID 1 describes a time slide that is
211
+ equivalent to time slide ID 0. The calling code could use this
212
+ information to delete time slide ID 1 from the time_slide table,
213
+ and replace references to that ID in other tables with references
214
+ to time slide ID 0.
215
+ """
216
+ # convert offsets to deltas
217
+ time_slides = dict((time_slide_id, offsetvect.deltas) for time_slide_id, offsetvect in time_slides.items())
218
+ with tqdm(total = len(time_slides), disable = not verbose) as progressbar:
219
+ # old --> new mapping
220
+ mapping = {}
221
+ # while there are time slide offset dictionaries remaining
222
+ while time_slides:
223
+ # pick an ID/offset dictionary pair at random
224
+ id1, deltas1 = time_slides.popitem()
225
+ # for every other ID/offset dictionary pair in the
226
+ # time slides, if the relative offset dictionaries
227
+ # are equivalent record in the old --> new mapping
228
+ ids_to_delete = [id2 for id2, deltas2 in time_slides.items() if deltas2 == deltas1]
229
+ for id2 in ids_to_delete:
230
+ mapping[id2] = id1
231
+ time_slides.pop(id2)
232
+ # number of offset vectors removed from time_slides
233
+ # in this iteration
234
+ progressbar.update(1 + len(ids_to_delete))
235
+ # done
236
+ return mapping
lalframe/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  # Import SWIG wrappings, if available
2
- from .lalframe import *
2
+ from ._lalframe_swig import *
3
3
 
4
- __version__ = "3.0.4.1"
4
+ __version__ = "3.0.7.1"
5
5
 
6
6
  ## \addtogroup lalframe_python
7
7
  """This package provides Python wrappings and extensions to LALFrame"""
@@ -1,5 +1,5 @@
1
1
  # This file was automatically generated by SWIG (https://www.swig.org).
2
- # Version 4.1.1
2
+ # Version 4.3.1
3
3
  #
4
4
  # Do not make changes to this file unless you know what you are doing - modify
5
5
  # the SWIG interface file instead.
lalframe/frread.py CHANGED
@@ -30,7 +30,8 @@ including:
30
30
  import os
31
31
  import re
32
32
 
33
- from lal import (utils as lalutils, lal)
33
+ import lal
34
+ from lal import utils as lalutils
34
35
 
35
36
  try:
36
37
  from glue import lal as gcache
@@ -39,7 +40,8 @@ except ImportError:
39
40
  else:
40
41
  _HAS_GLUE = True
41
42
 
42
- from . import (lalframe, git_version)
43
+ import lalframe
44
+ from . import git_version
43
45
  __author__ = "Duncan Macleod <duncan.macleod@ligo.org>"
44
46
  __version__ = git_version.id
45
47
  __date__ = git_version.date
lalframe/git_version.py CHANGED
@@ -20,8 +20,8 @@
20
20
  # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
21
  # MA 02110-1301 USA
22
22
 
23
- id = "171dc16bb73611969b9d9d62cd7f27f076519294"
24
- date = "2024-04-4 22:38:44 +0000"
23
+ id = "53acc0c2cd7ea2d3c83fc71a7bd88035c2861d6c"
24
+ date = "2025-10-27 23:19:54 +0000"
25
25
  branch = "None"
26
26
  tag = "None"
27
27
  if tag == "None":
@@ -33,7 +33,7 @@ status = "CLEAN: All modifications committed"
33
33
  version = id
34
34
  verbose_msg = """Branch: None
35
35
  Tag: None
36
- Id: 171dc16bb73611969b9d9d62cd7f27f076519294
36
+ Id: 53acc0c2cd7ea2d3c83fc71a7bd88035c2861d6c
37
37
 
38
38
  Builder: Unknown User <>
39
39
  Repository status: CLEAN: All modifications committed"""
@@ -54,9 +54,9 @@ def check_match(foreign_id, onmismatch="raise"):
54
54
  """
55
55
  if onmismatch not in ("raise", "warn"):
56
56
  raise ValueError(onmismatch + " is an unrecognized value of onmismatch")
57
- if foreign_id == "171dc16bb73611969b9d9d62cd7f27f076519294":
57
+ if foreign_id == "53acc0c2cd7ea2d3c83fc71a7bd88035c2861d6c":
58
58
  return
59
- msg = "Program id (171dc16bb73611969b9d9d62cd7f27f076519294) does not match given id (%s)." % foreign_id
59
+ msg = "Program id (53acc0c2cd7ea2d3c83fc71a7bd88035c2861d6c) does not match given id (%s)." % foreign_id
60
60
  if onmismatch == "raise":
61
61
  raise VersionMismatchError(msg)
62
62
 
lalframe/utils/frtools.py CHANGED
@@ -25,7 +25,7 @@ __author__ = "Duncan Macleod <duncan.macleod@ligo.org>"
25
25
 
26
26
 
27
27
  def get_channels(framefile):
28
- """Return a list of all channels written into the given GWF-format
28
+ r"""Return a list of all channels written into the given GWF-format
29
29
  framefile
30
30
 
31
31
  @param framefile
lalinference/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  # Import SWIG wrappings, if available
2
- from .lalinference import *
2
+ from ._lalinference_swig import *
3
3
 
4
- __version__ = "4.1.6.1"
4
+ __version__ = "4.1.9.1"
5
5
 
6
6
  ## \addtogroup lalinference_python
7
7
  """This package provides Python wrappings and extensions to LALInference"""
@@ -1,5 +1,5 @@
1
1
  # This file was automatically generated by SWIG (https://www.swig.org).
2
- # Version 4.1.1
2
+ # Version 4.3.1
3
3
  #
4
4
  # Do not make changes to this file unless you know what you are doing - modify
5
5
  # the SWIG interface file instead.