gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 0e624173: Book: removed repeated paragraph in


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 0e624173: Book: removed repeated paragraph in Invoking NoiseChisel section
Date: Wed, 14 Feb 2024 09:29:43 -0500 (EST)

branch: master
commit 0e6241734c1a7c524c064b6b4d250a0f5be2b275
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: removed repeated paragraph in Invoking NoiseChisel section
    
    Until now, the ending of the Invoking NoiseChisel section in the book was
    repeated in two paragraphs (and one of them was from the time that
    NoiseChisel and Segment were not yet separated).
    
    With this commit the repeated old paragraph has been removed. Also, an
    extra "here1" that was printed with 'astscript-color-faint-gray' has been
    removed.
    
    The problem in the book was reported by Hamed Altafi.
---
 bin/script/color-faint-gray.sh |  1 -
 doc/announce-acknowledge.txt   |  1 +
 doc/gnuastro.texi              | 10 ++--------
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/bin/script/color-faint-gray.sh b/bin/script/color-faint-gray.sh
index 3fe7b1a8..ad1d1f80 100644
--- a/bin/script/color-faint-gray.sh
+++ b/bin/script/color-faint-gray.sh
@@ -990,7 +990,6 @@ else
     #   function is specified. E.g., log, sqrt, asinh, etc.)
     grayscale=""
     i_gray_colormasked="$tmpdir/gray_colormasked.fits"
-    echo here1
     astarithmetic $i_back_convolved -h1          set-values \
                   $total_mask -h$rhdu 2 uint8 eq set-mask \
                   values mask nan where $grayscale set-masked \
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 8742c476..2deecce4 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,5 +1,6 @@
 Alphabetically ordered list to acknowledge in the next release.
 
+Hamed Altafi
 Jesús Vega
 Juan Castillo Ramírez
 Phil Wyett
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 55765d99..60707fed 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -27972,14 +27972,8 @@ For example:
 $ astnoisechisel-3d --numchannels=3,3,1 cube.fits
 @end example
 
-In the sections below, NoiseChisel's options are classified into three general 
classes to help in easy navigation.
-@ref{NoiseChisel input} mainly discusses the options relating to input and 
those that are shared in both detection and segmentation.
-Options to configure the detection are described in @ref{Detection options} 
and @ref{Segmentation options} we discuss how you can fine-tune the 
segmentation of the detections.
-Finally, in @ref{NoiseChisel output} the format of NoiseChisel's output is 
discussed.
-The order of options here follow the same logical order that the respective 
action takes place within NoiseChisel (note that the output of @option{--help} 
is sorted alphabetically).
-
-Below, we will discuss NoiseChisel's options, classified into two general 
classes, to help in easy navigation.
-@ref{NoiseChisel input} mainly discusses the basic options relating to inputs 
and prior to the detection process detection.
+Below, we will discuss NoiseChisel's options, classified into separate 
sub-sections to help in easy navigation.
+@ref{NoiseChisel input} discusses the basic options relating to input file(s) 
and data; these have no effect on the the detection process.
 Afterwards, @ref{Detection options} fully describes every configuration 
parameter (option) related to detection and how they affect the final result.
 The order of options in this section follow the logical order within 
NoiseChisel.
 On first reading (while you are still new to NoiseChisel), it is therefore 
strongly recommended to read the options in the given order below.



reply via email to

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