rice-solar-physics / pydrad

Python tools for setting up HYDRAD runs and parsing output
https://pydrad.readthedocs.io
MIT License
4 stars 3 forks source link

Add sound speed and conduction to properties when parsing #131

Closed jwreep closed 3 years ago

jwreep commented 3 years ago

Currently sound speed and thermal conduction values were left out when parsing _phy_data. Added them in for completeness.

wtbarnes commented 3 years ago

I just added some tests for these new quantities but this looks good to me! I have no idea why I excluded these quantities when I originally wrote this...