gnuastro-devel
[Top][All Lists]
Advanced

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

[bug #63285] Table not printing anything in rows of integer columns with


From: Mohammad Akhlaghi
Subject: [bug #63285] Table not printing anything in rows of integer columns with 0 value
Date: Fri, 28 Oct 2022 14:21:57 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63285>

                 Summary: Table not printing anything in rows of integer
columns with 0 value
                 Project: GNU Astronomy Utilities
               Submitter: makhlaghi
               Submitted: Fri 28 Oct 2022 07:21:55 PM BST
                Category: Table
                Severity: 3 - Normal
              Item Group: Output not reasonable
                  Status: In Progress
                 Privacy: Public
             Assigned to: makhlaghi
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 28 Oct 2022 07:21:55 PM BST By: Mohammad Akhlaghi <makhlaghi>
As of Gnuastro 0.19, when an integer column has a value of 0 in a row, it will
not be printed in plain-text tables like the example below:


$ cat test.txt
# Column 1: flux [counter, f32] Demo floating point.
# Column 2: area [counter, i32]  Demo Area (can be zero).
1.23   10
3.45   23
5.67   0
7.89   82

$ asttable test.txt
1.230000      10
3.450000      23
5.670000      
7.890000      82








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63285>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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