bug-gnuastro
[Top][All Lists]
Advanced

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

Re: asttable --information hangs


From: Mohammad Akhlaghi
Subject: Re: asttable --information hangs
Date: Wed, 6 Jul 2022 19:58:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hi again,

Since you mentioned that it happens on any FITS table, to help narrow-down the cause, can you please run the following commands:

1. Put the following contents into a plain-txt file called 'table.txt' (following the Gnuastro plain-text table format: https://www.gnu.org/software//gnuastro/manual/html_node/Gnuastro-text-table-format.html )

# Column 1: A [m, u16] First test column
# Column 2: B [m, f32] Second test column
# Column 3: C [m, f32] Third test column
1    2.3    3.7
2    2.4    3.8
3    2.5    3.9
4    2.6    3.0

2. Convert this basic plain-text table into a FITS table with the following command:

asttable table.txt --output=table.fits

3. Try getting the column information from both the formats ('-i' is the short format for '--information'):

asttable table.txt  -i
asttable table.fits -i

Does the problem also happen in the last command above?

Cheers,
Mohammad



reply via email to

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