ice
ice copied to clipboard
Code for the ISEE-3 Reboot Mission
Hi, I follow your installation instructions to install Python dependencies. tlm_graph.py throws exception: ``` [ray@rezel tlm]$ ./tlm_graph.py localhost accelerometer,duration=1000 28v_bus shunt_dump_current fss_angle_a Traceback (most recent call last): File "./tlm_graph.py", line...
This doesn't currently use the 'list' query, although it should eventually. If you don't want to merge that, just remove list.js as well.
Move the data dereference into the two actions which need it so we don't throw in the list method which doesn't. This isn't ideal; we use the same template as...
When I connect to the json server when tlm.py is using file input, all the element updates have the same value for the 'time' attribute. This doesn't happen with the...
Using tabs for indentation is a reasonable choice for python, but not for bracket languages. As such my editor is incapable of correct indentation without a modeline to enforce local...