asimov-pesummary

PESummary pipeline integration for Asimov

Maintained by the asimov team PyPI 0.2.0 Beta

asimov-pesummary

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.

Features

  • ๐Ÿ”Œ 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

Installation

Via Asimov (Recommended)

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.

From PyPI (when released)

pip install asimov-pesummary

From Source

git clone https://git.ligo.org/asimov/asimov-pesummary.git
cd asimov-pesummary
pip install -e .

For Development

pip install -e ".[docs,test]"

Quick Start

Once installed, the PESummary pipeline is automatically available in Asimov for post-processing parameter estimation results.

Requirements

  • Python >= 3.9
  • asimov >= 0.7.0
  • pesummary

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

This page is generated from the package's own README and metadata. To change it, update the repository or the package's PyPI metadata.