maria


Namemaria JSON
Version 0.9.6 PyPI version JSON
download
home_page
SummaryGround-based telescope simulations
upload_time2024-01-03 22:15:53
maintainer
docs_urlNone
author
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2023 Thomas W. Morris All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords astronomy atmosphere cosmology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            maria
=====

.. image:: ./docs/source/_static/cloud.gif
   :width: 256px
   :alt: StreamPlayer

`Oh, maria blows the stars around / and sends the clouds
a-flyin’ <https://youtu.be/qKxgfnoz2pk>`_

``maria`` is a python-based package that simulates turbulent atmospheric
emission using a auto-regressive Gaussian process framework, for
applications in observational astronomy. Tutorials for installation and
usage can be found in the `documentation <https://www.thomaswmorris.com/maria>`_.

Background
----------

Atmospheric modeling is an important step in both experiment design and
subsequent data analysis for ground-based cosmological telescopes
observing the cosmic microwave background (CMB). The next generation of
ground-based CMB experiments will be marked by a huge increase in data
acquisition: telescopes like `AtLAST <https://www.atlast.uio.no>`_ and
`CMB-S4 <https://cmb-s4.org>`_ will consist of hundreds of thousands of
superconducting polarization-sensitive bolometers sampling the sky. This
necessitates new methods of efficiently modeling and simulating
atmospheric emission at small angular resolutions, with algorithms than
can keep up with the high throughput of modern telescopes.

maria simulates layers of turbulent atmospheric emission according to a
statistical model derived from observations of the atmosphere in the
Atacama Desert, from the `Atacama Cosmology Telescope
(ACT) <https://lambda.gsfc.nasa.gov/product/act/>`_ and the `Atacama
B-Mode Search (ABS) <https://lambda.gsfc.nasa.gov/product/abs/>`_. It
uses a sparse-precision auto-regressive Gaussian process algorithm that
allows for both fast simulation of high-resolution atmosphere, as well
as the ability to simulate arbitrarily long periods of atmospheric
evolution.

Methodology
-----------

``maria`` auto-regressively simulates an multi-layeed two-dimensional
“integrated” atmospheric model that is much cheaper to compute than a
three-dimensional model, which can effectively describe time-evolving
atmospheric emission. maria can thus effectively simulate correlated
atmospheric emission for in excess of 100,000 detectors observing the
sky concurrently, at resolutions as fine as one arcminute. The
atmospheric model used is detailed
`here <https://arxiv.org/abs/2111.01319>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "maria",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Thomas Morris <thomasmorris@princeton.edu>, Joshiwa van Marrevijk <joshiwavanmarrewijk@eso.org>",
    "keywords": "astronomy,atmosphere,cosmology",
    "author": "",
    "author_email": "Thomas Morris <thomasmorris@princeton.edu>, Joshiwa van Marrevijk <joshiwavanmarrewijk@eso.org>",
    "download_url": "https://files.pythonhosted.org/packages/34/77/3f575a03d28f62457010581f17a22b029d7fcffa6f15a18128a70fca3d94/maria-0.9.6.tar.gz",
    "platform": null,
    "description": "maria\n=====\n\n.. image:: ./docs/source/_static/cloud.gif\n   :width: 256px\n   :alt: StreamPlayer\n\n`Oh, maria blows the stars around / and sends the clouds\na-flyin\u2019 <https://youtu.be/qKxgfnoz2pk>`_\n\n``maria`` is a python-based package that simulates turbulent atmospheric\nemission using a auto-regressive Gaussian process framework, for\napplications in observational astronomy. Tutorials for installation and\nusage can be found in the `documentation <https://www.thomaswmorris.com/maria>`_.\n\nBackground\n----------\n\nAtmospheric modeling is an important step in both experiment design and\nsubsequent data analysis for ground-based cosmological telescopes\nobserving the cosmic microwave background (CMB). The next generation of\nground-based CMB experiments will be marked by a huge increase in data\nacquisition: telescopes like `AtLAST <https://www.atlast.uio.no>`_ and\n`CMB-S4 <https://cmb-s4.org>`_ will consist of hundreds of thousands of\nsuperconducting polarization-sensitive bolometers sampling the sky. This\nnecessitates new methods of efficiently modeling and simulating\natmospheric emission at small angular resolutions, with algorithms than\ncan keep up with the high throughput of modern telescopes.\n\nmaria simulates layers of turbulent atmospheric emission according to a\nstatistical model derived from observations of the atmosphere in the\nAtacama Desert, from the `Atacama Cosmology Telescope\n(ACT) <https://lambda.gsfc.nasa.gov/product/act/>`_ and the `Atacama\nB-Mode Search (ABS) <https://lambda.gsfc.nasa.gov/product/abs/>`_. It\nuses a sparse-precision auto-regressive Gaussian process algorithm that\nallows for both fast simulation of high-resolution atmosphere, as well\nas the ability to simulate arbitrarily long periods of atmospheric\nevolution.\n\nMethodology\n-----------\n\n``maria`` auto-regressively simulates an multi-layeed two-dimensional\n\u201cintegrated\u201d atmospheric model that is much cheaper to compute than a\nthree-dimensional model, which can effectively describe time-evolving\natmospheric emission. maria can thus effectively simulate correlated\natmospheric emission for in excess of 100,000 detectors observing the\nsky concurrently, at resolutions as fine as one arcminute. The\natmospheric model used is detailed\n`here <https://arxiv.org/abs/2111.01319>`_.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2023 Thomas W. Morris All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Ground-based telescope simulations",
    "version": "0.9.6",
    "project_urls": {
        "Bug Reports": "https://github.com/thomaswmorris/maria/issues",
        "Homepage": "https://github.com/thomaswmorris/maria",
        "Source": "https://github.com/thomaswmorris/maria/"
    },
    "split_keywords": [
        "astronomy",
        "atmosphere",
        "cosmology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dbb0f23d503766fcde4a8cb254a99340cfa4904119029dd1d45258f9e9c8085",
                "md5": "6c8cf8d0849571ce5adc8dfc53f07948",
                "sha256": "be8913b77d815cb050984cf22bc43675cb49566080bbd8399a993c99a92d081e"
            },
            "downloads": -1,
            "filename": "maria-0.9.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c8cf8d0849571ce5adc8dfc53f07948",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54836,
            "upload_time": "2024-01-03T22:15:51",
            "upload_time_iso_8601": "2024-01-03T22:15:51.384129Z",
            "url": "https://files.pythonhosted.org/packages/3d/bb/0f23d503766fcde4a8cb254a99340cfa4904119029dd1d45258f9e9c8085/maria-0.9.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34773f575a03d28f62457010581f17a22b029d7fcffa6f15a18128a70fca3d94",
                "md5": "369f1a59bd041a32138b071136d1ce62",
                "sha256": "7b53fbb9a6d63c1a483223061b7493593f26492011cf0fd9eaa07dd7868fe2dd"
            },
            "downloads": -1,
            "filename": "maria-0.9.6.tar.gz",
            "has_sig": false,
            "md5_digest": "369f1a59bd041a32138b071136d1ce62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 46644,
            "upload_time": "2024-01-03T22:15:53",
            "upload_time_iso_8601": "2024-01-03T22:15:53.268231Z",
            "url": "https://files.pythonhosted.org/packages/34/77/3f575a03d28f62457010581f17a22b029d7fcffa6f15a18128a70fca3d94/maria-0.9.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 22:15:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thomaswmorris",
    "github_project": "maria",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "maria"
}
        
Elapsed time: 0.16127s