Skip to content

Commit

Permalink
a few more edits
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Sep 21, 2017
1 parent 03a1cba commit fd2005b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions linetools/analysis/zlimits.py
Expand Up @@ -16,6 +16,8 @@

class zLimits(object):
""" An object for handling the 'limits' of a line
The input redshift is not meant to be modified (ever).
One should re-instantiate instead.
Properties
----------
Expand Down
2 changes: 1 addition & 1 deletion linetools/isgm/utils.py
Expand Up @@ -891,7 +891,7 @@ def joebvp_from_components(comp_list, specfile, outfile):
def unique_components(comps1, comps2, tol=5*u.arcsec):
""" Identify which AbsComponent members of the comps1 list
are *not* within the comps2 list, to given tolerances.
Note, AbsComponent objects in the comps1 list are examined
Note, AbsComponent objects in the comps1 list are not examined
against each other for uniqueness.
Unique if any apply (test is done in this order)
Expand Down

0 comments on commit fd2005b

Please sign in to comment.