Make Plot Functions

Function for the plotting module.

make_plot.plotting(wave, flux, teff, logg, ra, dec, days, norm_flux)

Plotting

Make a figure with subplots for each of the data products pulled

Parameters
  • wave (arr) – Numpy array. The wavelength values for the spectrum from SDSS.

  • flux (arr) – Numpy array. The flux values for the spectrum with SDSS.

  • teff (float) – Float. The effective temperature from Gaia.

  • lum (float) – Float. The luminosity from Gaia.

  • ra (float) – Float. Right Ascension of target.

  • dec (float) – Float. Declination of target.

  • z (float) – Float. Redshift of source.

Returns

fig (Figure object)