Skip to content

Commit

Permalink
fixes to JB
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Oct 14, 2017
1 parent d7e134f commit 02f8006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linetools/guis/spec_widgets.py
Expand Up @@ -251,6 +251,9 @@ def init_spec(self, xlim=None, ylim=None):
self.psdict['nav'] = ltgu.navigate(0, 0, init=True)
# Analysis dict
self.adict['flg'] = 0 # Column density flag
# Redshift
if hasattr(self.spec, 'z'):
self.parent.pltline_widg.setz(str(self.spec.z[self.select]))

def on_key_wrapper(self, event):
try:
Expand Down

0 comments on commit 02f8006

Please sign in to comment.