[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master b95e64a: Book: minor typo corrected
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master b95e64a: Book: minor typo corrected |
Date: |
Thu, 8 Apr 2021 15:28:50 -0400 (EDT) |
branch: master
commit b95e64a07d1ac9bf11fcdada7810cbf140fad848
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Book: minor typo corrected
Until now, the "start of" statement was repeated two times inside a comment
of a code block in the first tutorial. While looking at the PDF to find
this problem, I also noticed that the output of 'mkprof -P' didn't include
the new '--fcol' custom profile that was recently added and also the
description of '--ccol' was going beyond the text width.
With this commit, both issues have been fixed.
This repeating of "start of" was found by Sepideh Eskandarlou.
---
THANKS | 1 +
doc/announce-acknowledge.txt | 1 +
doc/gnuastro.texi | 15 ++++++++-------
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/THANKS b/THANKS
index 737bc20..3ace152 100644
--- a/THANKS
+++ b/THANKS
@@ -41,6 +41,7 @@ support in Gnuastro. The list is ordered alphabetically (by
family name).
Pierre-Alain Duc pierre-alain.duc@astro.unistra.fr
Elham Eftekhari elhamea@iac.es
Paul Eggert eggert@cs.ucla.edu
+ Sepideh Eskandarlou sepideh.eskandarlou@gmail.com
Gaspar Galaz ggalaz@astro.puc.cl
Andrés García-Serra Romero alu0101451923@ull.edu.es
Thérèse Godefroy godef.th@free.fr
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 99e3627..aabddfd 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,6 +1,7 @@
Alphabetically ordered list to acknowledge in the next release.
Mark Calabretta
+Sepideh Eskandarlou
Raul Infante-Sainz
Alberto Madrigal
Juan Miro
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 35f9ff6..244715b 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -1658,10 +1658,11 @@ $ astmkprof -P
[[[ ... Truncated lines ... ]]]
# Columns, by info (see `--searchin'), or number (starting from 1):
- ccol 2 # Coordinate columns (one call for each dimension).
- ccol 3 # Coordinate columns (one call for each dimension).
- fcol 4 # sersic (1), moffat (2), gaussian (3),
- # point (4), flat (5), circumference (6).
+ ccol 2 # Coord. columns (one call for each dim.).
+ ccol 3 # Coord. columns (one call for each dim.).
+ fcol 4 # sersic (1), moffat (2), gaussian (3), point
+ # (4), flat (5), circumference (6), distance (7),
+ # radial-table (8).
rcol 5 # Effective radius or FWHM in pixels.
ncol 6 # Sersic index or Moffat beta.
pcol 7 # Position angle.
@@ -1893,9 +1894,9 @@ astconvolve --kernel=0_"$base".fits "$base".fits
# Scale the image back to the intended resolution.
astwarp --scale=1/5 --centeroncorner "$base"_convolved.fits
-# Crop the edges out (dimmed during convolution). ‘--section’ accepts
-# inclusive coordinates, so the start of start of the section must be
-# one pixel larger than its end.
+# Crop the edges out (dimmed during convolution). ‘--section’
+# accepts inclusive coordinates, so the start of the section
+# must be one pixel larger than its end.
st_edge=$(( edge + 1 ))
astcrop "$base"_convolved_scaled.fits --zeroisnotblank \
--mode=img --section=$st_edge:*-$edge,$st_edge:*-$edge
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master b95e64a: Book: minor typo corrected,
Mohammad Akhlaghi <=