gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 322695c: Book: highlighted usage of comma for


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 322695c: Book: highlighted usage of comma for --range in asttable
Date: Sun, 19 Dec 2021 18:11:00 -0500 (EST)

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

    Book: highlighted usage of comma for --range in asttable
    
    Until now, in the description of Table's '--range' option there was no
    explanation that a comma (',') can also separate the values.
    
    With this commit, a sentence has been added to let users know that the
    '--range' option in Table, can separate the value with ':' (like
    '--range=magnitude,3:5') and with ',' (like this '--range=magnitude,3,5').
---
 doc/gnuastro.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index ae1d970..4a86974 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -1,4 +1,4 @@
-\input texinfo @c -*-texinfo-*-
+r\input texinfo @c -*-texinfo-*-
 
 @c ONE SENTENCE PER LINE
 @c ---------------------
@@ -11581,6 +11581,7 @@ But when piping to other Gnuastro programs (where 
metadata can be interpreted an
 Only output rows that have a value within the given range in the @code{STR} 
column (can be a name or counter).
 Note that the range is only inclusive in the lower-limit.
 For example with @code{--range=sn,5:20} the output's columns will only contain 
rows that have a value in the @code{sn} column (not case-sensitive) that is 
greater or equal to 5, and less than 20.
+Also you can use the comma for separating the values such as this 
@code{--range=sn,5,20}.
 For the precedence of this operation in relation to others, see @ref{Operation 
precedence in Table}.
 
 This option can be called multiple times (different ranges for different 
columns) in one run of the Table program.



reply via email to

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