gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 6400ca4 16/32: Some minor correction in descri


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 6400ca4 16/32: Some minor correction in description
Date: Wed, 24 Feb 2021 22:36:17 -0500 (EST)

branch: master
commit 6400ca4eb3fd1fb315d649d2c973106b93c77573
Author: Zahra Sharbaf <zahra.sharbaf2@gmail.com>
Commit: Zahra Sharbaf <zahra.sharbaf2@gmail.com>

    Some minor correction in description
    
    With this commitment, I changed the description of the "calculate the
    center of the image". This section relates to the time that the user
    doesn't specify the coordinates to be center. I just mentioned this subject
    in the description.
---
 bin/script/radial-profile.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/script/radial-profile.in b/bin/script/radial-profile.in
index 9feb800..2cce9d3 100644
--- a/bin/script/radial-profile.in
+++ b/bin/script/radial-profile.in
@@ -283,8 +283,9 @@ fi
 # Calculate the center of the image
 # ---------------------------------
 #
-# If the user set the x and y coordinates to be "center", then compute the
-# center of the image for constructing the profiles.
+# If the user don't set the x and y coordinates to be "center" (The
+# coordinates of the object), then compute the center of the image for
+# constructing the profiles.
 if [ "z$x" = zcenter ] && [ "z$y" = zcenter ]; then
   xpix=$(astfits $inputs --hdu=$hdu | grep NAXIS1 | awk '{print $3}')
   x=$(echo "$(seq $xpix)" | aststatistics --median)
@@ -296,7 +297,7 @@ fi
 
 
 
-# Calculate the maximun radius
+# Calculate the maximum radius
 # ----------------------------
 #
 # If the user set the rmax parameter to "max", then compute the maximum
@@ -460,4 +461,3 @@ if [ $k = 1 ]; then
      $aperturestxt \
      $aperturesfits
 fi
-



reply via email to

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