- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 88
Closed
Labels
Description
spectrometer and system information
- model: RedTide 650
- operating system: macOS 10.12.5
- python version:3.5.1
- python-seabreeze version: 0.6.0
- installed-via: _conda
current problem
In a nutshell, the same code I have that works with an Ocean Optics USB2000 when applied to a RedTide 650 (which appears to be listed on the list of compatible devices) doesn't work due to a failure to connect to the spectrometer. The specific steps are below:
steps to reproduce
Specifically, although Apple's System Profiler clearly shows the RedTide connected (and I can access it via Vernier's Logger Pro software), when I do
import seabreeze.spectrometers as sb
devices = sb.list_devices()
print(devices)
I get a blank list.