-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cache_LFS_bridge
- Loading branch information
Showing
19 changed files
with
15,592 additions
and
509 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
import os | ||
from carsus.io.nist import NISTIonizationEnergiesParser, NISTIonizationEnergiesIngester,\ | ||
NISTWeightsCompPyparser, NISTWeightsCompIngester | ||
from carsus.io.chianti_ import ChiantiIonReader, ChiantiIngester | ||
from carsus.io.kurucz import GFALLReader, GFALLIngester | ||
from carsus.io.output import AtomData | ||
from carsus.io.zeta import KnoxLongZetaIngester | ||
from carsus.io.atom_data_compare import AtomDataCompare | ||
|
||
if "XUVTOP" in os.environ: | ||
from carsus.io.chianti_ import ChiantiIonReader, ChiantiIngester |
Oops, something went wrong.