1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Opening Files
-------------
Files can be opened via
* the main menu ``File -> Open...``
* the toolbar icon |Open Icon| (Open)
* the operating system standard shortcut for opening (on most platforms it's Ctrl+O)
* starting SigViewer with the filename as commandline parameter (e.g. ``sigviewer my_file.gdf``)
* dragging and dropping a file into the SigViewer window
After a file is opened, a dialog is shown which allows selecting the
channels that should be displayed.
.. figure:: open-dialog.png
:alt: Open File Dialog
This dialog is shown when a file is opened.
The chapter :ref:`supported-file-formats` gives an overview of supported file formats.
Initial Downsampling
^^^^^^^^^^^^^^^^^^^^
Will be available in the next release 0.4.3.
|