Giter VIP home page Giter VIP logo

pixelpulse's People

Contributors

itdaniher avatar kevinmehall avatar meeg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pixelpulse's Issues

document additional commands

server.device.controlTransfer(0xC0, 0x0E, 49, 0, 0, function(x){console.log(x)});

pixelpulse.channelviews[1].streamViews[1].lg.yaxis.window(0, 100); pixelpulse.timeseries.redrawAll(true);

Error (list.remove(x): x not in list)

I downloaded all libraries for using this application, but now I have this error when I execute one of the files. How can I solve this problem?

(I'm using Ubuntu linux 11.10 with chromium)

Server running at http://127.0.0.1:8888
WARNING:root:404 GET /favicon.ico (127.0.0.1) 0.46ms
ERROR:root:Uncaught exception, closing connection.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 204, in on_connection_close
self.on_close()
File "/var/www/pixelpulse/pixelpulse.py", line 133, in on_close
self.server._onDisconnect(self)
File "/var/www/pixelpulse/pixelpulse.py", line 140, in _onDisconnect
self.clients.remove(client)
ValueError: list.remove(x): x not in list
ERROR:root:Uncaught exception, closing connection.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/httpserver.py", line 353, in _on_headers
self.request_callback(self._request)
File "/usr/lib/python2.7/dist-packages/tornado/web.py", line 1204, in call
handler._execute(transforms, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 82, in _execute
self._abort()
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 175, in _abort
self.stream.close()
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 180, in close
self._run_callback(self._close_callback)
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 204, in on_connection_close
self.on_close()
File "/var/www/pixelpulse/pixelpulse.py", line 133, in on_close
self.server._onDisconnect(self)
File "/var/www/pixelpulse/pixelpulse.py", line 140, in _onDisconnect
self.clients.remove(client)
ValueError: list.remove(x): x not in list
ERROR:root:Uncaught exception, closing connection.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 199, in _handle_events
self._handle_read()
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 258, in _handle_read
if self._read_from_buffer():
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 325, in _read_from_buffer
self._consume(loc + delimiter_len))
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/httpserver.py", line 353, in _on_headers
self.request_callback(self._request)
File "/usr/lib/python2.7/dist-packages/tornado/web.py", line 1204, in call
handler._execute(transforms, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 82, in _execute
self._abort()
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 175, in _abort
self.stream.close()
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 180, in close
self._run_callback(self._close_callback)
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 204, in on_connection_close
self.on_close()
File "/var/www/pixelpulse/pixelpulse.py", line 133, in on_close
self.server._onDisconnect(self)
File "/var/www/pixelpulse/pixelpulse.py", line 140, in _onDisconnect
self.clients.remove(client)
ValueError: list.remove(x): x not in list
ERROR:root:Exception in I/O handler for fd 12
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/tornado/ioloop.py", line 269, in start
self._handlers[fd](fd, events)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 199, in _handle_events
self._handle_read()
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 258, in _handle_read
if self._read_from_buffer():
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 325, in _read_from_buffer
self._consume(loc + delimiter_len))
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/httpserver.py", line 353, in _on_headers
self.request_callback(self._request)
File "/usr/lib/python2.7/dist-packages/tornado/web.py", line 1204, in call
handler._execute(transforms, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 82, in _execute
self._abort()
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 175, in _abort
self.stream.close()
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 180, in close
self._run_callback(self._close_callback)
File "/usr/lib/python2.7/dist-packages/tornado/iostream.py", line 230, in _run_callback
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 173, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/websocket.py", line 204, in on_connection_close
self.on_close()
File "/var/www/pixelpulse/pixelpulse.py", line 133, in on_close
self.server._onDisconnect(self)
File "/var/www/pixelpulse/pixelpulse.py", line 140, in _onDisconnect
self.clients.remove(client)
ValueError: list.remove(x): x not in list

bode plot app input signal isn't normalized for zero DC

the analysis of systems with a limited integrated range requires input signals to have a net zero DC offset. the default test signal doesn't appear to have such, and also does not have an adjustable frequency for measuring systems with very long step responses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.