gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master a09cc358 2/2: Book: corrected description of d


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master a09cc358 2/2: Book: corrected description of demo commands at start of ConvertType
Date: Sun, 21 Aug 2022 10:36:31 -0400 (EDT)

branch: master
commit a09cc358f3a364fb15e77b522e60ebcc45ee15a8
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: corrected description of demo commands at start of ConvertType
    
    Until now, the ConvertType demo command for inserting multiple files for
    each color channel at the start of the "Invoking ConvertType" section, was
    saying "three plain text" files. However, in the example, the third was
    actually a FITS file!
    
    With this commit, the description is edited to say that the third is
    actually a FITS file, showing that it is possible to merge different
    formats for each color channel.
    
    This issue was reported by Faezeh Bijarchian.
---
 doc/announce-acknowledge.txt | 1 +
 doc/gnuastro.texi            | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index e41c7228..d3654d97 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,6 +1,7 @@
 Alphabetically ordered list to acknowledge in the next release.
 
 Marjan Akbari
+Faezeh Bijarchian
 Sepideh Eskandarlou
 Teet Kuutma
 Richard Stallman
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 9a19d42b..afecb5cd 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -13278,7 +13278,8 @@ $ astconvertt image.fits --marks=marks.fits --output=pdf
 ## if its color):
 $ astconvertt image.jpg -oimage.fits
 
-## Use three plain text 2D arrays to create an RGB JPEG output:
+## Use three 2D arrays to create an RGB JPEG output (two are
+## plain-text, the third is FITS, but all have the same size).
 $ astconvertt f1.txt f2.txt f3.fits -o.jpg
 
 ## Use two images and one blank for an RGB EPS output:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]