Skip to content

Commit

Permalink
Merge pull request #41 from pllim/fix-dq-again
Browse files Browse the repository at this point in the history
Undo explicit capitalization of channel name
  • Loading branch information
pllim committed Nov 12, 2015
2 parents bcd1b0b + 05e0777 commit d4eb472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stginga/plugins/DQInspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def redo(self):
return self._reset_imdq_on_error()

chname = self.fv.get_channelName(self.fitsimage)
chname = chname.capitalize() # Temp fix?
chinfo = self.fv.get_channelInfo(chname)

if dqname in chinfo.datasrc: # DQ already loaded
Expand Down

0 comments on commit d4eb472

Please sign in to comment.