gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 33ef86b3: psf-select-stars: more clear summari


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 33ef86b3: psf-select-stars: more clear summarizing message
Date: Tue, 14 Jun 2022 12:55:02 -0400 (EDT)

branch: master
commit 33ef86b368872c2cbcacdd73350b5c2d20b3342b
Author: Sepideh Eskandarlou <sepideh.eskandarlou@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    psf-select-stars: more clear summarizing message
    
    Until now, the progress message which had been printed in the command line
    at the end of the 'psf-select-stars' was not clear and confusing: it said
    "Number of stars downloaded from gaia"; but the reported number was much
    less than number of stars input catlaog (which could have been downloaded
    from Gaia). The reported nuber was actually the number of stars in wider
    magnitude range!
    
    With this commit, the progress message has been changed to "Number of stars
    in wider mag-range", which is clear and describes that number of stars are
    in wider magnitude.
---
 bin/script/psf-select-stars.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/script/psf-select-stars.in b/bin/script/psf-select-stars.in
index b7cc1e15..2da371db 100644
--- a/bin/script/psf-select-stars.in
+++ b/bin/script/psf-select-stars.in
@@ -772,12 +772,12 @@ if [ x"$quiet" = x ]; then
    stats_nstars_total=$(asttable $catalog_main | wc -l)
    stats_nstars_noneighbors=$(asttable $output | wc -l)
    stats_nstars_goodparallax=$(asttable $goodparallax | wc -l)
-   echo "Number of downloaded stars from gaia: $stats_nstars_total"
-   echo "Number of stars with good parallax  : $stats_nstars_goodparallax"
-   echo "Number of stars with no neighbors   : $stats_nstars_noneighbors"
+   echo "Number of stars in wider mag-range: $stats_nstars_total"
+   echo "Number of stars with good parallax: $stats_nstars_goodparallax"
+   echo "Number of stars with no neighbors:  $stats_nstars_noneighbors"
    if [ ! -$segmented ]; then
       stats_nstars_matched=$(asttable $qmatch)
-      echo "Number of clumps matched stars      : $stats_nstars_matched"
+      echo "Number of clumps matched stars: $stats_nstars_matched"
    fi
 fi
 



reply via email to

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