-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create two_photon continuum function * fix spline * add logic to observed vs theoretical wavelength * remove units from A_sum * add 2p method for IonCollection * allow wavelength, temperature, density to be arrays * bug fixes for array handling * error handling for ions that aren't H- or He-like * add needs_dataset decorator * fix variable description in IDL tests * fix code to correct units of EM and add missing 1/wvl * change name of A_sum and add note in fiasco.io about its origin * add include_protons option to two_photon calculation, default to True * fix He-like level index * change normalization * revert to 4539f17 * fix normalization, now with current main tree * add description of the function and references * refactor EM, and move ioneq and abund to ioncollection * fix LateX in description of 2p function * add tests for ion and collections * fix ion collection test * add he_2.wgfa to test file list * add he_2.scups to test file list * typo * test fix for test_ion.py -- roundoff error? * text fix for test_collection.py -- roundoff error? * add tests for helium-like ion and an ion missing input dataset * fix bug in test_ion.test_two_photon * add elvlc for c4 and c5 to test list * add wgfa and scups for c4 and c5 to test list * set include_protons to False by default * update value for C V test * add c_5.reclvl to test database * require dbase_Version <= 8.0.7 for two_photon test * minor refactoring of 2p continuum * change comparison with == to np.allclose * allclose -> isclose, oops * add comment to docstring about no photons beneath rest wavelength --------- Co-authored-by: Jeffrey Reep <reep@atrcl174.IfA.Hawaii.edu> Co-authored-by: Jeffrey Reep <reep@kahiku.local> Co-authored-by: Jeffrey Reep <reep@atrcw9.IfA.Hawaii.Edu> Co-authored-by: Jeffrey Reep <reep@atrcw10.ifa.hawaii.edu> Co-authored-by: Jeffrey Reep <reep@atrcw11.IfA.Hawaii.Edu> Co-authored-by: Jeffrey Reep <reep@atrcw17.IfA.Hawaii.Edu> Co-authored-by: Jeffrey Reep <reep@atrcw26.IfA.Hawaii.Edu> Co-authored-by: Jeffrey Reep <reep@atrcw27.IfA.Hawaii.Edu> Co-authored-by: Will Barnes <will.t.barnes@gmail.com> Co-authored-by: Jeffrey Reep <reep@hawaii.edu>
- Loading branch information
1 parent
93a85d8
commit 73e3228
Showing
8 changed files
with
214 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters