Name | QhX JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | QhX: New package with dynamic mode for light curve analysis |
upload_time | 2024-11-17 14:37:22 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.0 |
license | MIT License Copyright (c) 2023 Andjelka Kovacevic and SER-SAG-S1 team 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
data analysis
light curves
dynamic mode
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# QhX: Quasar harmonics eXplorer
[![Python CI and pylint Workflow](https://github.com/lionandjelka/QhX1/actions/workflows/CI-pylint.yml/badge.svg)](https://github.com/lionandjelka/QhX1/actions/workflows/CI-pylint.yml)
[![pages-build-deployment](https://github.com/lionandjelka/QhX1/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/lionandjelka/QhX1/actions/workflows/pages/pages-build-deployment)
Framework for 2D Hybrid Method.
<ol>
<li><a href="#intro">Introduction to package.</a></li>
<li><a href="#inkind">Introduction to in-kind proposal.</a></li>
<li><a href="#quick-links">Quick links</a></li>
</ol>
## Introduction to QhX package
The package will be separated into a few different modules:
1. In response to the inherent nonlinearity of the physical processes and signatures observed in quasar light curves, our package incorporates a method for detecting periodic variability through the cross-correlation of wavelet matrices. 2D Hybrid technique (Kovacevic et al 2018, 2019, Kovacevic et al 2020a, 2021) is based on the calculation of the Wavelet transforms of light curves (LC). These WTs are cross-correlated π = πΆπππ(ππ(πΏπΆ1), ππ(πΏπΆ2)) and presented as 2D heatmaps (M). It is also possible to autocorrelate WT of one light curve with itself and obtain a detection of oscillations in one light curve. M provides information about the presence of coordinated or independent signals and relative directions of signal variations.
Given a sample of quasar light curves, it provides:
- Summary statistics, such as detected periods in at least two bands, where the reference band is the u band, with lower and upper errors, and significance.
- Comparison statistics between detected periods in band pairs, such as Intersection over Union metric (IoU).
- Quantification of the robustness of detected periods.
- Numerical catalogue of objects with detected periods and flags related to robustness.
- Visualization of numerical catalogue.
For more information, please refer to the [documentation](https://lionandjelka.github.io/QhX1/) for a usage guide.
## Quick Links
- [Introduction to package](#intro)
- [Introduction to in-kind proposal](#inkind)
- [Documentation](https://lionandjelka.github.io/QhX1/)
## QhX Project History
### Foundation of the Method and Code Functions
- **Lead**: Andjelka Kovacevic, in-kind lead
- **Publications**:
- [Kovacevic et al. 2018](https://ui.adsabs.harvard.edu/abs/2018MNRAS.475.2051K/abstract)
- [Kovacevic et al. 2019](https://ui.adsabs.harvard.edu/abs/2019ApJ...871...32K/abstract)
- [Kovacevic, Popovic, Ilic 2020](https://ui.adsabs.harvard.edu/abs/2020OAst...29...51K/abstract)
### Initial Modularization
- **Contributor**: Viktor Radovic, former in-kind postdoc
### Modules Enhancement, Expansion, Packaging, and Testing
- **Lead**: Andjelka Kovacevic
- **Publications**:
- [Kovacevic et al. 2022](https://www.mdpi.com/2227-7390/10/22/4278)
- Kovacevic 2024 (accepted)
- Kovacevic et al. (in prep)
### Parallelization
- **Contributor**: Momcilo Tosic, AI guest student under the mentorship of Andjelka Kovacevic
- **Publication**:
- Kovacevic, Tosic, Ilic et al. (in prep)
### Testing
- **Contributors**:
- Momcilo Tosic
- Vuk Ostojic
- Andjelka Kovacevic within COST Action MW GAIA STSM 2023
![image](https://user-images.githubusercontent.com/78701856/191952700-d104bc04-72a4-4258-961b-2c139619e673.png)
Raw data
{
"_id": null,
"home_page": null,
"name": "QhX",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "astronomy, data analysis, light curves, dynamic mode",
"author": null,
"author_email": "Andjelka Kovacevic <andjelka.kovacevic@matf.bg.ac.rs>",
"download_url": "https://files.pythonhosted.org/packages/b1/f5/f0496fa846698c228d27ff6d0e5a5bed2b090083209203a110885829524c/qhx-0.2.0.tar.gz",
"platform": null,
"description": "# QhX: Quasar harmonics eXplorer\n[![Python CI and pylint Workflow](https://github.com/lionandjelka/QhX1/actions/workflows/CI-pylint.yml/badge.svg)](https://github.com/lionandjelka/QhX1/actions/workflows/CI-pylint.yml)\n[![pages-build-deployment](https://github.com/lionandjelka/QhX1/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/lionandjelka/QhX1/actions/workflows/pages/pages-build-deployment)\n\nFramework for 2D Hybrid Method.\n\n<ol>\n <li><a href=\"#intro\">Introduction to package.</a></li>\n <li><a href=\"#inkind\">Introduction to in-kind proposal.</a></li>\n <li><a href=\"#quick-links\">Quick links</a></li>\n</ol>\n\n## Introduction to QhX package\n\nThe package will be separated into a few different modules:\n\n1. In response to the inherent nonlinearity of the physical processes and signatures observed in quasar light curves, our package incorporates a method for detecting periodic variability through the cross-correlation of wavelet matrices. 2D Hybrid technique (Kovacevic et al 2018, 2019, Kovacevic et al 2020a, 2021) is based on the calculation of the Wavelet transforms of light curves (LC). These WTs are cross-correlated \ud835\udc40 = \ud835\udc36\ud835\udc5c\ud835\udc5f\ud835\udc5f(\ud835\udc4a\ud835\udc47(\ud835\udc3f\ud835\udc361), \ud835\udc4a\ud835\udc47(\ud835\udc3f\ud835\udc362)) and presented as 2D heatmaps (M). It is also possible to autocorrelate WT of one light curve with itself and obtain a detection of oscillations in one light curve. M provides information about the presence of coordinated or independent signals and relative directions of signal variations.\n\n Given a sample of quasar light curves, it provides:\n - Summary statistics, such as detected periods in at least two bands, where the reference band is the u band, with lower and upper errors, and significance.\n - Comparison statistics between detected periods in band pairs, such as Intersection over Union metric (IoU).\n - Quantification of the robustness of detected periods.\n - Numerical catalogue of objects with detected periods and flags related to robustness.\n - Visualization of numerical catalogue.\n\n For more information, please refer to the [documentation](https://lionandjelka.github.io/QhX1/) for a usage guide.\n\n## Quick Links\n\n- [Introduction to package](#intro)\n- [Introduction to in-kind proposal](#inkind)\n- [Documentation](https://lionandjelka.github.io/QhX1/)\n\n## QhX Project History\n\n### Foundation of the Method and Code Functions\n- **Lead**: Andjelka Kovacevic, in-kind lead\n- **Publications**:\n - [Kovacevic et al. 2018](https://ui.adsabs.harvard.edu/abs/2018MNRAS.475.2051K/abstract)\n - [Kovacevic et al. 2019](https://ui.adsabs.harvard.edu/abs/2019ApJ...871...32K/abstract)\n - [Kovacevic, Popovic, Ilic 2020](https://ui.adsabs.harvard.edu/abs/2020OAst...29...51K/abstract)\n\n### Initial Modularization\n- **Contributor**: Viktor Radovic, former in-kind postdoc\n\n### Modules Enhancement, Expansion, Packaging, and Testing\n- **Lead**: Andjelka Kovacevic\n- **Publications**:\n - [Kovacevic et al. 2022](https://www.mdpi.com/2227-7390/10/22/4278)\n - Kovacevic 2024 (accepted)\n - Kovacevic et al. (in prep)\n\n### Parallelization\n- **Contributor**: Momcilo Tosic, AI guest student under the mentorship of Andjelka Kovacevic\n- **Publication**:\n - Kovacevic, Tosic, Ilic et al. (in prep)\n\n### Testing\n- **Contributors**:\n - Momcilo Tosic\n - Vuk Ostojic\n - Andjelka Kovacevic within COST Action MW GAIA STSM 2023\n\n![image](https://user-images.githubusercontent.com/78701856/191952700-d104bc04-72a4-4258-961b-2c139619e673.png)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Andjelka Kovacevic and SER-SAG-S1 team 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": "QhX: New package with dynamic mode for light curve analysis",
"version": "0.2.0",
"project_urls": {
"Documentation": "https://lionandjelka.github.io/QhX1/"
},
"split_keywords": [
"astronomy",
" data analysis",
" light curves",
" dynamic mode"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "081776513f07fbfaa26255d63c8ced60a92afbee65100ea441612668a6d46f43",
"md5": "d0f4875cfd31916a4a714e71719a300c",
"sha256": "29a08119bd5fd516c087bb54cbfb822727c80f1e0f93a53cc5e3ee4d6b04d180"
},
"downloads": -1,
"filename": "QhX-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d0f4875cfd31916a4a714e71719a300c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 59613,
"upload_time": "2024-11-17T14:37:20",
"upload_time_iso_8601": "2024-11-17T14:37:20.730721Z",
"url": "https://files.pythonhosted.org/packages/08/17/76513f07fbfaa26255d63c8ced60a92afbee65100ea441612668a6d46f43/QhX-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1f5f0496fa846698c228d27ff6d0e5a5bed2b090083209203a110885829524c",
"md5": "0432293ab2cfb196660bcf397c5b6465",
"sha256": "93878208add892b3e046fe4dd3c24fd9947647aa912b64a64fd3dc953bcc8583"
},
"downloads": -1,
"filename": "qhx-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "0432293ab2cfb196660bcf397c5b6465",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 49487,
"upload_time": "2024-11-17T14:37:22",
"upload_time_iso_8601": "2024-11-17T14:37:22.847547Z",
"url": "https://files.pythonhosted.org/packages/b1/f5/f0496fa846698c228d27ff6d0e5a5bed2b090083209203a110885829524c/qhx-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-17 14:37:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "qhx"
}