Git commit 6d25012f9b85637eddedc4066834e18e36ba9d33 by Jasem Mutlaq. Committed on 20/08/2015 at 07:35. Pushed by mutlaqja into branch 'master'.
Handbook update for credits and fitsviewer M +30 -8 doc/credits.docbook M +- -- doc/fitsarea.png M +3 -5 doc/fitsviewer.docbook http://commits.kde.org/kstars/6d25012f9b85637eddedc4066834e18e36ba9d33 diff --git a/doc/credits.docbook b/doc/credits.docbook index b8e8e61..31141a2 100644 --- a/doc/credits.docbook +++ b/doc/credits.docbook @@ -3,7 +3,7 @@ <para>&kstars;</para> <para> -Program copyright 2001-2009 The &kstars; Team <email>[email protected]</email> +Program copyright 2001-2015 The &kstars; Team <email>[email protected]</email> </para> <para> @@ -11,17 +11,39 @@ The &kstars; Team: <itemizedlist> <listitem><para>Jason Harris <email>[email protected]</email></para> </listitem> -<listitem><para>Jasem Mutlaq <email>[email protected]</email></para> +<listitem><para>Jasem Mutlaq<email>[email protected]</email></para> </listitem> -<listitem><para>Pablo de Vicente <email>[email protected]</email></para> +<listitem><para>Pablo de Vicente<email>[email protected]</email></para> </listitem> -<listitem><para>Heiko Evermann <email>[email protected]</email></para> +<listitem><para>Heiko Evermann<email>[email protected]</email></para> </listitem> -<listitem><para>Thomas Kabelmann <email>[email protected]</email></para> +<listitem><para>Thomas Kabelmann<email>[email protected]</email></para> </listitem> -<listitem><para>Mark Hollomon <email>[email protected]</email></para> +<listitem><para>Mark Hollomon<email>[email protected]</email></para> </listitem> -<listitem><para>Carsten Niehaus <email>[email protected]</email></para> +<listitem><para>Carsten Niehaus<email>[email protected]</email></para> +</listitem> +<listitem><para>James Bowlin<email>[email protected]</email></para> +</listitem> +<listitem><para>Alexey Khudyakov<email>[email protected]</email></para> +</listitem> +<listitem><para>Mederic Boquien<email>[email protected]</email></para> +</listitem> +<listitem><para>Akarsh Simha<email>[email protected]</email></para> +</listitem> +<listitem><para>Jerome Sonrier<email>[email protected]</email></para> +</listitem> +<listitem><para>Prakash Mohan<email>[email protected]</email></para> +</listitem> +<listitem><para>Victor Carbune<email>[email protected]</email></para> +</listitem> +<listitem><para>Henry de Valence<email>[email protected]</email></para> +</listitem> +<listitem><para>Samikshan Bairagya<email>[email protected]</email></para> +</listitem> +<listitem><para>Rafal Kulaga<email>[email protected]</email></para> +</listitem> +<listitem><para>Rishab Arora<email>[email protected]</email></para> </listitem> </itemizedlist> </para> @@ -64,7 +86,7 @@ submitted bug reports and other feedback. Thank you, everyone. </para> <para> -Documentation copyright 2001-2003 Jason Harris and the KStars Team +Documentation copyright 2001-2015 Jason Harris and the KStars Team <email>[email protected]</email> </para> diff --git a/doc/fitsarea.png b/doc/fitsarea.png index f7ab11c..69196d1 100644 Binary files a/doc/fitsarea.png and b/doc/fitsarea.png differ diff --git a/doc/fitsviewer.docbook b/doc/fitsviewer.docbook index c871763..0c3e0d6 100644 --- a/doc/fitsviewer.docbook +++ b/doc/fitsviewer.docbook @@ -12,11 +12,13 @@ <para>FITS Viewer features:</para> <itemizedlist> <listitem><para>Support for 8, 16, 32, IEEE -32, and IEEE -64 bits formats.</para></listitem> + <listitem><para>Support Color FITS images (3D Cubes) and Bayered FITS images.</para></listitem> <listitem><para>Histogram with linear, logarithmic, and square-root scales.</para></listitem> <listitem><para>Brightness/Contrast controls.</para></listitem> <listitem><para>Pan and Zoom.</para></listitem> <listitem><para>Auto levels.</para></listitem> <listitem><para>Statistics.</para></listitem> + <listitem><para>Detection and highlight of stars.</para></listitem> <listitem><para>FITS header query.</para></listitem> <listitem><para>Undo/Redo.</para></listitem> </itemizedlist> @@ -36,15 +38,11 @@ <para>The above diagram illustrates the FITS Viewer work area and window. The tool provides basic functions for image display. FITS data depth is preserved throughout all processing, open, and save functions. While the tool adhere to the FITS standard, it does not support all possible FITS features:</para> <itemizedlist> <listitem><para>Support for only <emphasis>one</emphasis> image per file.</para></listitem> - <listitem><para>Support for only 2D data. 1D and 3D data are discarded.</para></listitem> - <listitem><para>No support for WCS (World Coordinate System).</para></listitem> + <listitem><para>Support for only 2D and 3D data. 1D data are discarded.</para></listitem> </itemizedlist> <para>The following is a brief description of the tool's functional units:</para> <itemizedlist> - <!-- not in 4.10 - <listitem><para>Brightness/Contrast: Adjusts brightness and contrast. The function can be CPU and memory intensive for very large FITS.</para></listitem> - --> <listitem><para>Histogram: Displays one-channel FITS histogram. The user can rescale the image by optionally defining an upper and lower limit for the cutoff region. The rescaling operation (linear, logarithmic, or square-root) may then be applied to the region enclosed by the upper and lower limits.</para></listitem> <listitem><para>Statistics: Provides simple statistics for minimum and maximum pixel values and their respective locations. FITS depth, dimension, mean, and standard deviation.</para></listitem> <listitem><para>FITS header: Displays FITS header information.</para></listitem> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
