PESummary pipeline integration for Asimov.
This package provides a plugin for Asimov 0.7+ that enables integration with PESummary for post-processing and visualization of parameter estimation results.
- ๐ Plugin Architecture: Seamlessly integrates with Asimov via entry points
- ๐ Result Summarization: Automatic generation of summary pages from PE results
- ๐จ Visualization: Automated plot generation and result presentation
- ๐ Multi-analysis Support: Combine results from multiple analyses
- ๐ HTCondor Integration: Automated job submission for large-scale post-processing
- ๐งช Well Tested: Comprehensive unit test coverage
If you have asimov 0.7+, you can install gravitational wave pipelines including PESummary with:
pip install asimov[gw]This will automatically install asimov-pesummary and other GW analysis plugins.
pip install asimov-pesummarygit clone https://git.ligo.org/asimov/asimov-pesummary.git
cd asimov-pesummary
pip install -e .pip install -e ".[docs,test]"Once installed, the PESummary pipeline is automatically available in Asimov for post-processing parameter estimation results.
- Python >= 3.9
- asimov >= 0.7.0
- pesummary
MIT License - see LICENSE file for details.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.