gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 3d30ac49: Book: fixed wrong format for --force


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 3d30ac49: Book: fixed wrong format for --forcemin and --forcemax in ConvertType
Date: Fri, 27 May 2022 18:31:39 -0400 (EDT)

branch: master
commit 3d30ac499269464f8842c6a4191aa063267cc5ed
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: fixed wrong format for --forcemin and --forcemax in ConvertType
    
    Until now, in the book's description of "Invoking astconvertt", these two
    options had an "INT" as their input value format. However, these two
    options don't take values, they are just on-off options.
    
    With this commit, the wrongly added "INT"s have been removed from the
    description of these two options.
    
    This issue was found with the help of Sepideh Eskandarlou.
---
 doc/gnuastro.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index d329be68..1200a5e8 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -12670,8 +12670,8 @@ With this option you can change (decrease) the maximum 
value.
 By doing so you will decrease the dynamic range.
 It can be useful if you plan to use those values for other purposes.
 
-@item -A INT
-@itemx --forcemin=INT
+@item -A
+@itemx --forcemin
 Enforce the value of @option{--fluxlow} (when its given), even if its smaller 
than the minimum of the dataset and the output is format supporting color.
 This is particularly useful when you are converting a number of images to a 
common image format like JPEG or PDF with a single command and want them all to 
have the same range of colors, independent of the contents of the dataset.
 Note that if the minimum value is smaller than @option{--fluxlow}, then this 
option is redundant.
@@ -12683,8 +12683,8 @@ By default, when the dataset only has two values, 
@emph{and} the output format i
 This can greatly help reduce the file size.
 However, when @option{--fluxlow} or @option{--fluxhigh} are called, this 
optimization is disabled: even though there are only two values (is binary), 
the difference between them does not correspond to the full contrast of black 
and white.
 
-@item -B INT
-@itemx --forcemax=INT
+@item -B
+@itemx --forcemax
 Similar to @option{--forcemin}, but for the maximum.
 
 



reply via email to

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