From d823eaf914e0ee7df4c713633a467bc13c02b5b4 Mon Sep 17 00:00:00 2001 From: Arnaud Gardelein Date: Sun, 7 Mar 2010 22:43:10 +0100 Subject: [PATCH] readme: info on cursors activation and minor corrections --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 17adcfd..51c0bc6 100644 --- a/README +++ b/README @@ -14,9 +14,9 @@ Features highlight: * D-Bus support: update recursively signals * Run netlister and simulator -There are two applications: - * oscopy_app.py: command-line interface (CLI) - * oscopy_ui.py: graphical user interface (GUI) fully integrating the CLI. +There are two interfaces: + * Command-line interface (CLI): oscopy_app.py + * Graphical user interface (GUI) fully integrating the CLI: oscopy_ui.py Scripting is supported in both application, although in the GUI some commands are disabled since plots are displayed dynamically. Support for mathematic with signals is implemented. Supported functions: @@ -25,6 +25,8 @@ Support for (i)fft: fft(v1) + fft(v2) is possible, but please avoid things like First order diff is supported: diff(v1) or diff(v1, 1) Access to X axis data is provided through Time and Freq, e.g. sin(Time(vsqu)*1e6) +In each plot window, horizontal and vertical cursors can be toggled by using keys '1', '2', '3' and '4'. + GETTING THE SOURCE ------------------ The source can be downloaded from repo.cz: @@ -43,6 +45,7 @@ Dependencies: * python * python-numpy * python-matplotlib + If you want to use the dbus capabilities: * python-dbus * glib -- 2.11.4.GIT