gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master f835c2e: Book: corrected typos in Arithmetic s


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master f835c2e: Book: corrected typos in Arithmetic stacking operators examples
Date: Mon, 22 Nov 2021 20:55:31 -0500 (EST)

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

    Book: corrected typos in Arithmetic stacking operators examples
    
    Until now, several of the examples of the stacking operators in Arithmetic
    were incorrectly named (for example the example of 'max' was using 'min'!).
    
    With this commit, they have been corrected.
---
 doc/gnuastro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 48e7279..df43731 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -13282,7 +13282,7 @@ Each pixel of the output of the @code{min} operator 
will be given the minimum va
 For example the following command will produce an image with the same size and 
type as the three inputs, but each output pixel value will be the minimum of 
the same pixel's values in all three input images.
 
 @example
-$ astarithmetic a.fits b.fits c.fits 3 min
+$ astarithmetic a.fits b.fits c.fits 3 min --output=min.fits
 @end example
 
 Important notes:
@@ -13307,7 +13307,7 @@ The output will have the same type as the input.
 This operator is called similar to the @command{min} operator, please see 
there for more.
 For example
 @example
-$ astarithmetic a.fits b.fits c.fits 3 min -omax.fits
+$ astarithmetic a.fits b.fits c.fits 3 max -omax.fits
 @end example
 
 
@@ -13357,7 +13357,7 @@ The output will have the a single-precision (32-bit) 
floating point type.
 This operator is called similar to the @command{min} operator, please see 
there for more.
 For example
 @example
-$ astarithmetic a.fits b.fits c.fits 3 mean \
+$ astarithmetic a.fits b.fits c.fits 3 median \
                 --output=stack-median.fits
 @end example
 



reply via email to

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