Skip to main content

A Python package for zodiacal light simulations

Project description

astropy PyPI - Python Version PyPI Actions Status GitHub Actions Workflow Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Codecov Ruff pyOpenSci ascl:2306.012 DOI DOI

ZodiPy is an Astropy affiliated package for simulating zodiacal light in intensity for arbitrary solar system observers.

plot

Documentation

See the documentation for a list of supported zodiacal light models and examples of how to use ZodiPy.

A simple example

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

import zodipy

# Initialize a zodiacal light model at a wavelength/frequency or over a bandpass
model = zodipy.Model(25*u.micron)

# Use Astropy's `SkyCoord` object to specify coordinates
lon = [10, 10.1, 10.2] * u.deg
lat = [90, 89, 88] * u.deg
obstimes = Time(["2022-01-01 12:00:00", "2022-01-01 12:01:00", "2022-01-01 12:02:00"])
skycoord = SkyCoord(lon, lat, obstime=obstimes, frame="galactic")

# Evaluate the zodiacal light model
emission = model.evaluate(skycoord)

print(emission)
#> [27.52410841 27.66572294 27.81251906] MJy / sr

Related scientific papers

See CITATION

Install

ZodiPy is installed with pip

pip install zodipy

Dependencies

ZodiPy supports all Python versions >= 3.9, and has the following dependencies:

For developers

Poetry

ZodiPy uses Poetry for development. To build and commit to the repository with the existing pre-commit setup, developers need to have Poetry (>= 1.8.0) installed. See the Poetry documentation for installation guide.

After poetry has been installed, developers should create a new virtual environment and run the following in the root of the ZodiPy repositry

poetry install

This will download all dependencies (including dev)from pyproject.toml, and poetry.lock.

Tests, linting and formatting, and building documentation

The following tools should be run from the root of the repository with no errors. (These are ran automatically as part of the CI workflows on GitHub, but should be tested locally first)

pytest

Testing is done with pytest. To run the tests, run the following command from the repository root

pytest

ruff

Formating and linting is done with ruff. To format and lint, run the following command from the repository root

ruff check
ruff format

mypy

ZodiPy is fully typed. We use mypy as a static type checker. To type check, run the following command from the repositry root

mypy zodipy/

Remeber to add tests when implementing new features to maintain a high code coverage.

MkDocs

We use MkDocs to create our documentation. To serve the docs locally on you machine, run the following from the repositry root

mkdocs serve

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-1.1.2.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

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

zodipy-1.1.2-py3-none-any.whl (37.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zodipy-1.1.2.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.2 Darwin/24.4.0

File hashes

Hashes for zodipy-1.1.2.tar.gz
Algorithm Hash digest
SHA256 fb29c2a1114d214c1c9c14e6ae7966293ffe55493cac6a2d05fa3e4aade67680
MD5 1ca18bec9e6d93c3a02b8c478dac93a3
BLAKE2b-256 c77b2f4eab7e39160bf7499d1654c085741b6d911582fdfcbc60311f4bcfb95b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zodipy-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 37.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.2 Darwin/24.4.0

File hashes

Hashes for zodipy-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9560c89b0178bfba414231010640531b2cc0ca53d67fead9db590fbbec64dc68
MD5 bd8f9f8f55b743c139c8c5bcab53cad6
BLAKE2b-256 ab92352564a32ac472210bbed6a3555aab6d07882cd615432f44b7d1857bbf46

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