mscoggs / astro_ml

Generating labels for a machine learning algorithm.
1 stars 0 forks source link

Use location in J-K vs. M_K CMD to infer Teff & log g [assume solar Fe/H] #14

Closed kevincovey closed 3 years ago

mkounkel commented 5 years ago

hr massk

parsecgrid.pickle.zip

Figures: 1) HR diagram showing isochrones for 1, 5, 10, 50, 100, 500 Myr and 1 Gyr, and masses from 0.1 to 1 Msun in 0.1 Msun steps. 2) Mass vs M_K, same ages as before

Attaching the isochrone grid, in a pickle format. To read it (after unzipping, assuming python 2) import pickle parsecgrid = pickle.load( open( "parsecgrid.pickle", "r" ) ) -Contains a dictionary of various parameters mini (aka initial mass) & age are the fundamental dimensions, everything else is an array in respect to them. Includes teff, logg, jmag, hmag, and kmag, among a few other interpolated parameters.