wtbarnes / fiasco

Python interface to the CHIANTI atomic database
http://fiasco.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

Add setter for ionization potential #325

Open wtbarnes opened 2 hours ago

wtbarnes commented 2 hours ago

When making an Ion, it is possible to set the abundance through a keyword argument. This keyword argument can be either the dataset name or an actual value. The ionization potential should work the same and should have similar setter/getter logic to how the abundance property works.

wtbarnes commented 2 hours ago

This should be done in tandem with #323