ITA-Solar / helita

A Python library for solar physics from the Institute of Theoretical Astrophysics, University of Oslo
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

Fix get_hydrogen_pops() to be consistent with read_idl_ascii #22

Closed tiagopereira closed 4 years ago

tiagopereira commented 4 years ago

Changes in read_idl_ascii() now make it convert sequences of numbers as a string into arrays, while get_hydrogen_pops() still expected a string. This PR will fix that.