summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Wed, 18 Apr 2012 17:22:58 +0000 (13:22 -0400)]
Change my email address from drexel.edu to tremily.us.
W. Trevor King [Mon, 26 Mar 2012 16:43:58 +0000 (12:43 -0400)]
Raise a more useful error message if the Melcor controller is not connected.
W. Trevor King [Wed, 21 Mar 2012 16:52:07 +0000 (12:52 -0400)]
Add trailing slash to Gentoo overlay link in README.
W. Trevor King [Thu, 23 Feb 2012 03:17:17 +0000 (22:17 -0500)]
Oops, add trailing slash to homepage URL in setup.py.
W. Trevor King [Wed, 22 Feb 2012 18:37:19 +0000 (13:37 -0500)]
Update URLs from einstein to tremily.
W. Trevor King [Mon, 23 Jan 2012 19:16:26 +0000 (14:16 -0500)]
Also fix decimal handling for Melcor floats based on DECIMAL_1 during writes.
This should have gone in with the last commit.
W. Trevor King [Mon, 23 Jan 2012 19:06:31 +0000 (14:06 -0500)]
Fix decimal handling for Melcor floats based on DECIMAL_1.
The previous (buggy) implementation was confusing register.decimal and
MelcorBackend._decimal, leading to
UnboundLocalError: local variable 'decimal' referenced before assignment
W. Trevor King [Fri, 16 Dec 2011 21:36:27 +0000 (16:36 -0500)]
Fix Backend.get_ambient_mv -> get_ambient_pv typo.
W. Trevor King [Wed, 27 Jul 2011 16:08:43 +0000 (12:08 -0400)]
Also catch RuntimeError when importing pyplot in pid_response.py.
In case matplotlib is installed, but poorly configured for your
current situation. For example, if you've SSHed into a host without
tunneling X, you can see:
$ python -c 'import matplotlib.pyplot'
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57:
GtkWarning: could not open display
...
RuntimeError: could not create GdkCursor object
W. Trevor King [Wed, 27 Jul 2011 15:50:19 +0000 (11:50 -0400)]
Cleanup README reStructuredText.
W. Trevor King [Wed, 27 Jul 2011 14:56:17 +0000 (10:56 -0400)]
Copy fit.py from Hooke to remove dependency, and generalize temp -> PV, etc.
W. Trevor King [Wed, 27 Jul 2011 07:56:35 +0000 (03:56 -0400)]
Rename from tempcontrol to pypid (now that I'm moving to a more general framework).
W. Trevor King [Wed, 27 Jul 2011 07:47:11 +0000 (03:47 -0400)]
Rewrite with a more modular structure.
W. Trevor King [Wed, 24 Mar 2010 19:16:23 +0000 (15:16 -0400)]
Removed ineffectual logging code, bumped to v0.2
W. Trevor King [Wed, 24 Mar 2010 19:06:59 +0000 (15:06 -0400)]
Added a preliminary Makefile
W. Trevor King [Fri, 24 Oct 2008 11:37:17 +0000 (07:37 -0400)]
Added manual/pid control switch, ZN tuning, better prop-band calcs, ...
Added checks to verify my understanding of the internal feedback parameters.
Added Zieger-Nichols step response test for tuning feedback parameters.
Fixed some uint->float conversions.
W. Trevor King [Fri, 24 Oct 2008 11:35:22 +0000 (07:35 -0400)]
Added strip-charting to temperature.py.
Also fixed some minor typos.
W. Trevor King [Fri, 24 Oct 2008 11:31:43 +0000 (07:31 -0400)]
Began versioning.