NuGrid / NuGridPy

Python tools to access and analyse NuGrid output data (including from MESA)
http://nugrid.github.io/NuGridPy
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

plots requiring to decay available for ppn should be available for mppnp and mesa se output as well #70

Open fherwig opened 5 years ago

fherwig commented 5 years ago

This are elemental_abund plot and iso_abund with decayed=True option.that should be possible to do with mass fraction average over a mass range within a radial profile from a multi-zone output such as mppnp or mesa se

Example:

pt.iso_abund(47740,amass_range=[6,32],mass_range=list(xxl),decayed=True)

Results in: Decay option not yet implemented for mppnp - but it is easy do! Consider investing the time!