gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 11abff6: Book: corrected typo in one of tutori


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 11abff6: Book: corrected typo in one of tutorial's loops
Date: Sun, 11 Apr 2021 13:59:56 -0400 (EDT)

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

    Book: corrected typo in one of tutorial's loops
    
    Until now, the last loop of the "NoiseChisel optimization for detection"
    section was missing a semi-colon and backslash. Therefore the command would
    crash when run on the command-line.
    
    With this commit the necessary '; \' has been added to the end of the line.
    
    This issue was found by Sepideh Eskandarlou.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 79964a2..0248e57 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -3098,7 +3098,7 @@ We are now ready to finally run NoiseChisel on the three 
filters and keep the ou
 $ rm *.fits
 $ mkdir nc
 $ for f in f105w f125w f160w; do \
-    astnoisechisel flat-ir/xdf-$f.fits --output=nc/xdf-$f.fits
+    astnoisechisel flat-ir/xdf-$f.fits --output=nc/xdf-$f.fits; \
   done
 @end example
 



reply via email to

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