Name | dsigma JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-05-26 20:38:46 |
maintainer | None |
docs_url | None |
author | Song Huang |
requires_python | >=3.8 |
license | The MIT License (MIT) Copyright (c) 2017 - Present: Johannes Lange and Song Huang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
astronomy
weak-lensing
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![logo](https://raw.githubusercontent.com/johannesulf/dsigma/main/docs/dsigma.png)
[![Unit Testing Status](https://img.shields.io/github/actions/workflow/status/johannesulf/dsigma/tests.yml?branch=main&label=tests)](https://github.com/johannesulf/dsigma/actions)
[![Documentation Status](https://img.shields.io/readthedocs/dsigma)](https://dsigma.readthedocs.io/en/latest/)
[![PyPI](https://img.shields.io/pypi/v/dsigma?color=blue)](https://pypi.org/project/dsigma/)
[![License: MIT](https://img.shields.io/github/license/johannesulf/dsigma?color=blue)](https://raw.githubusercontent.com/johannesulf/dsigma/main/LICENSE)
![Language: Python](https://img.shields.io/github/languages/top/johannesulf/dsigma)
[![ASCL](https://img.shields.io/badge/ascl-2204.006-orange.svg?style=flat)](https://ascl.net/2204.006)
![Downloads](https://img.shields.io/pypi/dm/dsigma)
`dsigma` is an easy-to-use python package for measuring gravitational galaxy-galaxy lensing. Using a lensing catalog, it estimates excess surface density around a population of lenses, such as galaxies in the Sloan Digital Sky Survey or the Baryon Oscillation Spectroscopic Survey. It has a broadly applicable API and can utilize data from the Dark Energy Survey (DES), the Kilo-Degree Survey (KiDS), and the Hyper-Suprime Cam (HSC) lensing surveys, among others. With core computations written in C, `dsigma` is very fast. Additionally, `dsigma` provides out-of-the-box support for estimating covariances with jackknife resampling and calculating various summary statistics. Below is a plot showing the excess surface density around galaxies in the CMASS sample calculated with `dsigma`.
![plot](https://raw.githubusercontent.com/johannesulf/dsigma/main/docs/plot.png)
## Authors
* Johannes Lange
* Song Huang
## Documentation
Documentation for `dsigma` with concept introductions, examples, and API documentation is available on [readthedocs](https://dsigma.readthedocs.io/).
## Attribution
`dsigma` is listed in the [Astronomy Source Code Library](https://ascl.net/2204.006). If you find the code useful in your research, please cite [Lange & Huang (2022)](https://ui.adsabs.harvard.edu/abs/2022ascl.soft04006L/abstract).
## License
`dsigma` is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "dsigma",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "astronomy, weak-lensing",
"author": "Song Huang",
"author_email": "\"Johannes U. Lange\" <julange.astro@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/d0/07/81ddaa996e4fd0948844c4ebe713af3cd78f4f703db4660c998918b79fc8/dsigma-1.0.0.tar.gz",
"platform": null,
"description": "![logo](https://raw.githubusercontent.com/johannesulf/dsigma/main/docs/dsigma.png)\n\n[![Unit Testing Status](https://img.shields.io/github/actions/workflow/status/johannesulf/dsigma/tests.yml?branch=main&label=tests)](https://github.com/johannesulf/dsigma/actions)\n[![Documentation Status](https://img.shields.io/readthedocs/dsigma)](https://dsigma.readthedocs.io/en/latest/)\n[![PyPI](https://img.shields.io/pypi/v/dsigma?color=blue)](https://pypi.org/project/dsigma/)\n[![License: MIT](https://img.shields.io/github/license/johannesulf/dsigma?color=blue)](https://raw.githubusercontent.com/johannesulf/dsigma/main/LICENSE)\n![Language: Python](https://img.shields.io/github/languages/top/johannesulf/dsigma)\n[![ASCL](https://img.shields.io/badge/ascl-2204.006-orange.svg?style=flat)](https://ascl.net/2204.006)\n![Downloads](https://img.shields.io/pypi/dm/dsigma)\n\n`dsigma` is an easy-to-use python package for measuring gravitational galaxy-galaxy lensing. Using a lensing catalog, it estimates excess surface density around a population of lenses, such as galaxies in the Sloan Digital Sky Survey or the Baryon Oscillation Spectroscopic Survey. It has a broadly applicable API and can utilize data from the Dark Energy Survey (DES), the Kilo-Degree Survey (KiDS), and the Hyper-Suprime Cam (HSC) lensing surveys, among others. With core computations written in C, `dsigma` is very fast. Additionally, `dsigma` provides out-of-the-box support for estimating covariances with jackknife resampling and calculating various summary statistics. Below is a plot showing the excess surface density around galaxies in the CMASS sample calculated with `dsigma`.\n\n![plot](https://raw.githubusercontent.com/johannesulf/dsigma/main/docs/plot.png)\n\n## Authors\n\n* Johannes Lange\n* Song Huang\n\n## Documentation\n\nDocumentation for `dsigma` with concept introductions, examples, and API documentation is available on [readthedocs](https://dsigma.readthedocs.io/).\n\n## Attribution\n\n`dsigma` is listed in the [Astronomy Source Code Library](https://ascl.net/2204.006). If you find the code useful in your research, please cite [Lange & Huang (2022)](https://ui.adsabs.harvard.edu/abs/2022ascl.soft04006L/abstract).\n\n## License\n\n`dsigma` is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": "The MIT License (MIT) Copyright (c) 2017 - Present: Johannes Lange and Song Huang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": null,
"version": "1.0.0",
"project_urls": {
"Changelog": "https://github.com/johannesulf/dsigma/blob/main/CHANGELOG.md",
"Documentation": "https://dsigma.readthedocs.io",
"Homepage": "https://github.com/johannesulf/dsigma",
"Issues": "https://github.com/johannesulf/dsigma/issues",
"Repository": "https://github.com/johannesulf/dsigma.git"
},
"split_keywords": [
"astronomy",
" weak-lensing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d00781ddaa996e4fd0948844c4ebe713af3cd78f4f703db4660c998918b79fc8",
"md5": "83311ff6e3bd248434b94a986b1651b4",
"sha256": "115226140d94548837ab88b9f55cb6ba96734a916648d811514d0927467a21e7"
},
"downloads": -1,
"filename": "dsigma-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "83311ff6e3bd248434b94a986b1651b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 26409,
"upload_time": "2024-05-26T20:38:46",
"upload_time_iso_8601": "2024-05-26T20:38:46.912732Z",
"url": "https://files.pythonhosted.org/packages/d0/07/81ddaa996e4fd0948844c4ebe713af3cd78f4f703db4660c998918b79fc8/dsigma-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-26 20:38:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "johannesulf",
"github_project": "dsigma",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dsigma"
}