rapidpe-rift-pipe 0.7.0__tar.gz → 0.7.1__tar.gz
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.
- {rapidpe_rift_pipe-0.7.0/src/rapidpe_rift_pipe.egg-info → rapidpe_rift_pipe-0.7.1}/PKG-INFO +3 -2
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/__init__.py +1 -1
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/cli.py +9 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1/src/rapidpe_rift_pipe.egg-info}/PKG-INFO +3 -2
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/COPYING +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/MANIFEST.in +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/README.md +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/compute_posterior.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/convert_result_to_txt.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/cprofile_summary.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/create_summarypage.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/plot_skymap.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/setup.cfg +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/setup.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/config.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/config_files/__init__.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/config_files/search_bias_bounds/__init__.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/config_files/search_bias_bounds/default.json +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/create_submit_dag_one_event.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/jacobians.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/modules.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/pastro.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/postscript_utils.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/profiling.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/search_bias_bounds.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/static/__init__.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/static/stylesheet.css +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/test_cli.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/test_config.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/test_modules.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/utils.py +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/SOURCES.txt +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/dependency_links.txt +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/entry_points.txt +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/requires.txt +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/top_level.txt +0 -0
- {rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/zip-safe +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: rapidpe_rift_pipe
|
3
|
-
Version: 0.7.
|
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
|
@@ -24,6 +24,7 @@ Requires-Dist: lalsuite!=7.15
|
|
24
24
|
Requires-Dist: gwpy>=3.0.4
|
25
25
|
Requires-Dist: rift<0.0.15.12,>=0.0.15.9
|
26
26
|
Requires-Dist: rapid_pe<0.2.0,>=0.1.1
|
27
|
+
Dynamic: license-file
|
27
28
|
|
28
29
|
# RapidPE/RIFT Pipeline
|
29
30
|
|
@@ -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
|
+
Metadata-Version: 2.4
|
2
2
|
Name: rapidpe_rift_pipe
|
3
|
-
Version: 0.7.
|
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
|
@@ -24,6 +24,7 @@ Requires-Dist: lalsuite!=7.15
|
|
24
24
|
Requires-Dist: gwpy>=3.0.4
|
25
25
|
Requires-Dist: rift<0.0.15.12,>=0.0.15.9
|
26
26
|
Requires-Dist: rapid_pe<0.2.0,>=0.1.1
|
27
|
+
Dynamic: license-file
|
27
28
|
|
28
29
|
# RapidPE/RIFT Pipeline
|
29
30
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/bin/postscripts/convert_result_to_txt.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/config_files/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/postscript_utils.py
RENAMED
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/search_bias_bounds.py
RENAMED
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/static/__init__.py
RENAMED
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe/static/stylesheet.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/entry_points.txt
RENAMED
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/requires.txt
RENAMED
File without changes
|
{rapidpe_rift_pipe-0.7.0 → rapidpe_rift_pipe-0.7.1}/src/rapidpe_rift_pipe.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|