Skip to main content

PHOENIX model spectrum retriever

Project description

http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat https://github.com/bmorris3/expecto/workflows/CI%20Tests/badge.svg Documentation Status

Pure Python package for retrieving PHOENIX model stellar spectra via FTP. Spectra are returned as specutils.Spectrum1D objects.

Basic Usage

Let’s get a Sun-like spectrum:

from expecto import get_spectrum

spectrum = get_spectrum(
    T_eff=5800, log_g=4.5, cache=False
)

and let’s plot that spectrum:

import matplotlib.pyplot as plt
from astropy.visualization import quantity_support

with quantity_support():
    plt.plot(spectrum.wavelength, spectrum.flux)

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

expecto-0.1.4.tar.gz (25.1 kB view hashes)

Uploaded Source

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