lisaanalysistools


Namelisaanalysistools JSON
Version 1.0.17 PyPI version JSON
download
home_pagehttps://github.com/mikekatz04/LISAanalysistools
SummaryNone
upload_time2025-08-28 00:33:22
maintainerNone
docs_urlNone
authorMichael Katz
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements numpy pandas Cython scipy tqdm h5py requests matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LISA Analysis Tools

[![Doc badge](https://img.shields.io/badge/Docs-master-brightgreen)](https://mikekatz04.github.io/LISAanalysistools)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10930980.svg)](https://doi.org/10.5281/zenodo.10930980)

LISA Analysis Tools is a package for performing LISA Data Analysis tasks, including building the LISA Global Fit.  

## 1 - Getting Started

These instructions will get you a copy of the project up and running on your local machine,
either for development and testing purposes or as an installed package.  For more information, see the documentation at https://mikekatz04.github.io/LISAanalysistools.

# Installation

You can install with `pip`:
```
pip install lisaanalysistools
```

If you want to install all of the tools associated with LISA Analysis Tools (Fast EMRI Waveforms, BBHx, GBGPU, fastlisaresponse, eryn), see the following instructions.

LISA Analysis Tools leverages conda environments to install and use necessary packages. If you do not have [Anaconda](https://www.anaconda.com/download) or [miniconda](https://docs.anaconda.com/free/miniconda/index.html) installed, you must do this first and load your `base` conda environment. Recommended components for install in your conda environment are `lapack`, `gsl`, `hdf5`, which are needed for various waveform packages. 

For an easy full install, follow these instructions.

First, clone the repo and `cd` to the `LISAanalysistools` directory.:
```
git clone https://github.com/mikekatz04/LISAanalysistools.git
cd LISAanalysistools/
```

Install all packages necessary for the tutorials by running:
```
bash install.sh
```
Running `bash install.sh -h` will also give you some basic install options. 

If you want more flexibility, you can install each package given above separately.

To install this software for use with NVIDIA GPUs (compute capability >5.0), you need the [CUDA toolkit](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) and [CuPy](https://cupy.chainer.org/). The CUDA toolkit must have cuda version >8.0. Be sure to properly install CuPy within the correct CUDA toolkit version. Make sure the nvcc binary is on `$PATH` or set it as the `CUDA_HOME` environment variable.

We are currently working on building wheels and making the GPU version pip installable. For now, to work with GPUs, git clone the repository and install it from source. You must run `python scripts/prebuild.py` before running the install process.  

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/LISAanalysistools/tags).

Current Version: 1.0.17

## Authors/Developers

* **Michael Katz**
* Lorenzo Speri
* Christian Chapman-Bird
* Natalia Korsakova
* Nikos Karnesis

## License

This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details.

## Citation

```
@software{michael_katz_2024_10930980,
  author       = {Michael Katz and
                  CChapmanbird and
                  Lorenzo Speri and
                  Nikolaos Karnesis and
                  Korsakova, Natalia},
  title        = {mikekatz04/LISAanalysistools: First main release.},
  month        = apr,
  year         = 2024,
  publisher    = {Zenodo},
  version      = {v1.0.3},
  doi          = {10.5281/zenodo.10930980},
  url          = {https://doi.org/10.5281/zenodo.10930980}
}
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mikekatz04/LISAanalysistools",
    "name": "lisaanalysistools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Michael Katz",
    "author_email": "mikekatz04@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/51/a5386d2403e998c2592a9e7b45d9cf2d290d6793ae38de9d1242288eb58e/lisaanalysistools-1.0.17.tar.gz",
    "platform": null,
    "description": "# LISA Analysis Tools\n\n[![Doc badge](https://img.shields.io/badge/Docs-master-brightgreen)](https://mikekatz04.github.io/LISAanalysistools)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10930980.svg)](https://doi.org/10.5281/zenodo.10930980)\n\nLISA Analysis Tools is a package for performing LISA Data Analysis tasks, including building the LISA Global Fit.  \n\n## 1 - Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine,\neither for development and testing purposes or as an installed package.  For more information, see the documentation at https://mikekatz04.github.io/LISAanalysistools.\n\n# Installation\n\nYou can install with `pip`:\n```\npip install lisaanalysistools\n```\n\nIf you want to install all of the tools associated with LISA Analysis Tools (Fast EMRI Waveforms, BBHx, GBGPU, fastlisaresponse, eryn), see the following instructions.\n\nLISA Analysis Tools leverages conda environments to install and use necessary packages. If you do not have [Anaconda](https://www.anaconda.com/download) or [miniconda](https://docs.anaconda.com/free/miniconda/index.html) installed, you must do this first and load your `base` conda environment. Recommended components for install in your conda environment are `lapack`, `gsl`, `hdf5`, which are needed for various waveform packages. \n\nFor an easy full install, follow these instructions.\n\nFirst, clone the repo and `cd` to the `LISAanalysistools` directory.:\n```\ngit clone https://github.com/mikekatz04/LISAanalysistools.git\ncd LISAanalysistools/\n```\n\nInstall all packages necessary for the tutorials by running:\n```\nbash install.sh\n```\nRunning `bash install.sh -h` will also give you some basic install options. \n\nIf you want more flexibility, you can install each package given above separately.\n\nTo install this software for use with NVIDIA GPUs (compute capability >5.0), you need the [CUDA toolkit](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) and [CuPy](https://cupy.chainer.org/). The CUDA toolkit must have cuda version >8.0. Be sure to properly install CuPy within the correct CUDA toolkit version. Make sure the nvcc binary is on `$PATH` or set it as the `CUDA_HOME` environment variable.\n\nWe are currently working on building wheels and making the GPU version pip installable. For now, to work with GPUs, git clone the repository and install it from source. You must run `python scripts/prebuild.py` before running the install process.  \n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/LISAanalysistools/tags).\n\nCurrent Version: 1.0.17\n\n## Authors/Developers\n\n* **Michael Katz**\n* Lorenzo Speri\n* Christian\u00a0Chapman-Bird\n* Natalia Korsakova\n* Nikos Karnesis\n\n## License\n\nThis project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Citation\n\n```\n@software{michael_katz_2024_10930980,\n  author       = {Michael Katz and\n                  CChapmanbird and\n                  Lorenzo Speri and\n                  Nikolaos Karnesis and\n                  Korsakova, Natalia},\n  title        = {mikekatz04/LISAanalysistools: First main release.},\n  month        = apr,\n  year         = 2024,\n  publisher    = {Zenodo},\n  version      = {v1.0.3},\n  doi          = {10.5281/zenodo.10930980},\n  url          = {https://doi.org/10.5281/zenodo.10930980}\n}\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.0.17",
    "project_urls": {
        "Homepage": "https://github.com/mikekatz04/LISAanalysistools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b2a23309e1bd3925e9a8302b23b82eaa8510921cb7bbf06a23da46efee9bd40",
                "md5": "888a5e0e31a4c38d1d5881870c0db356",
                "sha256": "f0171e7538d5c82a0e543d3f12f467aa794a1b66a38cc560c81cf8aafca9d60d"
            },
            "downloads": -1,
            "filename": "lisaanalysistools-1.0.17-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "888a5e0e31a4c38d1d5881870c0db356",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 186746,
            "upload_time": "2025-08-28T00:33:21",
            "upload_time_iso_8601": "2025-08-28T00:33:21.349744Z",
            "url": "https://files.pythonhosted.org/packages/4b/2a/23309e1bd3925e9a8302b23b82eaa8510921cb7bbf06a23da46efee9bd40/lisaanalysistools-1.0.17-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f51a5386d2403e998c2592a9e7b45d9cf2d290d6793ae38de9d1242288eb58e",
                "md5": "aed0bfb7cc8636dbdd71211f144a1475",
                "sha256": "c58b78a76647fe7b2085a88d9ca837ead211bc75b0185f7e7fd99df62a472c91"
            },
            "downloads": -1,
            "filename": "lisaanalysistools-1.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "aed0bfb7cc8636dbdd71211f144a1475",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 169156,
            "upload_time": "2025-08-28T00:33:22",
            "upload_time_iso_8601": "2025-08-28T00:33:22.776800Z",
            "url": "https://files.pythonhosted.org/packages/2f/51/a5386d2403e998c2592a9e7b45d9cf2d290d6793ae38de9d1242288eb58e/lisaanalysistools-1.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:33:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mikekatz04",
    "github_project": "LISAanalysistools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "Cython",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "lisaanalysistools"
}
        
Elapsed time: 1.63728s