Skip to content

Commit

Permalink
order the comoponents by z after reading from_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jan 4, 2017
1 parent 24f0600 commit 162e39e
Show file tree
Hide file tree
Showing 5 changed files with 844 additions and 8 deletions.
3 changes: 2 additions & 1 deletion linetools/isgm/abssystem.py
Expand Up @@ -584,7 +584,8 @@ def add_comps_from_dict(slf, idict, skip_components=False, use_coord=False, **kw
"""
Parameters
----------
slf : AbsSystem
slf : AbsSystem, AbsSightline
Or any object with an add_component() method
skip_components : bool, optional
If True, absorption components (if any exist) are not loaded from the input dict.
Use when you are only interested in the global properties of an AbsSystem
Expand Down

0 comments on commit 162e39e

Please sign in to comment.