Skip to main content

A Python package for interfacing the Cosmoglobe Sky Model with commander3 outputs for the purpose of producing astrophysical sky maps.

Project description

Documentation Status astropy


cosmoglobe is a python package that interfaces the Cosmoglobe Sky Model with Commander outputs for the purpose of producing astrophysical sky maps.

Features

See the documentation for a more comprehensive guide.

Initialize the Cosmoglobe Sky Model (this downloads and caches a ~800 MB file with the sky model data)

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:

import astropy.units as u

emission = model(150*u.GHz, fwhm=40*u.arcmin, output_unit="MJy/sr")

Integrate over a bandpass:

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

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).

License

GNU GPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cosmoglobe-0.9.86.tar.gz (18.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cosmoglobe-0.9.86-py3-none-any.whl (18.6 MB view details)

Uploaded Python 3

File details

Details for the file cosmoglobe-0.9.86.tar.gz.

File metadata

  • Download URL: cosmoglobe-0.9.86.tar.gz
  • Upload date:
  • Size: 18.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for cosmoglobe-0.9.86.tar.gz
Algorithm Hash digest
SHA256 4dbfd44eadd042a21500b29d9e2cbffe77e728a22b3c3fa9d5e98f3a353254f0
MD5 5fe7997b516bc3bf9589b9d4766bc83d
BLAKE2b-256 9801671c4dc4d4e27dc36bed255e532180782a9faafce54f1561c3ad7e91842f

See more details on using hashes here.

File details

Details for the file cosmoglobe-0.9.86-py3-none-any.whl.

File metadata

  • Download URL: cosmoglobe-0.9.86-py3-none-any.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for cosmoglobe-0.9.86-py3-none-any.whl
Algorithm Hash digest
SHA256 15dfd09132571933a9db56fef04166a0e35bff42d33f3ef6c3e2d4b6d898e876
MD5 edfa2e08112d2f8d86e177621cd39b66
BLAKE2b-256 1d31b15729d370b5528d259ba38b7bc5a6f8d2beb34cb0e61387a619ef31660b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page