gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 70fd567 1/2: Filename typo corrected in book


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 70fd567 1/2: Filename typo corrected in book
Date: Mon, 9 Jul 2018 19:58:11 -0400 (EDT)

branch: master
commit 70fd5673ea2f5b7c7d153da8251593702c8cda8b
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Filename typo corrected in book
    
    The file containing the reddest sources was inconsistently named `red.txt'
    and `reddest.txt' in different places. This is corrected with this commit.
    
    This bug was reported by Teymoor Saifollahi.
---
 doc/gnuastro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 5c11552..16d29c1 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -3472,10 +3472,10 @@ more than two magnitudes look like. We'll use the
 below, all lines with a color more than 1.5 will be put in @file{reddest.txt}
 
 @example
-$ awk '$5>1.5' cat/xdf-f105w-f160w_c.txt > red.txt
+$ awk '$5>1.5' cat/xdf-f105w-f160w_c.txt > reddest.txt
 @end example
 
-We can now feed @file{red.txt} into Gnuastro's crop to see what these
+We can now feed @file{reddest.txt} into Gnuastro's crop to see what these
 objects look like. To keep things clean, we'll make a directory called
 @file{crop-red} and ask Crop to save the crops in this directory. We'll
 also add a @file{-f160w.fits} suffix to the crops (to remind us which image
@@ -3484,7 +3484,7 @@ they came from).
 @example
 $ mkdir crop-red
 $ astcrop --mode=wcs --coordcol=3 --coordcol=4 flat-ir/xdf-f160w.fits \
-          --catalog=red.txt --width=15/3600,15/3600                   \
+          --catalog=reddest.txt --width=15/3600,15/3600               \
           --suffix=-f160w.fits --output=crop-red
 @end example
 



reply via email to

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