Skip to main content

Calculation of lunar data using NASA’s SPICE toolbox.

Project description

spicedmoon

Version 1.0.13 License: MIT

Calculation of lunar data using NASA’s SPICE toolbox.

This data includes:

  • Distance between the Sun and the Moon (in astronomical units)
  • Distance between the Sun and the Moon (in kilometers)
  • Distance between the Observer and the Moon (in kilometers)
  • Selenographic longitude of the Sun (in radians)
  • Selenographic latitude of the observer (in degrees)
  • Selenographic longitude of the observer (in degrees)
  • Moon phase angle (in degrees)
  • Azimuth angle (in degrees)
  • Zenith angle (in degrees)

It exports the following functions:

  • get_moon_datas - Calculates needed MoonData from SPICE toolbox
  • get_moon_datas_from_extra_kernels - Calculates needed MoonData from SPICE toolbox and using data from extra kernels for the observer body

Requirements

  • python>=3.7
  • numpy>=1.21.5
  • spiceypy>=5.0.0

Installation

pip install spicedmoon

Kernels

In order to use the package, a directory with all the kernels must be downloaded.

That directory must contain the following kernels:

Usage

If one wanted to obtain the lunar azimuth and zenith at Izaña Atmospheric Observatory, on 2022-01-17 at 00:00:00 (UTC), we could use the following snippet of code:

import spicedmoon as spm

lat = 28.309283
lon = -16.499143
alt = 2373
dts = ["2022-01-17 00:00:00"]
mds = spm.get_moon_datas(lat, lon, alt, dts, "./kernels")
az = mds[0].azimuth
ze = mds[0].zenith

Note that the kernels directory is called "kernels" and is located in the directory where the previous code is executed.

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

spicedmoon-1.0.13.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

spicedmoon-1.0.13-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

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