gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master b82adcfc 46/69: Book: some essential option wa


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master b82adcfc 46/69: Book: some essential option was add to astscript-psf-select-stars section
Date: Wed, 26 Jan 2022 12:39:14 -0500 (EST)

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

    Book: some essential option was add to astscript-psf-select-stars section
    
    Until now, for selecting the stars in the range of magnitude use two
    different option and there was no option for the name of the columns.
    
    With this commit, the '--min' and '--max' options are removed and instead of
    them the '--magnituderange' has been added and explained about it. The
    '--racolumn', '--deccolumn', '--parallaxanderrorcolumn' are for names of the
    columns.
---
 doc/gnuastro.texi | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 97a4445a..2b6b5507 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -23643,15 +23643,25 @@ The value of this option is @option{gaia 
--dataset=edr3} by default.
 Name of the column for the brightness of the objects.
 By default, the value of this option is @option{phot_g_mean_mag} (that 
corresponds to the name of the magnitude in the Gaia catalog).
 
-@item -m FLT
-@itemx --min=FLT
-Minimum value of the magnitude of the stars to be considered.
-The value of this option is 19 by default.
-
-@item -M FLT
-@itemx --max=FLT
-Maximum value of the magnitude of the stars to be considered.
-The value of this option is 20 by default.
+@item -m INT[,INT[,...]]
+@itemx --magnituderange=INT[,INT[,...]]
+This option is one of the essential parameter for selecting the stars.
+This option give two values, which based on that the minimum and maximum 
values magnitude of stars are determined.
+
+@item -r STR
+@itemx --racolumn=STR
+With this option the name of the rightascension column are determined.
+If the user does not determine this option the, by default the 'ra' considered 
for rightascension column.
+
+@item -d STR
+@itemx --deccolumn=STR
+Such as above option this option determined the declination column.
+And if the user does not provide this option the 'dec' value will be 
considered.
+
+@item -p STR[,STR[,...]]
+@itemx --parallaxanderrorcolumn=STR[,STR[,...]]
+With this option the user can provide the parallax and parallax error columns 
name.
+If the user does not provide thi soption, the script does not provide stars 
with good parallax.
 
 @item -a FLT
 @itemx --matchaperturedeg=FLT



reply via email to

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