James Gao

Results 10 issues of James Gao

Probably directly integrate with OpenID or google login via Tornado's authentication system: http://tornado.readthedocs.org/en/latest/guide/security.html

Eventually, I'd like this control software to be able to control multiple heating zones, similar to larger industrial systems. Ideally, the temperature graph will display multiple lines for different zones....

enhancement

Implement Ziegler-Nichols PID autotuning. Also add as a State to reflect UI settings.

Plan out a way to statically store temperature logs regardless of manual vs. automatic runs. Probably put some logic directly into the states._ignite function that tells thermo.Monitor to store /...

Planning to implement this as a thread inside of the Regulator object. This means that whenever the regulator is active, there will be a sensor object monitoring it.

on brand new installs of glrework-merged, svg problems prevent loading the demo file

ROI membership is currently determined by rendering the SVG, and masking the points. This is potentially lossy, as different rendering engines or even different rendered sizes may cause divergent vertex...

bug
enhancement

An oft-requested feature is to create the fancy and colorful RGB flatmaps automatically. Generally, this is only an option for 3 gaussian-distributed variables, like PCA maps, IE Alex's paper. What...

enhancement

Now that threejs has support for custom attributes in buffergeometry (http://threejs.org/examples/webgl_buffergeometry_custom_attributes_particles.html), we no longer need the ridiculous hacked up version I made. Considering that I've been getting some three.js errors...

Javascript