rapidpe-rift-pipe 0.7.0__py3-none-any.whl → 0.7.1__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.
@@ -6,4 +6,4 @@ from . import (
6
6
  utils,
7
7
  )
8
8
 
9
- __version__ = "0.7.0"
9
+ __version__ = "0.7.1"
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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: rapidpe_rift_pipe
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Pipeline for running RapidPE and RIFT parameter estimation codes
5
5
  License: GPL-2+
6
6
  Keywords: parameter estimation,gravitational waves
@@ -20,10 +20,11 @@ Requires-Dist: matplotlib
20
20
  Requires-Dist: h5py
21
21
  Requires-Dist: tabulate
22
22
  Requires-Dist: astropy
23
- Requires-Dist: lalsuite !=7.15
24
- Requires-Dist: gwpy >=3.0.4
25
- Requires-Dist: rift <0.0.15.12,>=0.0.15.9
26
- Requires-Dist: rapid-pe <0.2.0,>=0.1.1
23
+ Requires-Dist: lalsuite!=7.15
24
+ Requires-Dist: gwpy>=3.0.4
25
+ Requires-Dist: rift<0.0.15.12,>=0.0.15.9
26
+ Requires-Dist: rapid_pe<0.2.0,>=0.1.1
27
+ Dynamic: license-file
27
28
 
28
29
  # RapidPE/RIFT Pipeline
29
30
 
@@ -1,5 +1,5 @@
1
- rapidpe_rift_pipe/__init__.py,sha256=XtGAau0lRPGp1fKv73agjBzQwoZP7POEzXWphTS38Fw,101
2
- rapidpe_rift_pipe/cli.py,sha256=F6mxjoPw-diCW7DrwC6SdgHTLIrOqJI5vLp3pSAzZyI,48083
1
+ rapidpe_rift_pipe/__init__.py,sha256=pA1Ps0nWODErncH9_hjrmklb-bvQAzHJeYTHZDsX1Lk,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.0.data/scripts/compute_posterior.py,sha256=FBGoCKElttVCgx_81XpKm1ydx94zgi5Cm8P70Vs4sks,12762
21
- rapidpe_rift_pipe-0.7.0.data/scripts/convert_result_to_txt.py,sha256=CnSeppeZbG5AUGr9ZQek_jdcQ4iwVUtwyh6ZHkMFM4M,12410
22
- rapidpe_rift_pipe-0.7.0.data/scripts/cprofile_summary.py,sha256=pgBk_3YMwt74vL-lPWR1zS6ymXO60gNkEVRX3omadCw,6328
23
- rapidpe_rift_pipe-0.7.0.data/scripts/create_summarypage.py,sha256=u0lQC6UQZDayaykosDPcHj_vqxIE0F5BQOV32Ex_Rrw,6285
24
- rapidpe_rift_pipe-0.7.0.data/scripts/plot_skymap.py,sha256=FMytw4hSfA3tCwmkLrkL0WxEAwA1fmbmi1_8L0YcrK8,3710
25
- rapidpe_rift_pipe-0.7.0.dist-info/COPYING,sha256=LbAbFn5v8J3vtiXEIWfvoNr1HAYT1RG7YxRj4mabYTU,18046
26
- rapidpe_rift_pipe-0.7.0.dist-info/METADATA,sha256=VIVkml1K6uurzoP1Cln-O-OSzsFV-0e7US8Ba72GgQo,1439
27
- rapidpe_rift_pipe-0.7.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
28
- rapidpe_rift_pipe-0.7.0.dist-info/entry_points.txt,sha256=1W8NQSDH-atGxb-w6ySdI0s4GACHYEHFrqB-ijrykWc,65
29
- rapidpe_rift_pipe-0.7.0.dist-info/top_level.txt,sha256=IAUp8O4FXR8jydbZLzYvin2CWcu2fw4zsvUC8CQS0JM,18
30
- rapidpe_rift_pipe-0.7.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
31
- rapidpe_rift_pipe-0.7.0.dist-info/RECORD,,
20
+ rapidpe_rift_pipe-0.7.1.data/scripts/compute_posterior.py,sha256=FBGoCKElttVCgx_81XpKm1ydx94zgi5Cm8P70Vs4sks,12762
21
+ rapidpe_rift_pipe-0.7.1.data/scripts/convert_result_to_txt.py,sha256=CnSeppeZbG5AUGr9ZQek_jdcQ4iwVUtwyh6ZHkMFM4M,12410
22
+ rapidpe_rift_pipe-0.7.1.data/scripts/cprofile_summary.py,sha256=pgBk_3YMwt74vL-lPWR1zS6ymXO60gNkEVRX3omadCw,6328
23
+ rapidpe_rift_pipe-0.7.1.data/scripts/create_summarypage.py,sha256=u0lQC6UQZDayaykosDPcHj_vqxIE0F5BQOV32Ex_Rrw,6285
24
+ rapidpe_rift_pipe-0.7.1.data/scripts/plot_skymap.py,sha256=FMytw4hSfA3tCwmkLrkL0WxEAwA1fmbmi1_8L0YcrK8,3710
25
+ rapidpe_rift_pipe-0.7.1.dist-info/licenses/COPYING,sha256=LbAbFn5v8J3vtiXEIWfvoNr1HAYT1RG7YxRj4mabYTU,18046
26
+ rapidpe_rift_pipe-0.7.1.dist-info/METADATA,sha256=eDLAgE3H6gbXTWS8OqAGm4N4yTWOF9UzS45rgGFC5Dw,1457
27
+ rapidpe_rift_pipe-0.7.1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
28
+ rapidpe_rift_pipe-0.7.1.dist-info/entry_points.txt,sha256=1W8NQSDH-atGxb-w6ySdI0s4GACHYEHFrqB-ijrykWc,65
29
+ rapidpe_rift_pipe-0.7.1.dist-info/top_level.txt,sha256=IAUp8O4FXR8jydbZLzYvin2CWcu2fw4zsvUC8CQS0JM,18
30
+ rapidpe_rift_pipe-0.7.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
31
+ rapidpe_rift_pipe-0.7.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5