gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 5c86bed6 1/2: Book: link to new --radinterval


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 5c86bed6 1/2: Book: link to new --radinterval option added in MakeProfiles
Date: Sat, 10 Dec 2022 19:49:07 -0500 (EST)

branch: master
commit 5c86bed6d458fe885fe9a57e356bffd9fe033a19
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: link to new --radinterval option added in MakeProfiles
    
    Until now, the newly added option in the radial profile script that will
    greatly help in running MakeProfiles with a custom profile was not
    mentioned in the MakeProfiles section of the book!
    
    With this commit, a small paragraph has been added in the description of
    MakeProfile's '--customtable' that points the interested readers to this
    feature in the radial profile script.
---
 doc/gnuastro.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index a5233ec4..0fdbc12b 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -26578,8 +26578,10 @@ The interval's maximum radius.
 The value to be used for pixels within the given interval (including 
NaN/blank).
 @end table
 
-For example, let's assume you have the radial profile below in a file called 
@file{radial.txt}.
-The first column is the larger interval radius (in units of pixels) and the 
second column is the value in that interval:
+If you are using Gnuastro's radial profile script to build the profile, you 
can use its @option{--radinterval} option to make the properly formatted input 
for a custom table in MakeProfiles.
+For more, see the description of @option{--radinterval}, and its example usage 
in @ref{Invoking astscript-radial-profile}.
+
+For example, let's assume you have the radial profile below in a file called 
@file{radial.txt}, and that the first column is the @emph{larger} interval 
radius (in units of pixels) and the second column is the value in that interval:
 
 @example
 1    100
@@ -26592,7 +26594,7 @@ The first column is the larger interval radius (in 
units of pixels) and the seco
 @end example
 
 @noindent
-You can construct the table to give to @option{--customtable} with the command 
below (using Gnuastro's @ref{Column arithmetic}).
+In this case, you can construct the table to give to @option{--customtable} 
with the command below (using Gnuastro's @ref{Column arithmetic}).
 
 @example
 asttable radial.txt -c'arith $1 1 -' -c1,2 -ocustom.fits



reply via email to

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