rapidpe-rift-pipe 0.7.1.dev20250517__py3-none-any.whl → 0.7.2.dev20250518__py3-none-any.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 (14) hide show
  1. rapidpe_rift_pipe/__init__.py +1 -1
  2. rapidpe_rift_pipe/cli.py +9 -0
  3. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/METADATA +1 -1
  4. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/RECORD +14 -14
  5. {rapidpe_rift_pipe-0.7.1.dev20250517.data → rapidpe_rift_pipe-0.7.2.dev20250518.data}/scripts/compute_posterior.py +0 -0
  6. {rapidpe_rift_pipe-0.7.1.dev20250517.data → rapidpe_rift_pipe-0.7.2.dev20250518.data}/scripts/convert_result_to_txt.py +0 -0
  7. {rapidpe_rift_pipe-0.7.1.dev20250517.data → rapidpe_rift_pipe-0.7.2.dev20250518.data}/scripts/cprofile_summary.py +0 -0
  8. {rapidpe_rift_pipe-0.7.1.dev20250517.data → rapidpe_rift_pipe-0.7.2.dev20250518.data}/scripts/create_summarypage.py +0 -0
  9. {rapidpe_rift_pipe-0.7.1.dev20250517.data → rapidpe_rift_pipe-0.7.2.dev20250518.data}/scripts/plot_skymap.py +0 -0
  10. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/WHEEL +0 -0
  11. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/entry_points.txt +0 -0
  12. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/licenses/COPYING +0 -0
  13. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/top_level.txt +0 -0
  14. {rapidpe_rift_pipe-0.7.1.dev20250517.dist-info → rapidpe_rift_pipe-0.7.2.dev20250518.dist-info}/zip-safe +0 -0
@@ -6,4 +6,4 @@ from . import (
6
6
  utils,
7
7
  )
8
8
 
9
- __version__ = "0.7.1"
9
+ __version__ = "0.7.2"
rapidpe_rift_pipe/cli.py CHANGED
@@ -72,6 +72,11 @@ _run_mode_to_channels = {
72
72
  "L1": "GDS-CALIB_STRAIN_INJ1_O3Replay",
73
73
  "V1": "Hrec_hoft_16384Hz_INJ1_O3Replay",
74
74
  },
75
+ "o4llpic": {
76
+ "H1": "GDS-CALIB_STRAIN_CLEAN_INJ1_O4Replay",
77
+ "L1": "GDS-CALIB_STRAIN_CLEAN_INJ1_O4Replay",
78
+ "V1": "Hrec_hoft_16384Hz_INJ1_O4Replay",
79
+ },
75
80
  }
76
81
 
77
82
  shm_basedir = "/dev/shm/kafka/"
@@ -85,6 +90,10 @@ _run_mode_to_shm_dir["o3replay"] = {
85
90
  ifo: os.path.join(shm_basedir, f"{ifo}_O3ReplayMDC")
86
91
  for ifo in ["H1", "L1", "V1"]
87
92
  }
93
+ _run_mode_to_shm_dir["o4llpic"] = {
94
+ ifo: os.path.join(shm_basedir, f"{ifo}_O4LLPIC")
95
+ for ifo in ["H1", "L1", "V1"]
96
+ }
88
97
 
89
98
 
90
99
  def make_parser():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidpe_rift_pipe
3
- Version: 0.7.1.dev20250517
3
+ Version: 0.7.2.dev20250518
4
4
  Summary: Pipeline for running RapidPE and RIFT parameter estimation codes
5
5
  License: GPL-2+
6
6
  Keywords: parameter estimation,gravitational waves
@@ -1,5 +1,5 @@
1
- rapidpe_rift_pipe/__init__.py,sha256=pA1Ps0nWODErncH9_hjrmklb-bvQAzHJeYTHZDsX1Lk,101
2
- rapidpe_rift_pipe/cli.py,sha256=F6mxjoPw-diCW7DrwC6SdgHTLIrOqJI5vLp3pSAzZyI,48083
1
+ rapidpe_rift_pipe/__init__.py,sha256=-VtbPla8DVjRf36urx84NiY6tFF686NjgBw_m2Aqw-M,101
2
+ rapidpe_rift_pipe/cli.py,sha256=cmG3VudY3nMKLe73Wh1Y-ARbbFgcnz0XptL6ejYbDdc,48389
3
3
  rapidpe_rift_pipe/config.py,sha256=FXh5uEQeNQ_p48WulMQS78HD1sgBSeSSBUVe62ZAZn4,19095
4
4
  rapidpe_rift_pipe/create_submit_dag_one_event.py,sha256=jAKuQePF6hAJ7uhAe6enQqvA0wjLDP6wB-tl20UajAc,33756
