Skip to content

Commit

Permalink
Re #11822 This should fix the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 22, 2015
1 parent 4793b51 commit 51e8070
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1409,6 +1409,9 @@ def initialise(self, instr,reload_instrument=False):
# if normalized by monitor-2, range have to be established before
# shifting the instrument
self._mon2_norm_time_range = None
# WB may not have monitors. In this case the property have to be set to True
# and WB normalization will not fail but will run normalize by current
self.__in_white_normalization = False
self._debug_mode = False
self.spectra_masks = None

Expand Down

0 comments on commit 51e8070

Please sign in to comment.