Skip to main content

Zodipy is a python tool that simulates the instantaneous Zodiacal emission as seen from an observer.

Project description

Zodipy

Description

Zodipy is a python tool that simulates the instantaneous Zodiacal emission as seen from an observer.

Usage

The following will produce a HEALPIX map at NSIDE=128 of the simulated emission as seen by the Planck satellite today

import zodipy

zodi = zodipy.Zodi(observer='Planck')
emission = zodi.simulate(nside=256, freq=800)

The time of observation is defined as following

import datetime

time = datetime(2010, 1, 1)
zodi = zodipy.Zodi(observer='L2', observation_time=time)
emission = zodi.simulate(nside=256, freq=800)

The simulated emission can be visualized using Healpy and matplotlib

import healpy as hp
import matplotlib.pyplot as plt

hp.mollview(
    emission, 
    norm='hist', 
    unit='W/m^2 Hz sr', 
    title='Zodiacal Emission as seen from L2 (2010-01-01)', 
)
plt.show()

plot

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

Uploaded Source

Built Distribution

zodipy-0.1.0-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zodipy-0.1.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.10 Darwin/20.5.0

File hashes

Hashes for zodipy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2b42132543926cd0f25c0625c3e0ebb38799a32239d1a0fa95e8755e8125218a
MD5 558a68172655b4b6a9a872267d138ea4
BLAKE2b-256 dfebe5c0529fe5a28deba4e39818f872bfa259abd2d29a3a9f768c2486506514

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: zodipy-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.10 Darwin/20.5.0

File hashes

Hashes for zodipy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 90a51024df57c8bf08384dc93a2053368378088da7dc65eb4db8bafa7a395950
MD5 db6f20022a0713dc428e4456afcbd53d
BLAKE2b-256 fe1ae4d6ea6859bbeade54c58a17fd82d13e372c5f658e64ceee18bed527aeef

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