nanophotonics / nplab

Core functions and instrument scripts for the Nanophotonics lab experimental scripts
GNU General Public License v3.0
38 stars 15 forks source link

seabreeze gui #6

Closed hamidohadi closed 9 years ago

hamidohadi commented 9 years ago

some features in the new gui don't work. For example: manual axes range and saving spectra in particular. Otherwise, very helpful, thanks!

asanders commented 9 years ago

These features were added to the GUI without being implemented yet in the actual code. Axes controls have not been added until a decision is made as to whether to stay with matplotlib or move to pyqtgraph, which already has these features. The datafile script in nplab is what enables data saving to a common file. I need to look into using these features to see how to implement saving spectra.

rwb27 commented 9 years ago

Manual limits now work. Will need to check saving.

rwb27 commented 9 years ago

Saving also "works for me", I'll close the issue for now but reopen it if there's a problem.