You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit a problem when running the modelFitEMCEE routine. See the attached extract from a Jupyter notebook for details. Hope this is an easy fix!
Cheers,
Dave.
The text was updated successfully, but these errors were encountered:
It looks like I didnt attach the error text to my original message. Here it is:-
from astropy.io import fits
import astropy.units as u
import numpy as np
import splat
import splat.plot as splot
import splat.photometry as sphot
import splat.empirical as semp
import splat.model as spmod
xx = splat.empirical.typeToTeff(20)
teff,teff_e = semp.typeToTeff("M7")
teff,teff_e
Hi Adam,
I hit a problem when running the modelFitEMCEE routine. See the attached extract from a Jupyter notebook for details. Hope this is an easy fix!
Cheers,
Dave.
The text was updated successfully, but these errors were encountered: