Note

This tutorial was generated from a Jupyter notebook that can be downloaded here.

Featureless star

In this notebook we’ll instantiate a featureless Doppler map and visualize it with the interactive show() method. The plots below are fully interactive: move the mouse and scroll over the maps to control the spectra that are displayed below them.

[4]:
import starry
import numpy as np
[5]:
# Instantiate
map = starry.DopplerMap(ydeg=1, nt=20, inc=60, veq=30000)

# Visualize
map.visualize()

Click here to pop out the visualization.