[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master aa29d53: Book: typo correction in tutorial
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master aa29d53: Book: typo correction in tutorial |
Date: |
Fri, 31 Jul 2020 17:37:44 -0400 (EDT) |
branch: master
commit aa29d53d7ab46650109967987d2ddad4472a90cf
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: typo correction in tutorial
After the recent review of the latter half of the second tutorial, I had
forgot to correct the file name and column number. This has been corrected
with this commit.
This issue was reported by Samane Raji.
---
doc/gnuastro.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 34f3c7c..8781e1a 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -3327,7 +3327,7 @@ Note that since we are making a plain text table, we'll
define the necessary (fo
@example
$ echo "# Column 1: ID [name, str10] Object ID" > reddest.txt
-$ asttable cat/f105w-f160w.fits --range=COLOR_F105W_F160W,1.5,inf \
+$ asttable cat/mags-with-color.fits --range=F105W-F160W,1.5,inf \
| awk '@{printf("%d_%-10d %f %f\n", $1, $2, $3, $4)@}' \
>> reddest.txt
@end example
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master aa29d53: Book: typo correction in tutorial,
Mohammad Akhlaghi <=