gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 69a2e6ee 54/69: Book: correct some comments in


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 69a2e6ee 54/69: Book: correct some comments in the psf-create-select-stars
Date: Wed, 26 Jan 2022 12:39:15 -0500 (EST)

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

    Book: correct some comments in the psf-create-select-stars
    
    Until now, it was two different scenario for selecting the stars in
    'psf-create-select-stars' section, but the comment need to change, because
    the comment explanation did not complete and clear.
    
    Now, the comment about the two different scenario are explained clearly in
    'psf-create-select-stars' section.
---
 doc/gnuastro.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index d6163e13..0b70db5c 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -23601,8 +23601,8 @@ $ astscript-psf-create-select-stars [OPTION...] 
FITS-file
 Examples:
 
 @example
-## From input, image select the stars in the range of
-## magnitude between '7' and '9'.
+## From the Gaia select the stars in the range of magnitude
+## between '7' and '9', which overlap with input image.
 $ astscript-psf-create-select-stars image.fits --hdu=1 \
       --magnituderange=7,9 \
       --minaxisratio=0.9 \
@@ -23611,7 +23611,7 @@ $ astscript-psf-create-select-stars image.fits --hdu=1 \
       --output=catalog.fits
 
 ## Select the stars in the range of magnitude between
-## 7 and 9 magnitudes from starscatalog.fits
+## 7 and 9 magnitudes from the input catalog.
 $ astscript-psf-create-select-stars image.fits --hdu=1 \
     --catalog=starscatalog.fits \
     --magnituderange=7,9 \



reply via email to

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