FITS table viewer
See original GitHub issueSomeone was looking for something that can replace fv FITS Viewer, which has a table viewer. I’m just wondering if Ginga is the right package for such a thing, or is it out of scope?
I did a test with a sample FITS file that has the following structure (in reality, it can be a lot more extensions with multiple images and tables, and the tables can have many different columns each):
Filename: simple_im_tab.fits
No. Name Type Cards Dimensions Format
0 PRIMARY PrimaryHDU 4 ()
1 ImageHDU 7 (100, 100) float64
2 BinTableHDU 12 3R x 2C [20A, E]
When I use MultiDim
and select the table extension, I get the following errors from Ginga:
2016-09-03 08:33:03,961 | E | MultiDim.py:446 (set_hdu) | Error loading FITS HDU #2:
too many indices for array
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (6 by maintainers)
Top Results From Across the Web
fv FITS Viewer - HEASARC
Fv is an easy to use graphical program for viewing and editing any FITS format image or table. The Fv software is small,...
Read more >Software for reading fits images and tables - SDSS DR7
Software for reading fits images and tables · Astronomical analysis packages · Tools and libraries for reading fits files.
Read more >5 Free FITS Viewer Software for Windows
Here are some best free FITS viewer software for Windows. Use these tools to open and view FITS files and see astronomical data...
Read more >FITS Viewer - Ekos - StellarMate
FITS Header. Displays a read-only table listing FITS header keywords and values. Statistics. Provides simple statistics for minimum and maximum pixel values and ......
Read more >FIT File Viewer
This viewer has applied the definition to the corresponding data records to create meaningful tables. Click on the message headers below to view...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pllim, please see PR #370 as an alternate implementation for this issue. Let me know your thoughts.
That was fast!