Software for Analysis of FITS table/spectra

Click For Summary

Discussion Overview

The discussion revolves around the challenges of analyzing FITS tables and spectra related to M dwarf stars with cyclotron bumps, specifically in the context of a thesis project. Participants explore various software options for handling FITS files, focusing on usability, graphical interfaces, and compatibility with different operating systems.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • The original poster seeks software recommendations for analyzing FITS tables, expressing discomfort with command-line tools like ESO MIDAS.
  • Some participants suggest using ISIS and BASS, noting that they are Windows applications with graphical user interfaces.
  • There is mention of the need for software that can handle multiple spectra per FITS file, with some suggesting that MIDAS or IRAF may be necessary for such cases.
  • One participant recommends getting comfortable with Linux and using Python with the pyfits module for flexibility in data manipulation.
  • Another participant questions the sufficiency of Excel for handling the analysis of FITS data, suggesting that it may not be ideal for large datasets.
  • Concerns are raised about the learning curve associated with programming and the urgency of completing the thesis.
  • Participants discuss the potential of VSpec as an alternative for post-processing 1D profiles.
  • TOPCAT is mentioned as a suitable option for the original poster's needs, with one participant expressing a preference for it based on its design for such tasks.

Areas of Agreement / Disagreement

Participants express a range of opinions on the best software to use, with no consensus reached. Some advocate for command-line tools and Linux-based solutions, while others prefer graphical user interfaces on Windows. The discussion remains unresolved regarding the most efficient approach for the original poster's specific needs.

Contextual Notes

Participants note limitations in their suggestions, including the potential need for command-line proficiency and the varying capabilities of different software in handling FITS files. The discussion reflects a diversity of experiences and preferences regarding software usability and functionality.

Who May Find This Useful

This discussion may be useful for astrophysics students or researchers seeking software solutions for analyzing FITS files and spectra, particularly those who prefer graphical interfaces or are navigating similar technical challenges.

SiuKing666
Messages
15
Reaction score
0
Hi guys, I need help, more specifically in a technical issue.

I started my thesis with an Astrophysics professor and he gave me a topic of "M dwarf spectra with cyclotron bumps from SDSS". In short, I am given spectra of a number of cylotron bump M-dwarfs (CBMDs) from unusual quasar search from SDSS, in FITS tables format. I'm to analyze them, first by determining their types of M-dwarf and subtract them from the spectra (also check if Red Shift is significant), so I can analyze the residual - spectra of Cataclysmic variables and cyclotrons.

So here is my problem - I have work with the FITS tables and I have no experience in those, and they cannot be opened in Excel.
My advisor suggested me to use "ESO MIDAS", a software that can handle what I have to do - but it only works in Linux and is...in command lines, which I'm not confortable with (also it's at least 20 years old and support has been discontinued for a decade) - the reason he suggests this is because my advisor has been using for a long time and he can tell me what to do if I'm stuck - which, I clearly will be.

I looked up another software called TOPCAT and it can open my tables and seems to have a number of good tools for analysis; but I have never used it before, I am not sure if it can fully do what I have to do, I have no experience on it as well as no technically support from my advisor (there are online manuals though).

My advisor doesn't mind what software I use at all, I can use Excel for all he cares (but Excel can't open FITS of course), I prefer to work in Windows, with a Graphical UI instead of a command line.
If there is no better option, I can either work with TOPCAT or suck it up and use MIDAS, but it will be very inefficient for me - setting up Linux with MIDAS is painful enough - the software has been discontinued for a long time...

So I wonder if anyone who is familiar with this sort of thing can recommend me a software, that is simple to use and efficient? I assume what I have do is fairly simple? Just some tables and spectra to analyze with basic fitting and manipulation.

Thanks for the help!
 
Astronomy news on Phys.org
andrew s 1905 said:
You could try ISIS which is used by myself and other amateur astronomers http://www.astrosurf.com/buil/isis/isis_en.htm or BASS which I also use from here https://uk.groups.yahoo.com/neo/groups/astrobodger/conversations/messages (under more -> links).

I think these assume one spectra per FIT file. If you spectra have multiple spectra per fit file you may be forced to use the pro software MIDAS or IRAF. IRAF has more English language support. Both are Linux based.

Regards Andrew

Thanks for the suggestions, are they more "graphical" in user interface? ie: With buttons to click on instead of having to do everything by command lines.
I can't find screenshots on the site.

Do you know of anything like these that also run in Windows? I have Linux on VirtualBox but obviously it is more convenient and compatible if it is on Windows.
 
If you're going to work in astrophysics, you need to get off of Windows and get comfortable using Linux - the sooner the better. I would recommend using Python and the pyfits module, which can read the fits files directly, and which you can then manipulate as you choose.
 
SiuKing666 said:
Thanks for the suggestions, are they more "graphical" in user interface? ie: With buttons to click on instead of having to do everything by command lines.
I can't find screenshots on the site.

Do you know of anything like these that also run in Windows? I have Linux on VirtualBox but obviously it is more convenient and compatible if it is on Windows.
Sorry I should have made it clear ISIS and BASS are both window applications with GUI.
Regards Andrew
 
phyzguy said:
If you're going to work in astrophysics, you need to get off of Windows and get comfortable using Linux - the sooner the better. I would recommend using Python and the pyfits module, which can read the fits files directly, and which you can then manipulate as you choose.

Unfortunately I'm not a coder/programmer for now, so obviously I can't use Python - I need to finish my thesis before to learn to code with all the time I have afterwards.
 
andrew s 1905 said:
Sorry I should have made it clear ISIS and BASS are both window applications with GUI.
Regards Andrew

Thank you! Will definitely look into ISIS
 
SiuKing666 said:
Thank you! Will definitely look into ISIS

If your data is in 1d format (i.e. a reduced spectrum) you can open it in the profile window and then save it in .dat format. You should then be able to open the ,dat file in excel.

Regards Andrew
 
  • #10
andrew s 1905 said:
If your data is in 1d format (i.e. a reduced spectrum) you can open it in the profile window and then save it in .dat format. You should then be able to open the ,dat file in excel.

Regards Andrew

One more question, just how well do you think Excel can handle this kind of analysis? You think it will be sufficient?
 
Last edited:
  • #11
I don't know as I have not tried it. You need to get a handle on the data. You can open a .fit file in Wordpad and read the FIT header. This will give you a chance to understand the data. Even with my amateur spectra the files are large and have 1000s of data points. If it is 1D and you just need to manipulate 1D profiles ISIS should be ok. VSpec ( here http://www.astrosurf.com/vdesnoux/ ) is another option which may be better for post processing 1D profiles than ISIS.

I am inclined to agree with Phyzguy and propose the pro route via Linux and possibly IRAF if you don't want to use MIDAS. It is not programming. I have taken my first steps to using IRAF and it is not that difficult with lots of support and guides on line in English. I would be surprised if you did not have it available at your university. Don't be put of by command line processing. If you can post here you can do command lines. Instead of clicking you just type and hit return (simple to anyone as old as me who is pre even DOS).

Regards Andrew
 
  • #12
I have just looked at TOPCAT and if it were me I would start with it as it seems designed for your type of task.

Regards Andrew
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
8K
  • · Replies 10 ·
Replies
10
Views
3K