PycWB 0.22.2__tar.gz → 0.23.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.
- pycwb-0.23.1/.readthedocs.yaml +68 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/PKG-INFO +15 -8
- {pycwb-0.22.2 → pycwb-0.23.1}/PycWB.egg-info/PKG-INFO +15 -8
- {pycwb-0.22.2 → pycwb-0.23.1}/PycWB.egg-info/SOURCES.txt +13 -3
- {pycwb-0.22.2 → pycwb-0.23.1}/README.md +14 -7
- {pycwb-0.22.2 → pycwb-0.23.1}/bin/pycwb +14 -5
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/CMakeLists.txt +3 -1
- pycwb-0.23.1/docs/source/index.rst +148 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorial_search.rst +4 -3
- pycwb-0.23.1/envs/environment.yml +15 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/_version.py +2 -2
- pycwb-0.23.1/pycwb/cli/batch_runner.py +48 -0
- pycwb-0.22.2/pycwb/cli/batch.py → pycwb-0.23.1/pycwb/cli/batch_setup.py +43 -23
- pycwb-0.23.1/pycwb/cli/merge_catalog.py +18 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/cli/run.py +3 -3
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/config/config.py +3 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/constants/user_parameters_schema.py +19 -2
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/coherence/coherence.py +3 -0
- pycwb-0.23.1/pycwb/modules/energy_threshold/threshold.py +48 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/job_segment.py +8 -8
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihood/likelihood.py +4 -3
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/cluster_statistics.py +4 -2
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/data_check.py +5 -1
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/mdc.py +81 -52
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/statistics/sigmoid_fit.py +16 -4
- pycwb-0.23.1/pycwb/modules/supercluster_naive/supercluster2.py +46 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/workflow_utils/job_setup.py +13 -2
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/prefect_flow/tasks/builtin.py +1 -1
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/network_cluster.py +22 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/network_event.py +2 -0
- pycwb-0.23.1/pycwb/utils/parser.py +14 -0
- pycwb-0.23.1/pycwb/vendor/lib/__init__.py +0 -0
- pycwb-0.23.1/pycwb/workflow/__init__.py +0 -0
- pycwb-0.23.1/pycwb/workflow/batch.py +174 -0
- pycwb-0.23.1/pycwb/workflow/merge.py +39 -0
- pycwb-0.23.1/pycwb/workflow/run.py +23 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/workflow/subflow/postprocess_and_plots.py +47 -15
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/workflow/subflow/prepare_job_runs.py +22 -15
- pycwb-0.23.1/pycwb/workflow/subflow/process_job_segment.py +115 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/workflow/subflow/supercluster_and_likelihood.py +18 -6
- pycwb-0.22.2/docs/source/index.rst +0 -103
- pycwb-0.22.2/examples/multiple_injection/pycwb_injection.py +0 -3
- pycwb-0.22.2/pycwb/search.py +0 -275
- pycwb-0.22.2/pycwb/workflow/batch.py +0 -168
- {pycwb-0.22.2 → pycwb-0.23.1}/.gitignore +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/.gitlab-ci.yml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/LICENSE +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/MANIFEST.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/Makefile +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/PycWB.egg-info/dependency_links.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/PycWB.egg-info/requires.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/PycWB.egg-info/top_level.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/README.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/likelihood/README.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/likelihood/generate_data_for_likelihood.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/likelihood/performance_test_dpf.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/likelihood/performance_test_opt_sky.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/likelihood/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/supercluster/README.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/supercluster/generate_data.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/supercluster/generate_data_2.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/supercluster/performance_supercluster.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/benchmark/supercluster/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/bin/pycwb_search +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/bin/pycwb_show +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Biorthogonal.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Biorthogonal.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Daubechies.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Daubechies.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/FourierCoefficients.icc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Haar.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Haar.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/LineFilter.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/LineFilter.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Makefile +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Meyer.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Meyer.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Symlet.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Symlet.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmArray.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmArray.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmArraySSE.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmArraySSE.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmObjArray.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/SymmObjArray.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WDM.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WDM.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WDMOverlap.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WDMOverlap.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WaveDWT.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/WaveDWT.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Wavelet.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/Wavelet.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/alm.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/build.sh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/cluster.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/cluster.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/cmake/FindHealpix.cmake +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/cmake/FindeBBH.cmake +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/cmake/install_function.cmake +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/constants.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/detector.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/detector.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/injection.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/injection.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/lossy.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/lossy.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/monster.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/monster.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netcluster.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netcluster.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netevent.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netevent.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netpixel.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/netpixel.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/network.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/network.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/pycwb.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/rdfr.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/rdfr.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/readframe.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/readframe.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/readfrfile.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/readfrfile.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/regression.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/regression.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/skycoord.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/skymap.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/skymap.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/sseries.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/sseries.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/time.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/time.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wat.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watasm.S +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watasm_elf64.o +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watavx.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watbranch.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watfun.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wathash.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watplot.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watplot.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watsse.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wattag.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/waturl.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/watversion.hh.in +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavearray.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavearray.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavecomplex.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavecomplex.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavecor.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavecor.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavefft.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavefft.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavelet_LinkDef.h +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavelinefilter.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wavelinefilter.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/waverdc.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/waverdc.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wseries.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wseries.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/cwb-core/wslice.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/0.installation_guide.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/1.initialisation_guide.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/2.test_interactive_multistages_2G_analysis.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/3.run_pycwb_with_yaml_config.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/4.py_cwb_inet_2G.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/5.cwb2G_analyse.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/6.wat_codes_notes.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/Makefile +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/diagram.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/make.bat +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/_static/.keep +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/_templates/.keep +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/conf.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/credit.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/install.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/mod_cwb.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/package.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/schema.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorial_batch_inj.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorial_customized_wf_gen.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorial_injection.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorial_multi_injection.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/tutorials.rst +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/docs/source/workflow.png +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/envs/Dockerfile +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/envs/mamba/Dockerfile +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/autoencoder/pycwb_injection.ipynb +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/autoencoder/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/generate_parameters.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/pycbc_inject/hyperbolicTD/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/pycbc_inject/hyperbolicTD/parameters.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/pycbc_inject/hyperbolicTD/waveform.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/pycwb_injection.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/batch_injection/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/H1_cat0.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/H1_cat1.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/H1_cat2.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/H1_cat4.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/L1_cat0.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/L1_cat1.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/L1_cat2.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/DQ/L1_cat4.txt +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/input/OPBM.period +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/input/OPBM_H1.frames +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/input/OPBM_L1.frames +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/pycwb_mdc.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/benchmark/user_parameters_mdc.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/colab/pycWB_GW150914.ipynb +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/injection/pycwb_injection.ipynb +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/injection/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/lvk_sep_2023/demo.ipynb +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/lvk_sep_2023/user_parameters.yaml +0 -0
- {pycwb-0.22.2/examples/injection → pycwb-0.23.1/examples/multiple_injection}/pycwb_injection.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/multiple_injection/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/pyseobnr_injection/generate_parameters.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/pyseobnr_injection/user_parameters_injection.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/pyseobnr_injection/waveform_model/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/pyseobnr_injection/waveform_model/waveform.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/examples/waveform_reconstruction/reconstruct_waveform_from_cluster.ipynb +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/cwb_core/coherence.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/cwb_core/coherence.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/cwb_core/likelihood.cc +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/cwb_core/likelihood.hh +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/dag/dag.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/dag/dask-prefect.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/dag/prefect_test.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger/server.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger/visualizition.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/.eslintrc.cjs +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/.gitignore +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/.prettierrc.json +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/README.md +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/index.html +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/package-lock.json +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/package.json +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/public/favicon.ico +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/App.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/assets/base.css +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/assets/cwb_icon_modern_blue_alfa.png +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/assets/main.css +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/assets/style.css +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/HelloWorld.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/TheWelcome.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/WelcomeItem.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/__tests__/HelloWorld.spec.js +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/icons/IconCommunity.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/icons/IconDocumentation.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/icons/IconEcosystem.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/icons/IconSupport.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/components/icons/IconTooling.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/main.js +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/router/index.js +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/stores/counter.js +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/views/drawflow.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/views/nodes/node1.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/views/nodes/node2.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/views/nodes/node3.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/src/views/nodes/nodeHeader.vue +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/messenger-web-interface/vite.config.js +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/performance/numba_test.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/performance/taichi_test.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/prototypes/search.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/cli/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/cli/flow.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/cli/server.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/cli/xtalk.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/config/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/constants/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/constants/project_constants.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/autoencoder/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/autoencoder/autoencoder.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/autoencoder/cwb_autoencoder.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/autoencoder/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/catalog/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/catalog/catalog.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/catalog/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/coherence/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/coherence/coherence_lite.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/coherence/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/condor/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/condor/condor.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/condor/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/cluster.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/pixel.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/series.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/cwb_conversions/sparse_series.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/data_conditioning/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/data_conditioning/data_conditioning.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/data_conditioning/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/data_conditioning/regression.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/data_conditioning/whitening.py +0 -0
- {pycwb-0.22.2/pycwb/modules/likelihoodWP → pycwb-0.23.1/pycwb/modules/energy_threshold}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/dq_segment.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/frame.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/plots.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/job_segment/super_lag.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihood/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihood/module.yaml +0 -0
- {pycwb-0.22.2/pycwb/modules/plot_map → pycwb-0.23.1/pycwb/modules/likelihoodWP}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihoodWP/dpf.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihoodWP/dpf_cython.pyx +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihoodWP/likelihood.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihoodWP/sky_stat.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/likelihoodWP/utils.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/logger/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/logger/logger.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/logger/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/multi_resolution_wdm/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/multi_resolution_wdm/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/multi_resolution_wdm/wdm.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/event.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/spectrogram.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot/waveform.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot_data_quality/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot_data_quality/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot_data_quality/plot.py +0 -0
- {pycwb-0.22.2/pycwb/modules/statistics → pycwb-0.23.1/pycwb/modules/plot_map}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot_map/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/plot_map/world_map.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/data_find.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/read_data/read_data.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/reconstruction/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/reconstruction/getMRAwaveform.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/reconstruction/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/sparse_series/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/sparse_series/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/sparse_series/sparse_table.py +0 -0
- {pycwb-0.22.2/pycwb/modules/web_viewer → pycwb-0.23.1/pycwb/modules/statistics}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/statistics/eff.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/statistics/eff_plot.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/statistics/merge.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/module.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/sub_net_cut.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/super_cluster.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/supercluster.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/super_cluster/utils.py +0 -0
- {pycwb-0.22.2/pycwb/modules/workflow_utils → pycwb-0.23.1/pycwb/modules/supercluster_naive}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/superlag/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/superlag/superlag.py +0 -0
- {pycwb-0.22.2/pycwb/modules/xtalk → pycwb-0.23.1/pycwb/modules/web_viewer}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/web_viewer/create.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/web_viewer/module.yaml +0 -0
- {pycwb-0.22.2/pycwb/prefect_flow → pycwb-0.23.1/pycwb/modules/workflow_utils}/__init__.py +0 -0
- {pycwb-0.22.2/pycwb/prefect_flow/tasks → pycwb-0.23.1/pycwb/modules/xtalk}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/xtalk/monster.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/xtalk/monster_old.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/modules/xtalk/xtalk_data.py +0 -0
- {pycwb-0.22.2/pycwb/types → pycwb-0.23.1/pycwb/prefect_flow}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/prefect_flow/pycwb_flow.py +0 -0
- {pycwb-0.22.2/pycwb/utils → pycwb-0.23.1/pycwb/prefect_flow/tasks}/__init__.py +0 -0
- {pycwb-0.22.2/pycwb/utils/conversions → pycwb-0.23.1/pycwb/types}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/data_quality_file.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/detector.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/job.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/network.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/network_pixel.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/sparse_series.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/time_frequency_series.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/wdm.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/types/wdm_xtalk.py +0 -0
- {pycwb-0.22.2/pycwb/vendor → pycwb-0.23.1/pycwb/utils}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/async_write.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/check_ROOT.py +0 -0
- {pycwb-0.22.2/pycwb/vendor/autoencoder → pycwb-0.23.1/pycwb/utils/conversions}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/conversions/timeseries.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/dataclass_object_io.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/dep_check.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/image.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/module.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/network.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/skymap_coord.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/utils/yaml_helper.py +0 -0
- {pycwb-0.22.2/pycwb/vendor/lib → pycwb-0.23.1/pycwb/vendor}/__init__.py +0 -0
- {pycwb-0.22.2/pycwb/workflow → pycwb-0.23.1/pycwb/vendor/autoencoder}/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/vendor/autoencoder/cwb_autoencoder.h5 +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/vendor/example.yaml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/vendor/web_viewer/event_dump.html +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/vendor/web_viewer/styles.css +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/vendor/web_viewer/viewer.html +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pycwb/workflow/subflow/__init__.py +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/pyproject.toml +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/setup.cfg +0 -0
- {pycwb-0.22.2 → pycwb-0.23.1}/setup.py +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
|
|
3
|
+
build:
|
|
4
|
+
os: "ubuntu-22.04"
|
|
5
|
+
tools:
|
|
6
|
+
python: "mambaforge-22.9"
|
|
7
|
+
|
|
8
|
+
conda:
|
|
9
|
+
environment: envs/environment.yml
|
|
10
|
+
# commands:
|
|
11
|
+
# - wget -q https://root.cern/download/root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz
|
|
12
|
+
# - tar -xf root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz --strip-components=1 -C /usr/local/
|
|
13
|
+
# - export ROOTSYS=/usr/local
|
|
14
|
+
# - export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH
|
|
15
|
+
# - export CLING_STANDARD_PCH=none
|
|
16
|
+
# - apt-get update
|
|
17
|
+
# - apt-get -y install git dpkg-dev cmake pkg-config g++ gcc binutils libx11-dev libxpm-dev libxft-dev libxext-dev tar gfortran subversion
|
|
18
|
+
# - apt-get -y install libfftw3-dev libcfitsio9 libsharp0 python3-pip
|
|
19
|
+
# - wget -q http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
|
20
|
+
# - dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
|
21
|
+
# - wget -q https://launchpad.net/ubuntu/+archive/primary/+files/libhealpix-cxx3_3.80.0-5_amd64.deb
|
|
22
|
+
# - wget -q https://launchpad.net/ubuntu/+archive/primary/+files/libhealpix-cxx-dev_3.80.0-5_amd64.deb
|
|
23
|
+
# - dpkg -i libhealpix-cxx3_3.80.0-5_amd64.deb
|
|
24
|
+
# - dpkg -i libhealpix-cxx-dev_3.80.0-5_amd64.deb
|
|
25
|
+
# - apt-get -y install python3-pip python3-venv
|
|
26
|
+
# - ln -s /usr/bin/python3 /usr/bin/python
|
|
27
|
+
# - python3 -m pip install pip setuptools -U
|
|
28
|
+
|
|
29
|
+
python:
|
|
30
|
+
install:
|
|
31
|
+
#- requirements: docs/requirements.txt
|
|
32
|
+
- method: pip
|
|
33
|
+
path: .
|
|
34
|
+
|
|
35
|
+
sphinx:
|
|
36
|
+
configuration: docs/source/conf.py
|
|
37
|
+
|
|
38
|
+
#environment:
|
|
39
|
+
# ROOTSYS: /usr/local
|
|
40
|
+
# PYTHONPATH: /usr/local/lib:$PYTHONPATH
|
|
41
|
+
|
|
42
|
+
#apt_packages:
|
|
43
|
+
# - wget
|
|
44
|
+
# - cmake
|
|
45
|
+
# - g++
|
|
46
|
+
# - gcc
|
|
47
|
+
# - gfortran
|
|
48
|
+
# - libx11-dev
|
|
49
|
+
# - libxpm-dev
|
|
50
|
+
# - libxft-dev
|
|
51
|
+
# - libxext-dev
|
|
52
|
+
# - libfftw3-dev
|
|
53
|
+
# - libcfitsio9
|
|
54
|
+
# - libsharp0
|
|
55
|
+
# - libssl1.1
|
|
56
|
+
#
|
|
57
|
+
#pre_build:
|
|
58
|
+
# - wget -q https://root.cern/download/root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz
|
|
59
|
+
# - tar -xf root_v6.26.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz --strip-components=1 -C /usr/local/
|
|
60
|
+
# - wget -q https://launchpad.net/ubuntu/+archive/primary/+files/libhealpix-cxx3_3.80.0-5_amd64.deb
|
|
61
|
+
# - wget -q https://launchpad.net/ubuntu/+archive/primary/+files/libhealpix-cxx-dev_3.80.0-5_amd64.deb
|
|
62
|
+
# - dpkg -i libhealpix-cxx3_3.80.0-5_amd64.deb
|
|
63
|
+
# - dpkg -i libhealpix-cxx-dev_3.80.0-5_amd64.deb
|
|
64
|
+
#
|
|
65
|
+
#exclude:
|
|
66
|
+
# - "dist/*"
|
|
67
|
+
# - "*.tar.gz"
|
|
68
|
+
# - "*.deb"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PycWB
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.1
|
|
4
4
|
Summary: A Python package for coherent gravitational wave burst analysis
|
|
5
5
|
Home-page: https://git.ligo.org/yumeng.xu/pycwb
|
|
6
6
|
Author-email: The PycWB team <yumeng.xu@ligo.org>
|
|
@@ -34,12 +34,14 @@ Requires-Dist: htcondor
|
|
|
34
34
|
|
|
35
35
|
# PycWB
|
|
36
36
|
|
|
37
|
+
[](https://pycwb.readthedocs.io/en/latest/)
|
|
37
38
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/pipelines)
|
|
38
39
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/releases)
|
|
39
40
|
[](https://badge.fury.io/py/pycWB)
|
|
40
41
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/LICENSE)
|
|
41
42
|
|
|
42
43
|
PycWB is a modularized Python package for gravitational wave burst search based on the core function of cWB.
|
|
44
|
+
The documentation can be found at [pycwb.readthedocs.io](https://pycwb.readthedocs.io/en/latest/).
|
|
43
45
|
|
|
44
46
|
## Installation
|
|
45
47
|
|
|
@@ -56,6 +58,16 @@ conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nd
|
|
|
56
58
|
python3 -m pip install pycwb
|
|
57
59
|
```
|
|
58
60
|
|
|
61
|
+
Currently, pycWB is only available for x64 architecture.
|
|
62
|
+
For Apple Silicon users, you can install the dependencies with the following commands:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
conda create -n pycwb "python>=3.9,<3.11"
|
|
66
|
+
conda activate pycwb
|
|
67
|
+
conda config --env --set subdir osx-64
|
|
68
|
+
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config htcondor
|
|
69
|
+
```
|
|
70
|
+
|
|
59
71
|
### Install pycWB from source
|
|
60
72
|
|
|
61
73
|
```bash
|
|
@@ -72,7 +84,7 @@ make install
|
|
|
72
84
|
Example project can be found in [examples](https://git.ligo.org/yumeng.xu/pycwb/-/tree/main/examples)
|
|
73
85
|
|
|
74
86
|
```python
|
|
75
|
-
from pycwb.
|
|
87
|
+
from pycwb.workflow.run import search
|
|
76
88
|
|
|
77
89
|
search('./user_parameters.yaml')
|
|
78
90
|
```
|
|
@@ -80,14 +92,9 @@ search('./user_parameters.yaml')
|
|
|
80
92
|
or run with command line
|
|
81
93
|
|
|
82
94
|
```bash
|
|
83
|
-
|
|
95
|
+
pycwb run ./user_parameters.yaml
|
|
84
96
|
```
|
|
85
97
|
|
|
86
98
|
## Interactive tutorial
|
|
87
99
|
|
|
88
100
|
- Google Colab tutorial: [pycWB_GW150914.ipynb](https://colab.research.google.com/github/PycWB/pycwb/blob/main/examples/colab/pycWB_GW150914.ipynb)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## Documentation
|
|
92
|
-
|
|
93
|
-
Documentation can be found in [https://yumeng.xu.docs.ligo.org/pycwb](https://yumeng.xu.docs.ligo.org/pycwb)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PycWB
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.23.1
|
|
4
4
|
Summary: A Python package for coherent gravitational wave burst analysis
|
|
5
5
|
Home-page: https://git.ligo.org/yumeng.xu/pycwb
|
|
6
6
|
Author-email: The PycWB team <yumeng.xu@ligo.org>
|
|
@@ -34,12 +34,14 @@ Requires-Dist: htcondor
|
|
|
34
34
|
|
|
35
35
|
# PycWB
|
|
36
36
|
|
|
37
|
+
[](https://pycwb.readthedocs.io/en/latest/)
|
|
37
38
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/pipelines)
|
|
38
39
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/releases)
|
|
39
40
|
[](https://badge.fury.io/py/pycWB)
|
|
40
41
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/LICENSE)
|
|
41
42
|
|
|
42
43
|
PycWB is a modularized Python package for gravitational wave burst search based on the core function of cWB.
|
|
44
|
+
The documentation can be found at [pycwb.readthedocs.io](https://pycwb.readthedocs.io/en/latest/).
|
|
43
45
|
|
|
44
46
|
## Installation
|
|
45
47
|
|
|
@@ -56,6 +58,16 @@ conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nd
|
|
|
56
58
|
python3 -m pip install pycwb
|
|
57
59
|
```
|
|
58
60
|
|
|
61
|
+
Currently, pycWB is only available for x64 architecture.
|
|
62
|
+
For Apple Silicon users, you can install the dependencies with the following commands:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
conda create -n pycwb "python>=3.9,<3.11"
|
|
66
|
+
conda activate pycwb
|
|
67
|
+
conda config --env --set subdir osx-64
|
|
68
|
+
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config htcondor
|
|
69
|
+
```
|
|
70
|
+
|
|
59
71
|
### Install pycWB from source
|
|
60
72
|
|
|
61
73
|
```bash
|
|
@@ -72,7 +84,7 @@ make install
|
|
|
72
84
|
Example project can be found in [examples](https://git.ligo.org/yumeng.xu/pycwb/-/tree/main/examples)
|
|
73
85
|
|
|
74
86
|
```python
|
|
75
|
-
from pycwb.
|
|
87
|
+
from pycwb.workflow.run import search
|
|
76
88
|
|
|
77
89
|
search('./user_parameters.yaml')
|
|
78
90
|
```
|
|
@@ -80,14 +92,9 @@ search('./user_parameters.yaml')
|
|
|
80
92
|
or run with command line
|
|
81
93
|
|
|
82
94
|
```bash
|
|
83
|
-
|
|
95
|
+
pycwb run ./user_parameters.yaml
|
|
84
96
|
```
|
|
85
97
|
|
|
86
98
|
## Interactive tutorial
|
|
87
99
|
|
|
88
100
|
- Google Colab tutorial: [pycWB_GW150914.ipynb](https://colab.research.google.com/github/PycWB/pycwb/blob/main/examples/colab/pycWB_GW150914.ipynb)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## Documentation
|
|
92
|
-
|
|
93
|
-
Documentation can be found in [https://yumeng.xu.docs.ligo.org/pycwb](https://yumeng.xu.docs.ligo.org/pycwb)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
.gitignore
|
|
2
2
|
.gitlab-ci.yml
|
|
3
|
+
.readthedocs.yaml
|
|
3
4
|
LICENSE
|
|
4
5
|
MANIFEST.in
|
|
5
6
|
Makefile
|
|
@@ -150,6 +151,7 @@ docs/source/workflow.png
|
|
|
150
151
|
docs/source/_static/.keep
|
|
151
152
|
docs/source/_templates/.keep
|
|
152
153
|
envs/Dockerfile
|
|
154
|
+
envs/environment.yml
|
|
153
155
|
envs/mamba/Dockerfile
|
|
154
156
|
examples/autoencoder/pycwb_injection.ipynb
|
|
155
157
|
examples/autoencoder/user_parameters_injection.yaml
|
|
@@ -174,7 +176,6 @@ examples/benchmark/input/OPBM_H1.frames
|
|
|
174
176
|
examples/benchmark/input/OPBM_L1.frames
|
|
175
177
|
examples/colab/pycWB_GW150914.ipynb
|
|
176
178
|
examples/injection/pycwb_injection.ipynb
|
|
177
|
-
examples/injection/pycwb_injection.py
|
|
178
179
|
examples/injection/user_parameters_injection.yaml
|
|
179
180
|
examples/lvk_sep_2023/demo.ipynb
|
|
180
181
|
examples/lvk_sep_2023/user_parameters.yaml
|
|
@@ -231,10 +232,11 @@ prototypes/performance/numba_test.py
|
|
|
231
232
|
prototypes/performance/taichi_test.py
|
|
232
233
|
pycwb/__init__.py
|
|
233
234
|
pycwb/_version.py
|
|
234
|
-
pycwb/search.py
|
|
235
235
|
pycwb/cli/__init__.py
|
|
236
|
-
pycwb/cli/
|
|
236
|
+
pycwb/cli/batch_runner.py
|
|
237
|
+
pycwb/cli/batch_setup.py
|
|
237
238
|
pycwb/cli/flow.py
|
|
239
|
+
pycwb/cli/merge_catalog.py
|
|
238
240
|
pycwb/cli/run.py
|
|
239
241
|
pycwb/cli/server.py
|
|
240
242
|
pycwb/cli/xtalk.py
|
|
@@ -269,6 +271,8 @@ pycwb/modules/data_conditioning/data_conditioning.py
|
|
|
269
271
|
pycwb/modules/data_conditioning/module.yaml
|
|
270
272
|
pycwb/modules/data_conditioning/regression.py
|
|
271
273
|
pycwb/modules/data_conditioning/whitening.py
|
|
274
|
+
pycwb/modules/energy_threshold/__init__.py
|
|
275
|
+
pycwb/modules/energy_threshold/threshold.py
|
|
272
276
|
pycwb/modules/job_segment/__init__.py
|
|
273
277
|
pycwb/modules/job_segment/dq_segment.py
|
|
274
278
|
pycwb/modules/job_segment/frame.py
|
|
@@ -326,6 +330,8 @@ pycwb/modules/super_cluster/sub_net_cut.py
|
|
|
326
330
|
pycwb/modules/super_cluster/super_cluster.py
|
|
327
331
|
pycwb/modules/super_cluster/supercluster.py
|
|
328
332
|
pycwb/modules/super_cluster/utils.py
|
|
333
|
+
pycwb/modules/supercluster_naive/__init__.py
|
|
334
|
+
pycwb/modules/supercluster_naive/supercluster2.py
|
|
329
335
|
pycwb/modules/superlag/__init__.py
|
|
330
336
|
pycwb/modules/superlag/superlag.py
|
|
331
337
|
pycwb/modules/web_viewer/__init__.py
|
|
@@ -361,6 +367,7 @@ pycwb/utils/dep_check.py
|
|
|
361
367
|
pycwb/utils/image.py
|
|
362
368
|
pycwb/utils/module.py
|
|
363
369
|
pycwb/utils/network.py
|
|
370
|
+
pycwb/utils/parser.py
|
|
364
371
|
pycwb/utils/skymap_coord.py
|
|
365
372
|
pycwb/utils/yaml_helper.py
|
|
366
373
|
pycwb/utils/conversions/__init__.py
|
|
@@ -375,7 +382,10 @@ pycwb/vendor/web_viewer/styles.css
|
|
|
375
382
|
pycwb/vendor/web_viewer/viewer.html
|
|
376
383
|
pycwb/workflow/__init__.py
|
|
377
384
|
pycwb/workflow/batch.py
|
|
385
|
+
pycwb/workflow/merge.py
|
|
386
|
+
pycwb/workflow/run.py
|
|
378
387
|
pycwb/workflow/subflow/__init__.py
|
|
379
388
|
pycwb/workflow/subflow/postprocess_and_plots.py
|
|
380
389
|
pycwb/workflow/subflow/prepare_job_runs.py
|
|
390
|
+
pycwb/workflow/subflow/process_job_segment.py
|
|
381
391
|
pycwb/workflow/subflow/supercluster_and_likelihood.py
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# PycWB
|
|
2
2
|
|
|
3
|
+
[](https://pycwb.readthedocs.io/en/latest/)
|
|
3
4
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/pipelines)
|
|
4
5
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/releases)
|
|
5
6
|
[](https://badge.fury.io/py/pycWB)
|
|
6
7
|
[](https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/LICENSE)
|
|
7
8
|
|
|
8
9
|
PycWB is a modularized Python package for gravitational wave burst search based on the core function of cWB.
|
|
10
|
+
The documentation can be found at [pycwb.readthedocs.io](https://pycwb.readthedocs.io/en/latest/).
|
|
9
11
|
|
|
10
12
|
## Installation
|
|
11
13
|
|
|
@@ -22,6 +24,16 @@ conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nd
|
|
|
22
24
|
python3 -m pip install pycwb
|
|
23
25
|
```
|
|
24
26
|
|
|
27
|
+
Currently, pycWB is only available for x64 architecture.
|
|
28
|
+
For Apple Silicon users, you can install the dependencies with the following commands:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
conda create -n pycwb "python>=3.9,<3.11"
|
|
32
|
+
conda activate pycwb
|
|
33
|
+
conda config --env --set subdir osx-64
|
|
34
|
+
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config htcondor
|
|
35
|
+
```
|
|
36
|
+
|
|
25
37
|
### Install pycWB from source
|
|
26
38
|
|
|
27
39
|
```bash
|
|
@@ -38,7 +50,7 @@ make install
|
|
|
38
50
|
Example project can be found in [examples](https://git.ligo.org/yumeng.xu/pycwb/-/tree/main/examples)
|
|
39
51
|
|
|
40
52
|
```python
|
|
41
|
-
from pycwb.
|
|
53
|
+
from pycwb.workflow.run import search
|
|
42
54
|
|
|
43
55
|
search('./user_parameters.yaml')
|
|
44
56
|
```
|
|
@@ -46,14 +58,9 @@ search('./user_parameters.yaml')
|
|
|
46
58
|
or run with command line
|
|
47
59
|
|
|
48
60
|
```bash
|
|
49
|
-
|
|
61
|
+
pycwb run ./user_parameters.yaml
|
|
50
62
|
```
|
|
51
63
|
|
|
52
64
|
## Interactive tutorial
|
|
53
65
|
|
|
54
66
|
- Google Colab tutorial: [pycWB_GW150914.ipynb](https://colab.research.google.com/github/PycWB/pycwb/blob/main/examples/colab/pycWB_GW150914.ipynb)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## Documentation
|
|
58
|
-
|
|
59
|
-
Documentation can be found in [https://yumeng.xu.docs.ligo.org/pycwb](https://yumeng.xu.docs.ligo.org/pycwb)
|
|
@@ -7,9 +7,10 @@ import argparse
|
|
|
7
7
|
import pycwb.cli.server as server
|
|
8
8
|
import pycwb.cli.run as run
|
|
9
9
|
import pycwb.cli.flow as flow
|
|
10
|
-
import pycwb.cli.
|
|
10
|
+
import pycwb.cli.batch_setup as batch_setup
|
|
11
|
+
import pycwb.cli.batch_runner as batch_runner
|
|
11
12
|
import pycwb.cli.xtalk as xtalk
|
|
12
|
-
|
|
13
|
+
import pycwb.cli.merge_catalog as merge_catalog
|
|
13
14
|
|
|
14
15
|
def main():
|
|
15
16
|
parser = argparse.ArgumentParser(prog='pycwb')
|
|
@@ -29,14 +30,22 @@ def main():
|
|
|
29
30
|
flow.init_parser(flow_parser)
|
|
30
31
|
flow_parser.set_defaults(func=flow.command)
|
|
31
32
|
|
|
32
|
-
batch_parser = subparsers.add_parser('batch', help='
|
|
33
|
-
|
|
34
|
-
batch_parser.set_defaults(func=
|
|
33
|
+
batch_parser = subparsers.add_parser('batch-setup', help='Setup batch run')
|
|
34
|
+
batch_setup.init_parser(batch_parser)
|
|
35
|
+
batch_parser.set_defaults(func=batch_setup.command)
|
|
36
|
+
|
|
37
|
+
batch_runner_parser = subparsers.add_parser('batch-runner', help='Runner for batch run')
|
|
38
|
+
batch_runner.init_parser(batch_runner_parser)
|
|
39
|
+
batch_runner_parser.set_defaults(func=batch_runner.command)
|
|
35
40
|
|
|
36
41
|
xtalk_parser = subparsers.add_parser('xtalk', help='Convert xtalk file')
|
|
37
42
|
xtalk.init_parser(xtalk_parser)
|
|
38
43
|
xtalk_parser.set_defaults(func=xtalk.command)
|
|
39
44
|
|
|
45
|
+
merge_catalog_parser = subparsers.add_parser('merge-catalog', help='Merge catalog files')
|
|
46
|
+
merge_catalog.init_parser(merge_catalog_parser)
|
|
47
|
+
merge_catalog_parser.set_defaults(func=merge_catalog.command)
|
|
48
|
+
|
|
40
49
|
args = parser.parse_args()
|
|
41
50
|
if hasattr(args, 'func'):
|
|
42
51
|
args.func(args)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cmake_minimum_required(VERSION 3.
|
|
1
|
+
cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
|
|
2
2
|
project(
|
|
3
3
|
WAT
|
|
4
4
|
LANGUAGES CXX ASM
|
|
@@ -6,6 +6,8 @@ project(
|
|
|
6
6
|
DESCRIPTION "cWB pipeline source library"
|
|
7
7
|
)
|
|
8
8
|
|
|
9
|
+
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE INTERNAL "" FORCE)
|
|
10
|
+
|
|
9
11
|
if(NOT CMAKE_BUILD_TYPE)
|
|
10
12
|
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
|
|
11
13
|
"Choose the type of build, options are: Debug Release
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
.. pycWB documentation master file, created by
|
|
2
|
+
sphinx-quickstart on Wed Mar 8 13:16:45 2023.
|
|
3
|
+
You can adapt this file completely to your liking, but it should at least
|
|
4
|
+
contain the root `toctree` directive.
|
|
5
|
+
|
|
6
|
+
Welcome to pycWB's documentation!
|
|
7
|
+
===================================
|
|
8
|
+
|
|
9
|
+
.. image:: https://readthedocs.org/projects/pycwb/badge/?version=latest
|
|
10
|
+
:target: https://pycwb.readthedocs.io/en/latest/
|
|
11
|
+
:alt: Documentations
|
|
12
|
+
|
|
13
|
+
.. image:: https://git.ligo.org/yumeng.xu/pycwb/badges/main/pipeline.svg
|
|
14
|
+
:target: https://git.ligo.org/yumeng.xu/pycwb/-/pipelines
|
|
15
|
+
:alt: Build Status
|
|
16
|
+
|
|
17
|
+
.. image:: https://git.ligo.org/yumeng.xu/pycwb/-/badges/release.svg
|
|
18
|
+
:target: https://git.ligo.org/yumeng.xu/pycwb/-/releases
|
|
19
|
+
:alt: Releases
|
|
20
|
+
|
|
21
|
+
.. image:: https://badge.fury.io/py/pycWB.svg
|
|
22
|
+
:target: https://badge.fury.io/py/pycWB
|
|
23
|
+
:alt: PyPI version
|
|
24
|
+
|
|
25
|
+
.. image:: https://img.shields.io/badge/license-GPLv3-blue
|
|
26
|
+
:target: https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/LICENSE
|
|
27
|
+
:alt: License
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
pycWB is a modularized Python package for gravitational wave burst search based on the core function of cWB.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
.. toctree::
|
|
34
|
+
:hidden:
|
|
35
|
+
:maxdepth: 5
|
|
36
|
+
|
|
37
|
+
install
|
|
38
|
+
credit
|
|
39
|
+
pycWB <modules>
|
|
40
|
+
genindex
|
|
41
|
+
|
|
42
|
+
.. toctree::
|
|
43
|
+
:hidden:
|
|
44
|
+
:caption: User Guides
|
|
45
|
+
:maxdepth: 1
|
|
46
|
+
|
|
47
|
+
tutorials
|
|
48
|
+
schema
|
|
49
|
+
|
|
50
|
+
.. toctree::
|
|
51
|
+
:hidden:
|
|
52
|
+
:caption: Developer Guides
|
|
53
|
+
:maxdepth: 1
|
|
54
|
+
|
|
55
|
+
mod_cwb
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Getting Started
|
|
59
|
+
===============
|
|
60
|
+
|
|
61
|
+
Installation
|
|
62
|
+
------------
|
|
63
|
+
|
|
64
|
+
PycWB is available on `PyPI <https://pypi.org/project/pycWB/>`_. You can install it with pip.
|
|
65
|
+
Some dependencies are required to be installed before installing pycWB with pip.
|
|
66
|
+
The easiest way is to install them with conda.
|
|
67
|
+
|
|
68
|
+
.. code-block:: bash
|
|
69
|
+
|
|
70
|
+
conda create -n pycwb "python>=3.9,<3.11"
|
|
71
|
+
conda activate pycwb
|
|
72
|
+
conda install -c conda-forge root=6.26.10 healpix_cxx=3.81 nds2-client python-nds2-client lalsuite setuptools_scm cmake pkg-config
|
|
73
|
+
python3 -m pip install pycwb
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
Run your first burst search
|
|
77
|
+
---------------------------
|
|
78
|
+
|
|
79
|
+
In your first burst search, we will use a built-in noise generator and waveform generator
|
|
80
|
+
to minimize the requirement for external data. What you need is just one configuration file in YAML format.
|
|
81
|
+
|
|
82
|
+
To start with, copy the example configuration folder from the source code or download the
|
|
83
|
+
``user_parameters_injection.yaml`` manually from `here <https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/examples/injection/user_parameters_injection.yaml>`_.
|
|
84
|
+
|
|
85
|
+
.. code-block:: bash
|
|
86
|
+
|
|
87
|
+
cp -r [path_to_source_code]/examples/injection my_first_search
|
|
88
|
+
|
|
89
|
+
Now, you are all set! You can directly run the example in the terminal with the ``pycwb run`` command
|
|
90
|
+
|
|
91
|
+
.. code-block:: bash
|
|
92
|
+
|
|
93
|
+
pycwb run user_parameters_injection.yaml
|
|
94
|
+
|
|
95
|
+
Or you can open the juptyer notebook ``pycwb_injection.ipynb`` (download `here <https://git.ligo.org/yumeng.xu/pycwb/-/blob/main/examples/injection/pycwb_injection.ipynb>`_)
|
|
96
|
+
and run the search step by step
|
|
97
|
+
|
|
98
|
+
Go deeper into pycWB.search
|
|
99
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
100
|
+
|
|
101
|
+
If you want to know more about the search process, please refer to
|
|
102
|
+
:ref:`tutorial_search`
|
|
103
|
+
|
|
104
|
+
Step by step injection!
|
|
105
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
106
|
+
|
|
107
|
+
If you want to know more about the injection process step by step, please refer to
|
|
108
|
+
:ref:`tutorial_injection` or the juptyer notebook `pycwb_injection.ipynb`
|
|
109
|
+
|
|
110
|
+
Command line interfaces (CLI)
|
|
111
|
+
------------------------------
|
|
112
|
+
|
|
113
|
+
It is recommended to use the command line interfaces (CLI) to run the search.
|
|
114
|
+
You can get help by running the command with the ``-h`` option. Here are the current available commands:
|
|
115
|
+
|
|
116
|
+
.. list-table:: Available Commands
|
|
117
|
+
:header-rows: 1
|
|
118
|
+
|
|
119
|
+
* - Command
|
|
120
|
+
- Description
|
|
121
|
+
* - ``pycwb run``
|
|
122
|
+
- Run a single search
|
|
123
|
+
* - ``pycwb batch-setup``
|
|
124
|
+
- Setup batch run
|
|
125
|
+
* - ``pycwb batch-runner``
|
|
126
|
+
- Runner for batch run, used for the job submission
|
|
127
|
+
* - ``pycwb flow``
|
|
128
|
+
- Run search with prefect flow
|
|
129
|
+
* - ``pycwb xtalk``
|
|
130
|
+
- Convert xtalk file
|
|
131
|
+
* - ``pycwb merge-catalog``
|
|
132
|
+
- Merge catalog files
|
|
133
|
+
* - ``pycwb server``
|
|
134
|
+
- Run a simple server to show the results
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
Basic Workflow
|
|
138
|
+
==============
|
|
139
|
+
.. image:: workflow.png
|
|
140
|
+
:width: 100%
|
|
141
|
+
:align: center
|
|
142
|
+
|
|
143
|
+
Indices and tables
|
|
144
|
+
==================
|
|
145
|
+
|
|
146
|
+
* :ref:`genindex`
|
|
147
|
+
* :ref:`modindex`
|
|
148
|
+
* :ref:`search`
|
|
@@ -13,7 +13,7 @@ three parts: job generation and data analysis
|
|
|
13
13
|
Job Control
|
|
14
14
|
-----------------
|
|
15
15
|
|
|
16
|
-
The job control part is done by :py:func:`pycwb.
|
|
16
|
+
The job control part is done by the functions in :py:func:`pycwb.workflow`.
|
|
17
17
|
|
|
18
18
|
Initialize logger with log_file and log_level, if log_file is None, log will be printed to stdout.
|
|
19
19
|
|
|
@@ -22,7 +22,8 @@ Initialize logger with log_file and log_level, if log_file is None, log will be
|
|
|
22
22
|
from pycwb.modules.logger import logger_init
|
|
23
23
|
logger_init(log_file, log_level)
|
|
24
24
|
|
|
25
|
-
set env HOME_WAT_FILTERS to the path of xdmXTalk. pycWB
|
|
25
|
+
set env HOME_WAT_FILTERS to the path of xdmXTalk. pycWB stops including xdmXTalk file in the package.
|
|
26
|
+
The xdmXTalk file can be downloaded from https://github.com/PycWB/xtalk-data.
|
|
26
27
|
You can also use your own xdmXTalk file.
|
|
27
28
|
|
|
28
29
|
.. code-block:: python
|
|
@@ -30,7 +31,7 @@ You can also use your own xdmXTalk file.
|
|
|
30
31
|
import os, pycwb
|
|
31
32
|
|
|
32
33
|
pycwb_path = os.path.dirname(os.path.abspath(pycwb.__file__))
|
|
33
|
-
os.environ['HOME_WAT_FILTERS'] =
|
|
34
|
+
os.environ['HOME_WAT_FILTERS'] = <You path to the folder containing xdmXTalk files>
|
|
34
35
|
|
|
35
36
|
read user parameters from user_parameters.yaml to a :py:class:`.Config` object.
|
|
36
37
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import os
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def init_parser(parser):
|
|
5
|
+
# Add the arguments
|
|
6
|
+
parser.add_argument('user_parameter_file',
|
|
7
|
+
metavar='file_path',
|
|
8
|
+
type=str,
|
|
9
|
+
help='the path to the user parameter file')
|
|
10
|
+
|
|
11
|
+
# working dir
|
|
12
|
+
parser.add_argument('--work-dir',
|
|
13
|
+
'-d',
|
|
14
|
+
metavar='work_dir',
|
|
15
|
+
type=str,
|
|
16
|
+
default='.',
|
|
17
|
+
help='the working directory')
|
|
18
|
+
|
|
19
|
+
# threads
|
|
20
|
+
parser.add_argument('--n-proc',
|
|
21
|
+
'-n',
|
|
22
|
+
metavar='n_proc',
|
|
23
|
+
type=int,
|
|
24
|
+
default=1,
|
|
25
|
+
help='the number of cpu to use, default to 1. If it set to 0, '
|
|
26
|
+
'it will use the value from the user parameter file.')
|
|
27
|
+
|
|
28
|
+
# jobs
|
|
29
|
+
parser.add_argument('--jobs',
|
|
30
|
+
'-j',
|
|
31
|
+
metavar='jobs',
|
|
32
|
+
type=str,
|
|
33
|
+
default=None,
|
|
34
|
+
help='the range of jobs to run, e.g., 0-9')
|
|
35
|
+
|
|
36
|
+
# compress json
|
|
37
|
+
parser.add_argument('--compress_json',
|
|
38
|
+
action='store_true',
|
|
39
|
+
default=True,
|
|
40
|
+
help='compress the json files, by default True')
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def command(args):
|
|
44
|
+
from pycwb.workflow.batch import batch_run
|
|
45
|
+
|
|
46
|
+
# Run the search function with the specified user parameter file
|
|
47
|
+
batch_run(args.user_parameter_file, working_dir=args.work_dir,
|
|
48
|
+
jobs=args.jobs, compress_json=args.compress_json, n_proc=args.n_proc)
|