Skip to main content

Software for simulating zodiacal emission

Project description

PyPI version Tests astropy arXiv Paper codecov

ZodiPy is a Python tool for simulating the zodiacal emission that a solar system observer sees, either in the form of timestreams or binned HEALPix maps.

plot

Help

See the documentation for more information and examples on how to use ZodiPy for different applications.

Installation

ZodiPy is installed using pip install zodipy.

A simple example

import astropy.units as u
from astropy.time import Time

from zodipy import Zodipy


model = Zodipy("dirbe")

emission = model.get_emission_ang(
    25 * u.micron,
    theta=[10, 10.1, 10.2] * u.deg,
    phi=[90, 89, 88] * u.deg,
    obs_time=Time("2022-01-01 12:00:00"),
    obs="earth",
)
print(model)
"""
Model(
   name: 'dirbe',
   components: (
      'cloud',
      'band1',
      'band2',
      'band3',
      'ring',
      'feature',
   ),
   thermal: True,
   scattering: True,
)
"""
print(emission)
#> [15.35392831 15.35495051 15.35616009] MJy / sr

Scientific paper and citation

For an overview of the ZodiPy model approach and other information regarding zodiacal emission and interplanetary dust modeling we refer to the scientific paper on ZodiPy:

See CITATION if you have used ZodiPy in your work and want to cite the software.

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

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

zodipy-0.6.5.tar.gz (31.9 kB view details)

Uploaded Source

Built Distribution

zodipy-0.6.5-py3-none-any.whl (34.8 kB view details)

Uploaded Python 3

File details

Details for the file zodipy-0.6.5.tar.gz.

File metadata

  • Download URL: zodipy-0.6.5.tar.gz
  • Upload date:
  • Size: 31.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.13 Darwin/21.5.0

File hashes

Hashes for zodipy-0.6.5.tar.gz
Algorithm Hash digest
SHA256 2c240507a84b3533eb9bf53112200c14fadeedf5b8c2106025d7d4b4e9e144d1
MD5 19c1df547cb3d49e15183782b1d9efab
BLAKE2b-256 0bd0fa30841605997e7eaf0025c54cf36073ae49e3d1235aa65807d7b5b9480b

See more details on using hashes here.

Provenance

File details

Details for the file zodipy-0.6.5-py3-none-any.whl.

File metadata

  • Download URL: zodipy-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 34.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.13 Darwin/21.5.0

File hashes

Hashes for zodipy-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 95d4f0f9e2bf38d57f82106a7d15138abf6a9c1c1ac7e9144206633c57fe6635
MD5 6785d5affe7e9553d95d0135b007bdcd
BLAKE2b-256 60023128ad63285e89db144ac680f1c3467851090b92a38a973c0ac8053febd4

See more details on using hashes here.

Provenance

Supported by

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