معرفی شرکت ها


cosmoglobe-0.9.78


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python package for interfacing the Cosmoglobe Sky Model with commander3 outputs for the purpose of producing astrophysical sky maps.
ویژگی مقدار
سیستم عامل -
نام فایل cosmoglobe-0.9.78
نام cosmoglobe
نسخه کتابخانه 0.9.78
نگهدارنده ['Metin San']
ایمیل نگهدارنده ['metinisan@gmail.com']
نویسنده Metin San
ایمیل نویسنده metinisan@gmail.com
آدرس صفحه اصلی https://github.com/Cosmoglobe/Cosmoglobe
آدرس اینترنتی https://pypi.org/project/cosmoglobe/
مجوز GNU GPLv3
<img src="imgs/Cosmoglobe-logo-horizontal-small.png"> [![Documentation Status](https://readthedocs.org/projects/cosmoglobe/badge/?version=latest)](https://cosmoglobe.readthedocs.io/en/latest/?badge=latest) [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/) <hr> *cosmoglobe* is a python package that interfaces the **Cosmoglobe Sky Model** with **[Commander](https://github.com/Cosmoglobe/Commander)** outputs for the purpose of producing astrophysical sky maps. <img src="imgs/sim.png"> ## Features See the **[documentation](https://cosmoglobe.readthedocs.io/en/latest/)** for a more comprehensive guide. **Initialize the Cosmoglobe Sky Model (this downloads and caches a ~800 MB file with the sky model data)** ```python import cosmoglobe model = cosmoglobe.sky_model(nside=256) ``` **Simulate the sky at 150 GHz in units of MJy/sr, smoothed to 40 arcmin with a gaussian beam:** ```python import astropy.units as u emission = model(150*u.GHz, fwhm=40*u.arcmin, output_unit="MJy/sr") ``` **Integrate over a bandpass:** ```python import numpy as np import healpy as hp import matplotlib.pyplot as plt # Reading in WMAP K-band bandpass profile. bandpass_frequencies, bandpass_weights = np.loadtxt(wmap_bandpass.txt, unpack=True) # The units of the detector must be specified even if the bandpass is pre-normalized. bandpass_weights *= u.Unit("K_RJ") # Specify K_RJ or K_CMB bandpass_frequencies *= u.GHz model.remove_dipole() # Remove the dipole from the CMB component emission = model( freqs=bandpass_frequencies, weights=bandpass_weights, fwhm=0.8*u.deg, output_unit="mK_RJ", ) hp.mollview(emission[0], hist="norm") # Plotting the intensity plt.show() ``` ## Installation *cosmoglobe* can be installed via pip ```bash pip install cosmoglobe ``` ## Funding This work has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No 776282 (COMPET-4; BeyondPlanck), 772253 (ERC; bits2cosmology) and 819478 (ERC; Cosmoglobe). <table align="center"> <tr> <td><img src="./imgs/LOGO_ERC-FLAG_EU_.jpg" height="200"></td> <td><img src="./imgs/horizon2020_logo.jpg" height="200"></td> </tr> </table> ## License [GNU GPLv3](https://github.com/Cosmoglobe/Commander/blob/master/COPYING)


نیازمندی

مقدار نام
>=3.0.0 h5py
>=1.22.3,<2.0.0 numpy
>=0.56.2,<0.57.0 numba
>=5.0.1 astropy
>=1.15.2,<2.0.0 healpy
>=4.62.3,<5.0.0 tqdm
>=10.14.0,<11.0.0) rich
>=1.6.3,<2.0.0) cmasher
>=8.0.1,<9.0.0 click
<60.0 setuptools
>=1.9,<2.0) scipy


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl cosmoglobe-0.9.78:

    pip install cosmoglobe-0.9.78.whl


نصب پکیج tar.gz cosmoglobe-0.9.78:

    pip install cosmoglobe-0.9.78.tar.gz