gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master c834a24: Book: String column Sufi tutorial's c


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c834a24: Book: String column Sufi tutorial's catalog now set to 6 characters
Date: Fri, 22 Nov 2019 12:35:28 -0500 (EST)

branch: master
commit c834a249350692fe1c827acdc5ee30b7a3c70aef
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Book: String column Sufi tutorial's catalog now set to 6 characters
    
    Until now, the catalog of the Sufi tutorial had `str7' for the number of
    characters in the 4th column. But this is based on the assumption that
    there is atleaset two space characters after the `t' of `moffat' and before
    the `5' of `5.000'. But when importing the catalog into a plain text
    editor, readers may mistakenly only put one space there and thus the `5'
    character will be missed and MakeProfiles will complain with a `0' value
    for the radius column.
    
    With this commit, the total number of characters in the string column has
    been set to 6 which is also enough and will avoid such problems.
    
    This was reported by Marcel Popescu.
---
 THANKS                       | 1 +
 doc/announce-acknowledge.txt | 1 +
 doc/gnuastro.texi            | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/THANKS b/THANKS
index 911ca1c..c618897 100644
--- a/THANKS
+++ b/THANKS
@@ -63,6 +63,7 @@ support in Gnuastro. The list is ordered alphabetically (by 
family name).
     Bertrand Pain                        address@hidden
     William Pence                        address@hidden
     Mamta Pommier                        address@hidden
+    Marcel Popescu                       address@hidden
     Bob Proulx                           address@hidden
     Joseph Putko                         address@hidden
     Teymoor Saifollahi                   address@hidden
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index f16c9ac..8ffe68b 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -6,6 +6,7 @@ Alexey Dokuchaev
 Takashi Ichikawa
 Raúl Infante Sainz
 Sebastián Luna Valero
+Marcel Popescu
 Joseph Putko
 
 
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index a7f7d6e..fc65711 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -1635,7 +1635,7 @@ $ emacs cat.txt
 $ ls
 cat.txt
 $ cat cat.txt
-# Column 4: PROFILE_NAME [,str7] Radial profile's functional name
+# Column 4: PROFILE_NAME [,str6] Radial profile's functional name
  1  0.0000   0.0000  moffat  5.000  4.765  0.0000  1.000  30.000  5.000
  2  250.00   250.00  sersic  40.00  1.000  -25.00  0.400  3.4400  5.000
  3  50.000   50.000  point   0.000  0.000  0.0000  0.000  6.0000  0.000



reply via email to

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