[labplot] doc: mention FITS support in handbook

Stefan Gerlach stefan.gerlach at uni-konstanz.de
Mon Sep 12 19:53:20 UTC 2016


Git commit ebedff0a36b224d22decde0803c75ea8c06b00e9 by Stefan Gerlach.
Committed on 12/09/2016 at 19:53.
Pushed by sgerlach into branch 'master'.

mention FITS support in handbook

M  +17   -4    doc/index.docbook

http://commits.kde.org/labplot/ebedff0a36b224d22decde0803c75ea8c06b00e9

diff --git a/doc/index.docbook b/doc/index.docbook
index 70749e5..5f598a8 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -437,8 +437,13 @@ The supported data formats are
 <listitem><para>Image</para></listitem>
 <listitem><para>NetCDF</para></listitem>
 <listitem><para>HDF5</para></listitem>
+<listitem><para>FITS</para></listitem>
 </itemizedlist>
-Preview of all supported file types is available in the import dialog. For data formats with complex internal structures like NetCDF and HDF5, the content of the file is presented in a tree view that allows comfortable navigation through the file.
+Preview of all supported file types is available in the import dialog.
+For data formats with complex internal structures (like NetCDF, HDF5 and FITS),
+the content of the file is presented in a tree view that allows comfortable navigation
+through the file. A versatile dialog to edit the headers (keywords) of a FITS file is also
+provided.
 </para>
 
 <para>
@@ -471,10 +476,15 @@ The start and end row to read can be customized using the <guilabel>Data portion
 <sect1 id="exportdialog">
 <title>Export Dialog</title>
 <para>
-	A worksheet can be exported to several graphics format (vector and raster). The export is done via the export dialog reachable via the <guibutton>Export</guibutton> in the main toolbar or <menuchoice><guimenu>File</guimenu><guimenuitem>Export</guimenuitem></menuchoice> in the main menu.
+	A worksheet can be exported to several graphics format (vector and raster).
+	The export is done via the export dialog reachable via the
+	<guibutton>Export</guibutton> in the main toolbar or
+	<menuchoice><guimenu>File</guimenu><guimenuitem>Export</guimenuitem></menuchoice>
+	in the main menu.
 </para>
 <para>
-	Besides the graphics format, the user can specify which part of the worksheet has to be exported and whether the background has to be exported or not.
+	Besides the graphics format, the user can specify which part of the worksheet
+	has to be exported and whether the background has to be exported or not.
 	Also, for raster graphics the image resolution can be provided.
 </para>
 <para>
@@ -483,7 +493,10 @@ The start and end row to read can be customized using the <guilabel>Data portion
 </imageobject></mediaobject></screenshot>
 </para>
 <para>
-	The content of a spreadsheet can be exported to an external text file. In the export dialog for spreadsheets the user can specify the character separating values of different columns. Optionally, the header of the spreadsheet (names of the columns in the spreadsheet) can be exported.
+	The content of a spreadsheet can be exported to an external text or FITS file.
+	In the export dialog for spreadsheets the user can specify the character
+	separating values of different columns. Optionally, the header of the spreadsheet
+	(names of the columns in the spreadsheet) can be exported.
 </para>
 <para>
 <screenshot><mediaobject><imageobject>


More information about the kde-doc-english mailing list