Skip to content

Commit

Permalink
Angstroem
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Jul 27, 2016
1 parent 021b2a3 commit d7505a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linetools/spectra/io.py
Expand Up @@ -287,6 +287,8 @@ def get_wave_unit(tag, hdulist, idx=None):
except KeyError:
return None
else:
if tunit == 'Angstroem':
tunit = 'Angstrom'
unit = Unit(tunit)
return unit
else:
Expand Down

0 comments on commit d7505a0

Please sign in to comment.