gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 539d1f3: Book: corrected typo in the dilate op


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 539d1f3: Book: corrected typo in the dilate operator of Arithmetic
Date: Tue, 9 Mar 2021 08:48:13 -0500 (EST)

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

    Book: corrected typo in the dilate operator of Arithmetic
    
    Until now, the example command for the dilate operator mistakenly used
    'erode'! With this commit, we properly use 'dilate'.
    
    This was found with the help of Juan Miro <miro.juan@gmail.com>
---
 THANKS                       | 1 +
 doc/announce-acknowledge.txt | 1 +
 doc/gnuastro.texi            | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/THANKS b/THANKS
index 876200e..737bc20 100644
--- a/THANKS
+++ b/THANKS
@@ -65,6 +65,7 @@ support in Gnuastro. The list is ordered alphabetically (by 
family name).
     Alberto Madrigal                     brt.madrigal@gmail.com
     Guillaume Mahler                     guillaume.mahler@univ-lyon1.fr
     Joseph Mazzarella                    mazz@ipac.caltech.edu
+    Juan Miro                            miro.juan@gmail.com
     Alireza Molaeinezhad                 amolaei@gmail.com
     Javier Moldon                        jmoldon@iaa.es
     Juan Molina Tobar                    juan.a.molina.t@gmail.com
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 8ff3cba..42c395e 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -3,6 +3,7 @@ Alphabetically ordered list to acknowledge in the next release.
 Mark Calabretta
 Raul Infante-Sainz
 Alberto Madrigal
+Juan Miro
 Sylvain Mottet
 Francois Ochsenbein
 Samane Raji
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 8a86e72..4122f32 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -12124,7 +12124,7 @@ In effect, this expands the outer borders of the 
foreground.
 This operator assumes a binary dataset (all pixels are @code{0} and @code{1}).
 The usage is similar to @code{erode}, for example:
 @example
-$ astarithmetic binary.fits 2 erode -oout.fits
+$ astarithmetic binary.fits 2 dilate -oout.fits
 @end example
 
 @item connected-components



reply via email to

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