ap-- / python-oceanoptics

*discontinued* Python module for oceanoptics spectrometers
MIT License
21 stars 11 forks source link

model string as attribute of the spectro class #17

Closed ghislainp closed 9 years ago

ghislainp commented 9 years ago

Add model as attribute in OceanOpticsBase:

def __init__(self, model):
    super(OceanOpticsBase, self).__init__(model)
    self._initialize()
    self.model = model
ap-- commented 9 years ago

Fixed