LabPy / lantz

Lantz is an automation and instrumentation toolkit with a clean, well-designed and consistent interface. It provides a core of commonly used functionalities for building applications that communicate with scientific instruments allowing rapid application prototyping, development and testing. Lantz benefits from Python’s extensive library flexibility as a glue language to wrap existing drivers and DLLs.
http://lantz.readthedocs.org/
Other
135 stars 65 forks source link

Add ventus, T7 and Prior's NanoScanZ drivers and bug fixes #70

Open fedebarabas opened 8 years ago

vascotenner commented 8 years ago

Why did you remove the degC from ccd.py?

fedebarabas commented 8 years ago

Ever since the last pint update, I couldn't fix the warnings when dealing with variables in degC units. I even used .magnitude method everywhere and I couldn't solve the issue. Are you using degC units in this camera sensor temperature?

On Wed, Jun 22, 2016 at 4:31 AM, Vasco Tenner notifications@github.com wrote:

Why did you remove the degC from ccd.py?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LabPy/lantz/pull/70#issuecomment-227665224, or mute the thread https://github.com/notifications/unsubscribe/ABwels_VFlRYUnUd0HIIDa6nV4pvBHmrks5qOOS8gaJpZM4I697F .

vascotenner commented 8 years ago

I am just curious.

I implemented units in several lantz drivers, but I never really used them. (besides of seeing many warnings).