gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 76bc49b 1/2: Corrected bug in measuring colors


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 76bc49b 1/2: Corrected bug in measuring colors in tutorial
Date: Tue, 10 Jul 2018 18:26:43 -0400 (EDT)

branch: master
commit 76bc49bd29622943e00d9905738078a618e333e3
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Corrected bug in measuring colors in tutorial
    
    In the new system of using the Match program for finding colors, we had
    forgot to set a color criterion to pull out the reddest objects. The
    condition has been added.
    
    This bug was found and reported by Geoffry Krouchi.
---
 THANKS                       | 1 +
 doc/announce-acknowledge.txt | 1 +
 doc/gnuastro.texi            | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/THANKS b/THANKS
index d68b927..695d37d 100644
--- a/THANKS
+++ b/THANKS
@@ -35,6 +35,7 @@ support in Gnuastro. The list is ordered alphabetically (by 
family name).
     Raúl Infante Sainz                   address@hidden
     Brandon Invergo                      address@hidden
     Aurélien Jarno                       address@hidden
+    Geoffry Krouchi                      address@hidden
     Lee Kelvin                           address@hidden
     Brandon Kelly                        address@hidden
     Mohammad-Reza Khellat                address@hidden
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 9999966..854acc7 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -4,6 +4,7 @@ Valentina Abril-melgarejo
 Leindert Boogaard
 Nushkia Chamba
 Takashi Ichikawa
+Geoffry Krouchi
 Alan Lefor
 Dmitrii Oparin
 Teymoor Saifollahi
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index f4cfc1a..7a92f8f 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -3599,8 +3599,8 @@ more than 1.5 will be put in @file{reddest.txt}
 @example
 $ asttable cat/xdf-f160w-f105w.fits                                \
            -cMAG_F160W,MAG_F105W,SN_F105W,RA,DEC                   \
-           | awk '$1!="nan" && $2!="nan" && $3>7 @{print $4,address@hidden'    
\
-           > reddest.txt
+           | awk '$1!="nan" && $2!="nan" && $2-$1>1.5 && $3>7      \
+                  @{print $4,address@hidden' > reddest.txt
 @end example
 
 We can now feed @file{reddest.txt} into Gnuastro's crop to see what these



reply via email to

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