Name | pz-rail-base JSON |
Version |
1.1.1
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2025-02-13 21:43:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License
Copyright (c) 2023 LSST Dark Energy Science Collaboration (DESC)
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 |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# RAIL base
[](https://lincc-ppt.readthedocs.io/en/latest/)
[](https://zenodo.org/badge/latestdoi/223043497)
[](https://codecov.io/gh/LSSTDESC/rail_base)
[](https://pypi.org/project/pz-rail-base/)
[](https://github.com/LSSTDESC/rail_base/actions/workflows/smoke-test.yml)
Bases classes for RAIL stages.
# RAIL: Redshift Assessment Infrastructure Layers
RAIL is a flexible software library providing tools to produce at-scale
photometric redshift data products, including uncertainties and summary
statistics, and stress-test them under realistically complex systematics.
A detailed description of RAIL's modular structure is available in the
[Overview](https://rail-hub.readthedocs.io/en/latest/source/overview.html)
on ReadTheDocs.
RAIL serves as the infrastructure supporting many extragalactic applications
of the Legacy Survey of Space and Time (LSST) on the Vera C. Rubin Observatory,
including Rubin-wide commissioning activities. RAIL was initiated by the
Photometric Redshifts (PZ) Working Group (WG) of the LSST Dark Energy Science
Collaboration (DESC) as a result of the lessons learned from the
[Data Challenge 1 (DC1) experiment](https://academic.oup.com/mnras/article/499/2/1587/5905416)
to enable the PZ WG Deliverables in
[the LSST-DESC Science Roadmap (see Sec. 5.18)](https://lsstdesc.org/assets/pdf/docs/DESC_SRM_latest.pdf),
aiming to guide the selection and implementation of redshift estimators in DESC
analysis pipelines. RAIL is developed and maintained by a diverse team
comprising DESC Pipeline Scientists (PSs), international in-kind contributors,
LSST Interdisciplinary Collaboration for Computing (LINCC) Frameworks software
engineers, and other volunteers, but all are welcome to join the team
regardless of LSST data rights.
## Installation
Installation instructions are available under
[Installation](https://rail-hub.readthedocs.io/en/latest/source/installation.html)
on ReadTheDocs.
## Contributing
The greatest strength of RAIL is its extensibility; those interested in
contributing to RAIL should start by consulting the
[Contributing guidelines](https://rail-hub.readthedocs.io/en/latest/source/contributing.html)
on ReadTheDocs.
## Citing RAIL
RAIL is open source and may be used according to the terms of its
[LICENSE](https://github.com/LSSTDESC/RAIL/blob/main/LICENSE)
[(BSD 3-Clause)](https://opensource.org/licenses/BSD-3-Clause).
If you make use of the ideas or software here in any publication, you must cite
this repository <https://github.com/LSSTDESC/RAIL> as "LSST-DESC PZ WG (in prep)"
with the [Zenodo DOI](https://doi.org/10.5281/zenodo.7017551).
Please consider also inviting the developers as co-authors on publications
resulting from your use of RAIL by
[making an issue](https://github.com/LSSTDESC/RAIL/issues/new/choose).
Additionally, several of the codes accessible through the RAIL ecosystem must
be cited if used in a publication. A convenient list of what to cite may be found under
[Citing RAIL](https://rail-hub.readthedocs.io/en/latest/source/citing.html) on ReadTheDocs.
Raw data
{
"_id": null,
"home_page": null,
"name": "pz-rail-base",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "\"LSST Dark Energy Science Collaboration (DESC)\" <later@later.com>",
"download_url": "https://files.pythonhosted.org/packages/33/8b/a41db9b4cb7905f056a8326589605a4569ca10e18f23c4dc96ab6fb4b90e/pz_rail_base-1.1.1.tar.gz",
"platform": null,
"description": "# RAIL base\n\n[](https://lincc-ppt.readthedocs.io/en/latest/)\n[](https://zenodo.org/badge/latestdoi/223043497)\n[](https://codecov.io/gh/LSSTDESC/rail_base)\n[](https://pypi.org/project/pz-rail-base/)\n[](https://github.com/LSSTDESC/rail_base/actions/workflows/smoke-test.yml)\n\nBases classes for RAIL stages.\n\n# RAIL: Redshift Assessment Infrastructure Layers\n\nRAIL is a flexible software library providing tools to produce at-scale\nphotometric redshift data products, including uncertainties and summary\nstatistics, and stress-test them under realistically complex systematics.\nA detailed description of RAIL's modular structure is available in the\n[Overview](https://rail-hub.readthedocs.io/en/latest/source/overview.html)\non ReadTheDocs.\n\nRAIL serves as the infrastructure supporting many extragalactic applications\nof the Legacy Survey of Space and Time (LSST) on the Vera C. Rubin Observatory,\nincluding Rubin-wide commissioning activities. RAIL was initiated by the\nPhotometric Redshifts (PZ) Working Group (WG) of the LSST Dark Energy Science\nCollaboration (DESC) as a result of the lessons learned from the\n[Data Challenge 1 (DC1) experiment](https://academic.oup.com/mnras/article/499/2/1587/5905416)\nto enable the PZ WG Deliverables in\n[the LSST-DESC Science Roadmap (see Sec. 5.18)](https://lsstdesc.org/assets/pdf/docs/DESC_SRM_latest.pdf),\naiming to guide the selection and implementation of redshift estimators in DESC\nanalysis pipelines. RAIL is developed and maintained by a diverse team\ncomprising DESC Pipeline Scientists (PSs), international in-kind contributors,\nLSST Interdisciplinary Collaboration for Computing (LINCC) Frameworks software\nengineers, and other volunteers, but all are welcome to join the team\nregardless of LSST data rights.\n\n## Installation\n\nInstallation instructions are available under\n[Installation](https://rail-hub.readthedocs.io/en/latest/source/installation.html)\non ReadTheDocs.\n\n## Contributing\n\nThe greatest strength of RAIL is its extensibility; those interested in\ncontributing to RAIL should start by consulting the\n[Contributing guidelines](https://rail-hub.readthedocs.io/en/latest/source/contributing.html)\non ReadTheDocs.\n\n## Citing RAIL\n\nRAIL is open source and may be used according to the terms of its\n[LICENSE](https://github.com/LSSTDESC/RAIL/blob/main/LICENSE)\n[(BSD 3-Clause)](https://opensource.org/licenses/BSD-3-Clause).\nIf you make use of the ideas or software here in any publication, you must cite\nthis repository <https://github.com/LSSTDESC/RAIL> as \"LSST-DESC PZ WG (in prep)\"\nwith the [Zenodo DOI](https://doi.org/10.5281/zenodo.7017551).\nPlease consider also inviting the developers as co-authors on publications\nresulting from your use of RAIL by\n[making an issue](https://github.com/LSSTDESC/RAIL/issues/new/choose).\nAdditionally, several of the codes accessible through the RAIL ecosystem must\nbe cited if used in a publication. A convenient list of what to cite may be found under\n[Citing RAIL](https://rail-hub.readthedocs.io/en/latest/source/citing.html) on ReadTheDocs.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2023 LSST Dark Energy Science Collaboration (DESC)\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": null,
"version": "1.1.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "780a0453ffe7db104f5e17cc937d59c0fe6e7172e4fd6d46d74b134918996745",
"md5": "bafcdaba63a39e0f4e0b248bafa9f243",
"sha256": "c5f312f617511db1db2ae68538673420b4a394df9f0b69e29791e62344a42896"
},
"downloads": -1,
"filename": "pz_rail_base-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bafcdaba63a39e0f4e0b248bafa9f243",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 6525295,
"upload_time": "2025-02-13T21:43:37",
"upload_time_iso_8601": "2025-02-13T21:43:37.315918Z",
"url": "https://files.pythonhosted.org/packages/78/0a/0453ffe7db104f5e17cc937d59c0fe6e7172e4fd6d46d74b134918996745/pz_rail_base-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "338ba41db9b4cb7905f056a8326589605a4569ca10e18f23c4dc96ab6fb4b90e",
"md5": "d236822715438a01b0508b86c0e429ad",
"sha256": "10713b94e202e25daaae051b41264723d1f043153562e613322b11c626881a4f"
},
"downloads": -1,
"filename": "pz_rail_base-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "d236822715438a01b0508b86c0e429ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 6516910,
"upload_time": "2025-02-13T21:43:39",
"upload_time_iso_8601": "2025-02-13T21:43:39.893914Z",
"url": "https://files.pythonhosted.org/packages/33/8b/a41db9b4cb7905f056a8326589605a4569ca10e18f23c4dc96ab6fb4b90e/pz_rail_base-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-13 21:43:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pz-rail-base"
}