PHOENIX model spectrum retriever
Project description
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.3.tar.gz
(24.5 kB
view details)
File details
Details for the file expecto-0.1.3.tar.gz
.
File metadata
- Download URL: expecto-0.1.3.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 887d6f8a54a03c6a5554c03e521820b8b23020306392071ec09afba192f5f67b |
|
MD5 | efcfb850802b41570d908ee085d2d2bc |
|
BLAKE2b-256 | 4a3abb96a0603da6883dca48385e824f16c1297404cc52987514c834acd5be7c |