5
5
  rapidpe_rift_pipe/jacobians.py,sha256=Lo2BBo_FWZtoWRU5KZKTrzNl_4NgPTFqXAJWOmCqOCU,2736
@@ -17,15 +17,15 @@ rapidpe_rift_pipe/config_files/search_bias_bounds/__init__.py,sha256=47DEQpj8HBS
17
17
  rapidpe_rift_pipe/config_files/search_bias_bounds/default.json,sha256=sIefZ0bRpUvYBFiSnPeMxk8tXdiuphLH7WsVgoJqTZM,4536
18
18
  rapidpe_rift_pipe/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  rapidpe_rift_pipe/static/stylesheet.css,sha256=ZNCsudHPSoQHhlGhsyp1bkiHtViGaVH_1zg-qvs4EMc,1968
20
- rapidpe_rift_pipe-0.7.1.dev20250517.data/scripts/compute_posterior.py,sha256=FBGoCKElttVCgx_81XpKm1ydx94zgi5Cm8P70Vs4sks,12762
21
- rapidpe_rift_pipe-0.7.1.dev20250517.data/scripts/convert_result_to_txt.py,sha256=CnSeppeZbG5AUGr9ZQek_jdcQ4iwVUtwyh6ZHkMFM4M,12410
22
- rapidpe_rift_pipe-0.7.1.dev20250517.data/scripts/cprofile_summary.py,sha256=pgBk_3YMwt74vL-lPWR1zS6ymXO60gNkEVRX3omadCw,6328
23
- rapidpe_rift_pipe-0.7.1.dev20250517.data/scripts/create_summarypage.py,sha256=u0lQC6UQZDayaykosDPcHj_vqxIE0F5BQOV32Ex_Rrw,6285
24
- rapidpe_rift_pipe-0.7.1.dev20250517.data/scripts/plot_skymap.py,sha256=FMytw4hSfA3tCwmkLrkL0WxEAwA1fmbmi1_8L0YcrK8,3710
25
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/licenses/COPYING,sha256=LbAbFn5v8J3vtiXEIWfvoNr1HAYT1RG7YxRj4mabYTU,18046
26
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/METADATA,sha256=9eg6N5DMjFt994b18DKbUsS9v7Vy0HsVS3L5s_H9An4,1469
27
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
28
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/entry_points.txt,sha256=1W8NQSDH-atGxb-w6ySdI0s4GACHYEHFrqB-ijrykWc,65
29
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/top_level.txt,sha256=IAUp8O4FXR8jydbZLzYvin2CWcu2fw4zsvUC8CQS0JM,18
30
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
31
- rapidpe_rift_pipe-0.7.1.dev20250517.dist-info/RECORD,,
20
+ rapidpe_rift_pipe-0.7.2.dev20250518.data/scripts/compute_posterior.py,sha256=FBGoCKElttVCgx_81XpKm1ydx94zgi5Cm8P70Vs4sks,12762
21
+ rapidpe_rift_pipe-0.7.2.dev20250518.data/scripts/convert_result_to_txt.py,sha256=CnSeppeZbG5AUGr9ZQek_jdcQ4iwVUtwyh6ZHkMFM4M,12410
22
+ rapidpe_rift_pipe-0.7.2.dev20250518.data/scripts/cprofile_summary.py,sha256=pgBk_3YMwt74vL-lPWR1zS6ymXO60gNkEVRX3omadCw,6328
23
+ rapidpe_rift_pipe-0.7.2.dev20250518.data/scripts/create_summarypage.py,sha256=u0lQC6UQZDayaykosDPcHj_vqxIE0F5BQOV32Ex_Rrw,6285
24
+ rapidpe_rift_pipe-0.7.2.dev20250518.data/scripts/plot_skymap.py,sha256=FMytw4hSfA3tCwmkLrkL0WxEAwA1fmbmi1_8L0YcrK8,3710
25
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/licenses/COPYING,sha256=LbAbFn5v8J3vtiXEIWfvoNr1HAYT1RG7YxRj4mabYTU,18046
26
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/METADATA,sha256=xBv5UXPmfnAgbXwV2-owzx5cr3rA7QjPtxD_Em4m3sE,1469
27
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
28
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/entry_points.txt,sha256=1W8NQSDH-atGxb-w6ySdI0s4GACHYEHFrqB-ijrykWc,65
29
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/top_level.txt,sha256=IAUp8O4FXR8jydbZLzYvin2CWcu2fw4zsvUC8CQS0JM,18
30
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
31
+ rapidpe_rift_pipe-0.7.2.dev20250518.dist-info/RECORD,,