speXtra workflow#

Getting Started#

Create a spectra using the built-in 's0' galaxy source from the Kinney-Calzetti library 'kc96':

  from spextra import Spextrum
  sp = Spextrum("kc96/s0")
/home/docs/checkouts/readthedocs.org/user_builds/spextrahb/envs/stable/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
  from .autonotebook import tqdm as notebook_tqdm

and spextra will download the spectra and create an object

Creating a spextrum from a file#