├── Chapter1 ├── AlphaCenAB_Eph.txt ├── AlphaCenAB_Obs_See1893.txt ├── Cranmer_Saar_2011.txt ├── Fig1.10 Gaia EDR3 HR Diagrams.ipynb ├── Fig1.11 Mass-Loss HR Diagram.ipynb ├── Fig1.12 Main Sequence M-L Relation.ipynb ├── Fig1.13 Main Sequence M-R Relation.ipynb ├── Fig1.14 Pleiades.ipynb ├── Fig1.2 Solar Irradiance.ipynb ├── Fig1.3 Solar Spectrum.ipynb ├── Fig1.4 Solar Abundances.ipynb ├── Fig1.6 Alpha Cen AB.ipynb ├── Fig1.7 P-Cygni Star.ipynb ├── Fig1.8 MK Spectral Types.ipynb ├── Fig1.9 GALAH DR3 Abundances.ipynb ├── GALAH_DR3.txt ├── Gaia_EDR3_HR.txt ├── Lodders2020.txt ├── Lodders2025.txt ├── MKTypes │ ├── HD10032.txt │ ├── HD116608.txt │ ├── HD158659.txt │ ├── HD23524.txt │ ├── HD242908.txt │ ├── HD260655.txt │ ├── HD28099.txt │ ├── HD30584.txt │ ├── HD9547.txt │ ├── HZ227.txt │ ├── SAO76803.txt │ ├── TRA14.txt │ ├── YALE1755.txt │ └── mkData.txt ├── MainSequence_MLR.txt ├── Pleiades_Gaia_EDR3.txt ├── Pleiades_Prot_Godoy.txt ├── README.md ├── Sun_ASTME-490-00.txt ├── proximaCen.txt ├── sorce_image.jpg └── sorce_tsi_L3_c24h_latest.txt ├── Chapter10 ├── CoreEnvelope.txt ├── Fig10.4 Core Envelope Rotation.ipynb ├── Fig10.5 Rotational Mixing.ipynb ├── Fig10.7 Sunlike Star Fluxes.ipynb ├── Fig10.8 Open Cluster Rotation.ipynb ├── Fig10.9 Age Mass Prot.ipynb ├── Kepler_AgeMassProt.csv ├── OpenClusters │ ├── Pleiades_Prot.txt │ ├── Praesepe_Prot.txt │ └── UpperSco_Prot.txt ├── README.md ├── RotationalMixing │ ├── RotationalMixing_All.csv │ ├── nonRot_10Msun.csv │ ├── nonRot_30Msun.csv │ ├── nonRot_3Msun.csv │ ├── rot_10Msun.csv │ ├── rot_30Msun.csv │ └── rot_3Msun.csv └── SunlikeStars │ ├── ActiveSun_Cycle23.txt │ └── SunlikeKeplerStars.txt ├── Chapter11 ├── 16CygA_Metcalfe_Table1.txt ├── Fig11.10 Kepler R-M.ipynb ├── Fig11.2 LMC Cepheids.ipynb ├── Fig11.3 Schwarzschild.ipynb ├── Fig11.4 Cepheid Lightcurve.ipynb ├── Fig11.6 Carnot Cycle.ipynb ├── Fig11.7 Adiabatic Non-Radial Pulsations.ipynb ├── Fig11.8 16CygA Power Spectrum.ipynb ├── Fig11.9 LC to PSD.ipynb ├── KIC12069424.txt ├── KeplerStars │ ├── KIC2166940_LC.txt │ ├── KIC2166940_PSD.txt │ ├── KIC2425375_LC.txt │ ├── KIC2425375_PSD.txt │ ├── KIC5858947_LC.txt │ ├── KIC5858947_PSD.txt │ ├── KIC9332840_LC.txt │ └── KIC9332840_PSD.txt ├── LMC_Cepheids_OGLE.txt ├── OGLE-LMC-CEP-0832.txt ├── OGLE-LMC-CEP-0832_a.txt ├── OGLE-LMC-CEP-0832_b.txt ├── README.md ├── RM_Kepler_RC.csv ├── RM_Kepler_RG.csv ├── Schwarzschild_1941.txt └── SolarModel_Pinsonneault.txt ├── Chapter12 ├── CHARA_Algol_BC.txt ├── Fig12.1 Stellar Multiplicity.ipynb ├── Fig12.2 Gdwarf Binaries.ipynb ├── Fig12.3 Binary Equipotential.ipynb ├── Fig12.4 Binary Evolution.ipynb ├── Fig12.5_CHARA_AlgolAB.ipynb ├── Fig12.7 HRDel IUE.ipynb ├── Fig12.8_HST_N6397_CMD.ipynb ├── HRDel_IUE.fits ├── Multiplicity_Moe_DiStefano_2017.txt ├── README.md ├── SB9_Gprimary.txt └── ngc6397phot.txt ├── Chapter2 ├── Fig2_1.png ├── Fig2_2.png └── README.md ├── Chapter3 ├── Fig3.1 Distributions.ipynb ├── Fig3.2 Maxwellians.ipynb ├── Fig3.3 Dens-Temp Plane.ipynb └── README.md ├── Chapter4 ├── BP2004_SolarInterior.txt ├── Fig4.1 Solar Interior Ionization.ipynb ├── Fig4.2 Kappa.ipynb ├── Fig4.3 Rosseland Mean Opacity.ipynb ├── Fig4.5 H He Ionization.ipynb ├── HHe_AdiabaticIndex.txt ├── HHe_IonFraction.txt ├── Kappa │ ├── 00Readme.txt │ ├── kappa_Fe_bb.txt │ ├── kappa_Fe_bf.txt │ ├── kappa_Fe_ff.txt │ ├── kappa_Fe_tot.txt │ ├── kappa_O_bf.txt │ ├── kappa_O_ff.txt │ ├── kappa_O_tot.txt │ └── kappa_weightFunc.txt ├── README.md └── Rosseland │ ├── Rosseland_OP_rho+0.txt │ ├── Rosseland_OP_rho+2.txt │ ├── Rosseland_OP_rho-10.txt │ ├── Rosseland_OP_rho-2.txt │ ├── Rosseland_OP_rho-4.txt │ ├── Rosseland_OP_rho-6.txt │ └── Rosseland_OP_rho-8.txt ├── Chapter5 ├── 14Npg15O_data.txt ├── 14Npg15O_model.txt ├── AME2020.txt ├── BP2004_Standard.txt ├── Fig5.1 Nuclear Binding Energy.ipynb ├── Fig5.2 14N15O S-Factor.ipynb ├── Fig5.3 Gamow Peak.ipynb ├── Fig5.4 Solar He3 Fraction.ipynb ├── Fig5.6 Solar Neutrinos.ipynb ├── Fig5.8 H Fusion Energy Generation.ipynb ├── Fig5.9 Solar CNO Fraction.ipynb ├── README.md ├── boron8.txt ├── fluorine17.txt ├── hep.txt ├── nitrogen13.txt ├── oxygen15.txt └── pp.txt ├── Chapter6 ├── Fig6.1 Polytropes.ipynb ├── Fig6.2 Solar Model Comparison.ipynb ├── Fig6.3 Solar Evolution.ipynb ├── Fig6.4 Solar Composition.ipynb ├── Fig6.5 ZAMS L and P.ipynb ├── Fig6.6 ZAMS.ipynb ├── Fig6.7 ZAMS Stellar Models.ipynb ├── Fig6.8 ZAMS rho-T diagram.ipynb ├── LaneEmden │ ├── poly_n0.0.txt │ ├── poly_n1.5.txt │ └── poly_n3.0.txt ├── ModelSun │ ├── BP2004_Composition.txt │ ├── BP2004_Evolution.txt │ ├── BP2004_Standard.txt │ └── Sun_models.txt ├── README.md └── ZAMS │ ├── 00ReadModels.py │ ├── MIST_FeH0_ZAMS.txt │ ├── profile_m0.3_zams.txt │ ├── profile_m10_zams.txt │ ├── profile_m1_zams.txt │ ├── profile_m30_zams.txt │ └── profile_m3_zams.txt ├── Chapter7 ├── Burrows93 │ ├── burrows93_M002.txt │ ├── burrows93_M003.txt │ ├── burrows93_M006.txt │ ├── burrows93_M010.txt │ ├── burrows93_M014.txt │ ├── burrows93_M025.txt │ ├── burrows93_M040.txt │ ├── burrows93_M070.txt │ ├── burrows93_M080.txt │ ├── burrows93_M125.txt │ └── burrows93_M200.txt ├── Fig7.2 PMS Tracks.ipynb ├── Fig7.3 Chabrier Initial Mass Function.ipynb ├── Fig7.4 Low Mass Stars.ipynb ├── MIST │ ├── pms_M0.10_track.txt │ ├── pms_M0.25_track.txt │ ├── pms_M0.50_track.txt │ ├── pms_M1.00_track.txt │ ├── pms_M2.00_track.txt │ ├── pms_M4.00_track.txt │ ├── pms_M6.00_track.txt │ ├── pms_t1e5_iso.txt │ ├── pms_t1e6_iso.txt │ ├── pms_t1e7_iso.txt │ └── pms_t1e8_iso.txt ├── MIST_FeH0_ZAMS.txt └── README.md ├── Chapter8 ├── CoreAbund │ ├── abund_1M_10Gyr.txt │ ├── abund_1M_1Gyr.txt │ ├── abund_1M_2Gyr.txt │ ├── abund_1M_4Gyr.txt │ ├── abund_1M_6Gyr.txt │ ├── abund_1M_8Gyr.txt │ ├── abund_1M_zams.txt │ ├── abund_4M_100Myr.txt │ ├── abund_4M_125Myr.txt │ ├── abund_4M_150Myr.txt │ ├── abund_4M_25Myr.txt │ ├── abund_4M_50Myr.txt │ ├── abund_4M_75Myr.txt │ └── abund_4M_zams.txt ├── Fig8.1 OpenClusters.ipynb ├── Fig8.12 WD Initial Final Mass.ipynb ├── Fig8.2 ZAMS Structure.ipynb ├── Fig8.3 CoreHAbundance.ipynb ├── Fig8.4 TAMS X Profiles.ipynb ├── Fig8.5 Evolution HR Diagrams.ipynb ├── Fig8.6 DredgeUp.ipynb ├── Fig8.7 ZAHB rhoT Diagram.ipynb ├── Fig8.8 ZAHB Luminosity Profiles.ipynb ├── Fig8.9 GlobularClusters.ipynb ├── Globulars │ ├── 47Tuc_GaiaEDR3_CMD.csv │ └── M92_GaiaEDR3_CMD.csv ├── HREvolution │ ├── HRDiagram_10Msun.csv │ ├── HRDiagram_1Msun.csv │ ├── HRDiagram_30Msun.csv │ ├── HRDiagram_3Msun.csv │ └── HRDiagrams_all.csv ├── Li_DredgeUp_NGC6397.csv ├── OpenClusters │ ├── M92_GaiaEDR3_CMD.csv │ ├── NGC188_GaiaDR2_CMD.csv │ ├── Praesepe_GaiaDR2_CMD.csv │ └── hPer_GaiaDR2_CMD.csv ├── README.md ├── TAMS │ └── TAMS_Xprofiles.csv ├── WD_Mf_Mi_Cummings2018_Table1.txt ├── ZAHB │ ├── He_ML_zahb.csv │ └── He_rhoT_zahb.csv └── ZAMS │ ├── convLower.txt │ ├── convUpper.txt │ ├── czdepth.txt │ └── l50r50zams.txt ├── Chapter9 ├── Fig9.1 WD Mass Function.ipynb ├── Fig9.2 NS Mass Function.ipynb ├── Fig9.3 Supernovae.ipynb ├── Fig9.5 Solar rs process.ipynb ├── NS_MassFunction_Ozel2016.txt ├── README.md ├── Supernovae │ ├── SN1993J.txt │ ├── SN1999gi.txt │ ├── SN2011ht.txt │ ├── SN2013ai.txt │ └── SN2013dy.txt ├── WD_MassFunction_Kilic2020.txt └── rs_process_Cowan2006.txt ├── LICENSE.md ├── Misc ├── README.md ├── SSE_Cover.pdf └── SSE_Cover_512.png └── README.md /Chapter1/AlphaCenAB_Eph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/AlphaCenAB_Eph.txt -------------------------------------------------------------------------------- /Chapter1/AlphaCenAB_Obs_See1893.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/AlphaCenAB_Obs_See1893.txt -------------------------------------------------------------------------------- /Chapter1/Cranmer_Saar_2011.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Cranmer_Saar_2011.txt -------------------------------------------------------------------------------- /Chapter1/Fig1.10 Gaia EDR3 HR Diagrams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.10 Gaia EDR3 HR Diagrams.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.11 Mass-Loss HR Diagram.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.11 Mass-Loss HR Diagram.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.12 Main Sequence M-L Relation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.12 Main Sequence M-L Relation.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.13 Main Sequence M-R Relation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.13 Main Sequence M-R Relation.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.14 Pleiades.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.14 Pleiades.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.2 Solar Irradiance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.2 Solar Irradiance.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.3 Solar Spectrum.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.3 Solar Spectrum.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.4 Solar Abundances.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.4 Solar Abundances.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.6 Alpha Cen AB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.6 Alpha Cen AB.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.7 P-Cygni Star.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.7 P-Cygni Star.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.8 MK Spectral Types.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.8 MK Spectral Types.ipynb -------------------------------------------------------------------------------- /Chapter1/Fig1.9 GALAH DR3 Abundances.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Fig1.9 GALAH DR3 Abundances.ipynb -------------------------------------------------------------------------------- /Chapter1/GALAH_DR3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/GALAH_DR3.txt -------------------------------------------------------------------------------- /Chapter1/Gaia_EDR3_HR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Gaia_EDR3_HR.txt -------------------------------------------------------------------------------- /Chapter1/Lodders2020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Lodders2020.txt -------------------------------------------------------------------------------- /Chapter1/Lodders2025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Lodders2025.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD10032.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD10032.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD116608.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD116608.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD158659.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD158659.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD23524.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD23524.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD242908.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD242908.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD260655.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD260655.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD28099.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD28099.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD30584.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD30584.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HD9547.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HD9547.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/HZ227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/HZ227.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/SAO76803.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/SAO76803.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/TRA14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/TRA14.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/YALE1755.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/YALE1755.txt -------------------------------------------------------------------------------- /Chapter1/MKTypes/mkData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MKTypes/mkData.txt -------------------------------------------------------------------------------- /Chapter1/MainSequence_MLR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/MainSequence_MLR.txt -------------------------------------------------------------------------------- /Chapter1/Pleiades_Gaia_EDR3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Pleiades_Gaia_EDR3.txt -------------------------------------------------------------------------------- /Chapter1/Pleiades_Prot_Godoy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Pleiades_Prot_Godoy.txt -------------------------------------------------------------------------------- /Chapter1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/README.md -------------------------------------------------------------------------------- /Chapter1/Sun_ASTME-490-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/Sun_ASTME-490-00.txt -------------------------------------------------------------------------------- /Chapter1/proximaCen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/proximaCen.txt -------------------------------------------------------------------------------- /Chapter1/sorce_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/sorce_image.jpg -------------------------------------------------------------------------------- /Chapter1/sorce_tsi_L3_c24h_latest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter1/sorce_tsi_L3_c24h_latest.txt -------------------------------------------------------------------------------- /Chapter10/CoreEnvelope.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/CoreEnvelope.txt -------------------------------------------------------------------------------- /Chapter10/Fig10.4 Core Envelope Rotation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Fig10.4 Core Envelope Rotation.ipynb -------------------------------------------------------------------------------- /Chapter10/Fig10.5 Rotational Mixing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Fig10.5 Rotational Mixing.ipynb -------------------------------------------------------------------------------- /Chapter10/Fig10.7 Sunlike Star Fluxes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Fig10.7 Sunlike Star Fluxes.ipynb -------------------------------------------------------------------------------- /Chapter10/Fig10.8 Open Cluster Rotation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Fig10.8 Open Cluster Rotation.ipynb -------------------------------------------------------------------------------- /Chapter10/Fig10.9 Age Mass Prot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Fig10.9 Age Mass Prot.ipynb -------------------------------------------------------------------------------- /Chapter10/Kepler_AgeMassProt.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/Kepler_AgeMassProt.csv -------------------------------------------------------------------------------- /Chapter10/OpenClusters/Pleiades_Prot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/OpenClusters/Pleiades_Prot.txt -------------------------------------------------------------------------------- /Chapter10/OpenClusters/Praesepe_Prot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/OpenClusters/Praesepe_Prot.txt -------------------------------------------------------------------------------- /Chapter10/OpenClusters/UpperSco_Prot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/OpenClusters/UpperSco_Prot.txt -------------------------------------------------------------------------------- /Chapter10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/README.md -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/RotationalMixing_All.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/RotationalMixing_All.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/nonRot_10Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/nonRot_10Msun.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/nonRot_30Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/nonRot_30Msun.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/nonRot_3Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/nonRot_3Msun.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/rot_10Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/rot_10Msun.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/rot_30Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/rot_30Msun.csv -------------------------------------------------------------------------------- /Chapter10/RotationalMixing/rot_3Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/RotationalMixing/rot_3Msun.csv -------------------------------------------------------------------------------- /Chapter10/SunlikeStars/ActiveSun_Cycle23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/SunlikeStars/ActiveSun_Cycle23.txt -------------------------------------------------------------------------------- /Chapter10/SunlikeStars/SunlikeKeplerStars.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter10/SunlikeStars/SunlikeKeplerStars.txt -------------------------------------------------------------------------------- /Chapter11/16CygA_Metcalfe_Table1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/16CygA_Metcalfe_Table1.txt -------------------------------------------------------------------------------- /Chapter11/Fig11.10 Kepler R-M.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.10 Kepler R-M.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.2 LMC Cepheids.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.2 LMC Cepheids.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.3 Schwarzschild.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.3 Schwarzschild.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.4 Cepheid Lightcurve.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.4 Cepheid Lightcurve.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.6 Carnot Cycle.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.6 Carnot Cycle.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.7 Adiabatic Non-Radial Pulsations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.7 Adiabatic Non-Radial Pulsations.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.8 16CygA Power Spectrum.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.8 16CygA Power Spectrum.ipynb -------------------------------------------------------------------------------- /Chapter11/Fig11.9 LC to PSD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Fig11.9 LC to PSD.ipynb -------------------------------------------------------------------------------- /Chapter11/KIC12069424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KIC12069424.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC2166940_LC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC2166940_LC.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC2166940_PSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC2166940_PSD.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC2425375_LC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC2425375_LC.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC2425375_PSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC2425375_PSD.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC5858947_LC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC5858947_LC.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC5858947_PSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC5858947_PSD.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC9332840_LC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC9332840_LC.txt -------------------------------------------------------------------------------- /Chapter11/KeplerStars/KIC9332840_PSD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/KeplerStars/KIC9332840_PSD.txt -------------------------------------------------------------------------------- /Chapter11/LMC_Cepheids_OGLE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/LMC_Cepheids_OGLE.txt -------------------------------------------------------------------------------- /Chapter11/OGLE-LMC-CEP-0832.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/OGLE-LMC-CEP-0832.txt -------------------------------------------------------------------------------- /Chapter11/OGLE-LMC-CEP-0832_a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/OGLE-LMC-CEP-0832_a.txt -------------------------------------------------------------------------------- /Chapter11/OGLE-LMC-CEP-0832_b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/OGLE-LMC-CEP-0832_b.txt -------------------------------------------------------------------------------- /Chapter11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/README.md -------------------------------------------------------------------------------- /Chapter11/RM_Kepler_RC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/RM_Kepler_RC.csv -------------------------------------------------------------------------------- /Chapter11/RM_Kepler_RG.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/RM_Kepler_RG.csv -------------------------------------------------------------------------------- /Chapter11/Schwarzschild_1941.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/Schwarzschild_1941.txt -------------------------------------------------------------------------------- /Chapter11/SolarModel_Pinsonneault.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter11/SolarModel_Pinsonneault.txt -------------------------------------------------------------------------------- /Chapter12/CHARA_Algol_BC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/CHARA_Algol_BC.txt -------------------------------------------------------------------------------- /Chapter12/Fig12.1 Stellar Multiplicity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.1 Stellar Multiplicity.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.2 Gdwarf Binaries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.2 Gdwarf Binaries.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.3 Binary Equipotential.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.3 Binary Equipotential.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.4 Binary Evolution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.4 Binary Evolution.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.5_CHARA_AlgolAB.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.5_CHARA_AlgolAB.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.7 HRDel IUE.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.7 HRDel IUE.ipynb -------------------------------------------------------------------------------- /Chapter12/Fig12.8_HST_N6397_CMD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Fig12.8_HST_N6397_CMD.ipynb -------------------------------------------------------------------------------- /Chapter12/HRDel_IUE.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/HRDel_IUE.fits -------------------------------------------------------------------------------- /Chapter12/Multiplicity_Moe_DiStefano_2017.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/Multiplicity_Moe_DiStefano_2017.txt -------------------------------------------------------------------------------- /Chapter12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/README.md -------------------------------------------------------------------------------- /Chapter12/SB9_Gprimary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/SB9_Gprimary.txt -------------------------------------------------------------------------------- /Chapter12/ngc6397phot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter12/ngc6397phot.txt -------------------------------------------------------------------------------- /Chapter2/Fig2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter2/Fig2_1.png -------------------------------------------------------------------------------- /Chapter2/Fig2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter2/Fig2_2.png -------------------------------------------------------------------------------- /Chapter2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter2/README.md -------------------------------------------------------------------------------- /Chapter3/Fig3.1 Distributions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter3/Fig3.1 Distributions.ipynb -------------------------------------------------------------------------------- /Chapter3/Fig3.2 Maxwellians.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter3/Fig3.2 Maxwellians.ipynb -------------------------------------------------------------------------------- /Chapter3/Fig3.3 Dens-Temp Plane.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter3/Fig3.3 Dens-Temp Plane.ipynb -------------------------------------------------------------------------------- /Chapter3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter3/README.md -------------------------------------------------------------------------------- /Chapter4/BP2004_SolarInterior.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/BP2004_SolarInterior.txt -------------------------------------------------------------------------------- /Chapter4/Fig4.1 Solar Interior Ionization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Fig4.1 Solar Interior Ionization.ipynb -------------------------------------------------------------------------------- /Chapter4/Fig4.2 Kappa.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Fig4.2 Kappa.ipynb -------------------------------------------------------------------------------- /Chapter4/Fig4.3 Rosseland Mean Opacity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Fig4.3 Rosseland Mean Opacity.ipynb -------------------------------------------------------------------------------- /Chapter4/Fig4.5 H He Ionization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Fig4.5 H He Ionization.ipynb -------------------------------------------------------------------------------- /Chapter4/HHe_AdiabaticIndex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/HHe_AdiabaticIndex.txt -------------------------------------------------------------------------------- /Chapter4/HHe_IonFraction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/HHe_IonFraction.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/00Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/00Readme.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_Fe_bb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_Fe_bb.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_Fe_bf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_Fe_bf.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_Fe_ff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_Fe_ff.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_Fe_tot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_Fe_tot.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_O_bf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_O_bf.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_O_ff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_O_ff.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_O_tot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_O_tot.txt -------------------------------------------------------------------------------- /Chapter4/Kappa/kappa_weightFunc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Kappa/kappa_weightFunc.txt -------------------------------------------------------------------------------- /Chapter4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/README.md -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho+0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho+0.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho+2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho+2.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho-10.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho-2.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho-4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho-4.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho-6.txt -------------------------------------------------------------------------------- /Chapter4/Rosseland/Rosseland_OP_rho-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter4/Rosseland/Rosseland_OP_rho-8.txt -------------------------------------------------------------------------------- /Chapter5/14Npg15O_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/14Npg15O_data.txt -------------------------------------------------------------------------------- /Chapter5/14Npg15O_model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/14Npg15O_model.txt -------------------------------------------------------------------------------- /Chapter5/AME2020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/AME2020.txt -------------------------------------------------------------------------------- /Chapter5/BP2004_Standard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/BP2004_Standard.txt -------------------------------------------------------------------------------- /Chapter5/Fig5.1 Nuclear Binding Energy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.1 Nuclear Binding Energy.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.2 14N15O S-Factor.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.2 14N15O S-Factor.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.3 Gamow Peak.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.3 Gamow Peak.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.4 Solar He3 Fraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.4 Solar He3 Fraction.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.6 Solar Neutrinos.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.6 Solar Neutrinos.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.8 H Fusion Energy Generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.8 H Fusion Energy Generation.ipynb -------------------------------------------------------------------------------- /Chapter5/Fig5.9 Solar CNO Fraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/Fig5.9 Solar CNO Fraction.ipynb -------------------------------------------------------------------------------- /Chapter5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/README.md -------------------------------------------------------------------------------- /Chapter5/boron8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/boron8.txt -------------------------------------------------------------------------------- /Chapter5/fluorine17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/fluorine17.txt -------------------------------------------------------------------------------- /Chapter5/hep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/hep.txt -------------------------------------------------------------------------------- /Chapter5/nitrogen13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/nitrogen13.txt -------------------------------------------------------------------------------- /Chapter5/oxygen15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/oxygen15.txt -------------------------------------------------------------------------------- /Chapter5/pp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter5/pp.txt -------------------------------------------------------------------------------- /Chapter6/Fig6.1 Polytropes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.1 Polytropes.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.2 Solar Model Comparison.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.2 Solar Model Comparison.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.3 Solar Evolution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.3 Solar Evolution.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.4 Solar Composition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.4 Solar Composition.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.5 ZAMS L and P.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.5 ZAMS L and P.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.6 ZAMS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.6 ZAMS.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.7 ZAMS Stellar Models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.7 ZAMS Stellar Models.ipynb -------------------------------------------------------------------------------- /Chapter6/Fig6.8 ZAMS rho-T diagram.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/Fig6.8 ZAMS rho-T diagram.ipynb -------------------------------------------------------------------------------- /Chapter6/LaneEmden/poly_n0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/LaneEmden/poly_n0.0.txt -------------------------------------------------------------------------------- /Chapter6/LaneEmden/poly_n1.5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/LaneEmden/poly_n1.5.txt -------------------------------------------------------------------------------- /Chapter6/LaneEmden/poly_n3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/LaneEmden/poly_n3.0.txt -------------------------------------------------------------------------------- /Chapter6/ModelSun/BP2004_Composition.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ModelSun/BP2004_Composition.txt -------------------------------------------------------------------------------- /Chapter6/ModelSun/BP2004_Evolution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ModelSun/BP2004_Evolution.txt -------------------------------------------------------------------------------- /Chapter6/ModelSun/BP2004_Standard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ModelSun/BP2004_Standard.txt -------------------------------------------------------------------------------- /Chapter6/ModelSun/Sun_models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ModelSun/Sun_models.txt -------------------------------------------------------------------------------- /Chapter6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/README.md -------------------------------------------------------------------------------- /Chapter6/ZAMS/00ReadModels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/00ReadModels.py -------------------------------------------------------------------------------- /Chapter6/ZAMS/MIST_FeH0_ZAMS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/MIST_FeH0_ZAMS.txt -------------------------------------------------------------------------------- /Chapter6/ZAMS/profile_m0.3_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/profile_m0.3_zams.txt -------------------------------------------------------------------------------- /Chapter6/ZAMS/profile_m10_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/profile_m10_zams.txt -------------------------------------------------------------------------------- /Chapter6/ZAMS/profile_m1_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/profile_m1_zams.txt -------------------------------------------------------------------------------- /Chapter6/ZAMS/profile_m30_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/profile_m30_zams.txt -------------------------------------------------------------------------------- /Chapter6/ZAMS/profile_m3_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter6/ZAMS/profile_m3_zams.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M002.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M003.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M003.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M006.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M010.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M014.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M014.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M025.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M040.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M040.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M070.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M070.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M080.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M080.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M125.txt -------------------------------------------------------------------------------- /Chapter7/Burrows93/burrows93_M200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Burrows93/burrows93_M200.txt -------------------------------------------------------------------------------- /Chapter7/Fig7.2 PMS Tracks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Fig7.2 PMS Tracks.ipynb -------------------------------------------------------------------------------- /Chapter7/Fig7.3 Chabrier Initial Mass Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Fig7.3 Chabrier Initial Mass Function.ipynb -------------------------------------------------------------------------------- /Chapter7/Fig7.4 Low Mass Stars.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/Fig7.4 Low Mass Stars.ipynb -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M0.10_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M0.10_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M0.25_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M0.25_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M0.50_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M0.50_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M1.00_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M1.00_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M2.00_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M2.00_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M4.00_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M4.00_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_M6.00_track.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_M6.00_track.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_t1e5_iso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_t1e5_iso.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_t1e6_iso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_t1e6_iso.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_t1e7_iso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_t1e7_iso.txt -------------------------------------------------------------------------------- /Chapter7/MIST/pms_t1e8_iso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST/pms_t1e8_iso.txt -------------------------------------------------------------------------------- /Chapter7/MIST_FeH0_ZAMS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/MIST_FeH0_ZAMS.txt -------------------------------------------------------------------------------- /Chapter7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter7/README.md -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_10Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_10Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_1Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_1Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_2Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_2Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_4Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_4Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_6Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_6Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_8Gyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_8Gyr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_1M_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_1M_zams.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_100Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_100Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_125Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_125Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_150Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_150Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_25Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_25Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_50Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_50Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_75Myr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_75Myr.txt -------------------------------------------------------------------------------- /Chapter8/CoreAbund/abund_4M_zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/CoreAbund/abund_4M_zams.txt -------------------------------------------------------------------------------- /Chapter8/Fig8.1 OpenClusters.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.1 OpenClusters.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.12 WD Initial Final Mass.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.12 WD Initial Final Mass.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.2 ZAMS Structure.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.2 ZAMS Structure.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.3 CoreHAbundance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.3 CoreHAbundance.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.4 TAMS X Profiles.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.4 TAMS X Profiles.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.5 Evolution HR Diagrams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.5 Evolution HR Diagrams.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.6 DredgeUp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.6 DredgeUp.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.7 ZAHB rhoT Diagram.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.7 ZAHB rhoT Diagram.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.8 ZAHB Luminosity Profiles.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.8 ZAHB Luminosity Profiles.ipynb -------------------------------------------------------------------------------- /Chapter8/Fig8.9 GlobularClusters.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Fig8.9 GlobularClusters.ipynb -------------------------------------------------------------------------------- /Chapter8/Globulars/47Tuc_GaiaEDR3_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Globulars/47Tuc_GaiaEDR3_CMD.csv -------------------------------------------------------------------------------- /Chapter8/Globulars/M92_GaiaEDR3_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Globulars/M92_GaiaEDR3_CMD.csv -------------------------------------------------------------------------------- /Chapter8/HREvolution/HRDiagram_10Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/HREvolution/HRDiagram_10Msun.csv -------------------------------------------------------------------------------- /Chapter8/HREvolution/HRDiagram_1Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/HREvolution/HRDiagram_1Msun.csv -------------------------------------------------------------------------------- /Chapter8/HREvolution/HRDiagram_30Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/HREvolution/HRDiagram_30Msun.csv -------------------------------------------------------------------------------- /Chapter8/HREvolution/HRDiagram_3Msun.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/HREvolution/HRDiagram_3Msun.csv -------------------------------------------------------------------------------- /Chapter8/HREvolution/HRDiagrams_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/HREvolution/HRDiagrams_all.csv -------------------------------------------------------------------------------- /Chapter8/Li_DredgeUp_NGC6397.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/Li_DredgeUp_NGC6397.csv -------------------------------------------------------------------------------- /Chapter8/OpenClusters/M92_GaiaEDR3_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/OpenClusters/M92_GaiaEDR3_CMD.csv -------------------------------------------------------------------------------- /Chapter8/OpenClusters/NGC188_GaiaDR2_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/OpenClusters/NGC188_GaiaDR2_CMD.csv -------------------------------------------------------------------------------- /Chapter8/OpenClusters/Praesepe_GaiaDR2_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/OpenClusters/Praesepe_GaiaDR2_CMD.csv -------------------------------------------------------------------------------- /Chapter8/OpenClusters/hPer_GaiaDR2_CMD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/OpenClusters/hPer_GaiaDR2_CMD.csv -------------------------------------------------------------------------------- /Chapter8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/README.md -------------------------------------------------------------------------------- /Chapter8/TAMS/TAMS_Xprofiles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/TAMS/TAMS_Xprofiles.csv -------------------------------------------------------------------------------- /Chapter8/WD_Mf_Mi_Cummings2018_Table1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/WD_Mf_Mi_Cummings2018_Table1.txt -------------------------------------------------------------------------------- /Chapter8/ZAHB/He_ML_zahb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAHB/He_ML_zahb.csv -------------------------------------------------------------------------------- /Chapter8/ZAHB/He_rhoT_zahb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAHB/He_rhoT_zahb.csv -------------------------------------------------------------------------------- /Chapter8/ZAMS/convLower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAMS/convLower.txt -------------------------------------------------------------------------------- /Chapter8/ZAMS/convUpper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAMS/convUpper.txt -------------------------------------------------------------------------------- /Chapter8/ZAMS/czdepth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAMS/czdepth.txt -------------------------------------------------------------------------------- /Chapter8/ZAMS/l50r50zams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter8/ZAMS/l50r50zams.txt -------------------------------------------------------------------------------- /Chapter9/Fig9.1 WD Mass Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Fig9.1 WD Mass Function.ipynb -------------------------------------------------------------------------------- /Chapter9/Fig9.2 NS Mass Function.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Fig9.2 NS Mass Function.ipynb -------------------------------------------------------------------------------- /Chapter9/Fig9.3 Supernovae.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Fig9.3 Supernovae.ipynb -------------------------------------------------------------------------------- /Chapter9/Fig9.5 Solar rs process.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Fig9.5 Solar rs process.ipynb -------------------------------------------------------------------------------- /Chapter9/NS_MassFunction_Ozel2016.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/NS_MassFunction_Ozel2016.txt -------------------------------------------------------------------------------- /Chapter9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/README.md -------------------------------------------------------------------------------- /Chapter9/Supernovae/SN1993J.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Supernovae/SN1993J.txt -------------------------------------------------------------------------------- /Chapter9/Supernovae/SN1999gi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Supernovae/SN1999gi.txt -------------------------------------------------------------------------------- /Chapter9/Supernovae/SN2011ht.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Supernovae/SN2011ht.txt -------------------------------------------------------------------------------- /Chapter9/Supernovae/SN2013ai.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Supernovae/SN2013ai.txt -------------------------------------------------------------------------------- /Chapter9/Supernovae/SN2013dy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/Supernovae/SN2013dy.txt -------------------------------------------------------------------------------- /Chapter9/WD_MassFunction_Kilic2020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/WD_MassFunction_Kilic2020.txt -------------------------------------------------------------------------------- /Chapter9/rs_process_Cowan2006.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Chapter9/rs_process_Cowan2006.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Misc/README.md: -------------------------------------------------------------------------------- 1 | Cover art and other miscellaneous files 2 | -------------------------------------------------------------------------------- /Misc/SSE_Cover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Misc/SSE_Cover.pdf -------------------------------------------------------------------------------- /Misc/SSE_Cover_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/Misc/SSE_Cover_512.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CambridgeUniversityPress/Stellar-Structure-and-Evolution/HEAD/README.md --------------------------------------------------------------------------------