Difference between revisions of "Plotter"
(→Basic Log Plotter: added links to log page) |
|||
Line 1: | Line 1: | ||
== Basic Log Plotter == | == Basic [[Logs|Log]] Plotter == | ||
The <tt>plot</tt> program (in <tt>sw/logalizer/</tt>) is a facility to plot data recorded in a log. Main features: | The <tt>plot</tt> program (in <tt>sw/logalizer/</tt>) is a facility to plot data recorded in a [[Logs|log]]. Main features: | ||
* Multi-logs, multi-windows | * Multi-logs, multi-windows | ||
* Multi-curves, constant curves | * Multi-curves, constant curves | ||
Line 8: | Line 8: | ||
* PNG snapshot | * PNG snapshot | ||
* Export of the flight track as a [http://code.google.com/apis/kml/documentation/ KML] file for [http://earth.google.com Google Earth] | * Export of the flight track as a [http://code.google.com/apis/kml/documentation/ KML] file for [http://earth.google.com Google Earth] | ||
* Export synchronized values | * Export synchronized values as a CSV file | ||
===Try it=== | ===Try it=== |
Revision as of 16:39, 12 May 2012
Basic Log Plotter
The plot program (in sw/logalizer/) is a facility to plot data recorded in a log. Main features:
- Multi-logs, multi-windows
- Multi-curves, constant curves
- Auto and manual display scaling
- Value scaling
- PNG snapshot
- Export of the flight track as a KML file for Google Earth
- Export synchronized values as a CSV file
Try it
Launch the plotter with (or from the Paparazzi Center)
sw/logalizer/plot
from a shell. Open (CTRL-O) a log (from the var/logs directory). A menu for each aircraft is inserted in the menubar. Select a field from this menu to plot it.
The curve can be scaled by a factor and an offset (separated with a "+") can be added by entering a value in the "Scale next by" entry. For example the value "1.8+32" translates degrees Celcius into degrees Fahrenheit. For example, to compare the desired and the measured pitch attitude, select "theta" from the "ATTITUDE" message with a (default) scale of 1., then set 57.3 (to convert radians into degrees) in the scale box and select "pitch" field from the "DESIRED" message.
To zoom on the curve, unselect the "Auto Scale" checkbox and choose the appropriate time/Y min and max.
A curve can be deleted from the "Curves" menu.
Open another window from the File menu (CTRL-N): the log menu will be inserted into any new window.
Save a screenshot of the window as a PNG image from the File menu (CTRL-S).
Export a KML file from the log menu.
Export values in CSV format
From the log menu, the "Export CSV" entry allows to export synchronised values to raw text format (which then can be imported in any spreadsheet, scilab, ...). It opens a popup window where values from the messages to export are chosen. Timestamped lines of values (separarated with semicolons) are produced on a periodic basis (e.g. 0.25s) or synchronously with a chosen message (e.g. GPS). Exported values at time t are the values from the more recent messages (if available). The configuration (clicked values) is saved (in conf/%gconf.xml) and loaded as default.
Example of the export output:
Time;GPS:climb;GPS:speed;ATTITUDE:theta;ATTITUDE:phi 4.160;;;; 4.410;0;0;; 4.660;0;0;-30;-22 4.910;0;0;-30;-22 5.160;0;0;-22;-21 5.410;0;0;-22;-21