Skip to content

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.

License

Notifications You must be signed in to change notification settings

nanograv/enterprise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

568650b · Mar 13, 2025
Mar 5, 2025
Jan 4, 2025
Mar 12, 2025
Jan 10, 2025
Oct 17, 2024
Jan 17, 2017
Feb 3, 2023
Feb 3, 2023
Mar 13, 2021
Feb 3, 2023
Nov 6, 2023
Oct 6, 2021
Aug 13, 2024
Jan 17, 2017
Apr 11, 2021
Oct 17, 2024
Mar 13, 2025
Feb 3, 2023
Sep 13, 2024
Nov 8, 2023
Sep 13, 2024
Oct 17, 2024

Repository files navigation

enterprise

PyPI Conda (channel only) Build Status Documentation Status Test Coverage Python Versions

Zenodo DOI 4059815

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.

Installation

To install via pip, some non-python dependencies are required. See the libstempo and scikit-sparse documentation for more info on how to install these dependencies. Once these are installed, you can do

pip install enterprise-pulsar

To install via conda, simply do

conda install -c conda-forge enterprise-pulsar

Installing libstempo on Apple Silicon (arm64 architecture)

libstempo is no longer a requirement to install enterprise. However, if installing libstempo is desired, it is only available on osx-64 architectures which is not compatible with arm64 architectures. To install libstempo and enterprise on arm64 via conda, your new conda environment must be configured correctly. Follow the following commands:

CONDA_SUBDIR=osx-64 conda create -c conda-forge -n pta_software python=3.12
conda activate pta_software
conda config --env --set subdir osx-64

Attribution

If you make use of this software, please cite it:

Ellis, J. A., Vallisneri, M., Taylor, S. R., & Baker, P. T. (2020, September 29). ENTERPRISE: Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE (v3.0.0). Zenodo. http://doi.org/10.5281/zenodo.4059815


@misc{enterprise,
  author       = {Justin A. Ellis and Michele Vallisneri and Stephen R. Taylor and Paul T. Baker},
  title        = {ENTERPRISE: Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE},
  month        = sep,
  year         = 2020,
  howpublished = {Zenodo},
  doi          = {10.5281/zenodo.4059815},
  url          = {https://doi.org/10.5281/zenodo.4059815}
}

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published