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

Uploaded Source

Built Distribution

zodipy-1.1.0-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zodipy-1.1.0.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2

File hashes

Hashes for zodipy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ed773e193a53c8e45893d9329b4bbafcdc2e048235dade933f16dffc8a532994
MD5 63b4c1b33aff3ca7d5742a557ec5c332
BLAKE2b-256 8568ce855e44cbce17af0c46a8b711527af10a5d0663dc67ddf80812b303df17

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: zodipy-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/5.15.153.1-microsoft-standard-WSL2

File hashes

Hashes for zodipy-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd73edd7cb1b5a5193189774ccb9ff6aa50c38f1f5d9f7695ab61c7f752c54d8
MD5 6522bab8041049eef0f3ff3b8dfbed92
BLAKE2b-256 7cd3005962eb31309466fa3151d8d15af2fe60a43b8f21f18316501d390ffe10

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