I How to use astronomical spectra?

  • I
  • Thread starter Thread starter yucheng
  • Start date Start date
  • Tags Tags
    Spectra
AI Thread Summary
To use astronomical spectra, downloading the VOTable and FITS files is a common approach, but they may initially appear as single-dimensional arrays. The PNG file represents the spectrum graphically, while the ASCII file contains a table of flux versus wavelength. Plotting the ASCII values will recreate the PNG graph. For FITS files, using Python's astropy.io.fits library is recommended, as it provides the same flux versus wavelength data found in the ASCII file. Successful implementation of this method has been confirmed through shared code resources.
yucheng
Messages
232
Reaction score
57
TL;DR Summary
Trying to open a FITS file to view stellar spectra....
As suggested here

http://svocats.cab.inta-csic.es/miles/index.php?action=search

I tried downloading the VOTable, and FITS file (tried opening using Aladin and GIMP). However, when I open the file, I get a single line (I suppose the 2D spectra is contained in a single dimensional array?). Did I open it correctly? Is there any online guide for this? Is there a better way to view the spectra? Would you suggest some guides to using spectroscopic databases in general? Thanks!
 
Astronomy news on Phys.org
What exactly are you looking for? The PNG file is a graph of the spectrum. The ASCII file is a text file with a table of the flux as a function of wavelength. If you plot those values you will reproduce the PNG file. The FITS file has the same flux vs wavelength data in FITS format.
 
I typically open FITS files using the python astropy.io.fits code, but it will give you the same table of flux vs wavelength that is in the ACSII file.
 
TL;DR Summary: In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect alien signals, it will further expand the radius of the so-called silence (or rather, radio silence) of the Universe. Is there any sense in this or is blissful ignorance better? In 3 years, the Square Kilometre Array (SKA) telescope (or rather, a system of telescopes) should be put into operation. In case of failure to detect...
Thread 'Could gamma-ray bursts have an intragalactic origin?'
This is indirectly evidenced by a map of the distribution of gamma-ray bursts in the night sky, made in the form of an elongated globe. And also the weakening of gamma radiation by the disk and the center of the Milky Way, which leads to anisotropy in the possibilities of observing gamma-ray bursts. My line of reasoning is as follows: 1. Gamma radiation should be absorbed to some extent by dust and other components of the interstellar medium. As a result, with an extragalactic origin, fewer...
Both have short pulses of emission and a wide spectral bandwidth, covering a wide variety of frequencies: "Fast Radio Bursts (FRBs) are detected over a wide range of radio frequencies, including frequencies around 1400 MHz, but have also been detected at lower frequencies, particularly in the 400–800 MHz range. Russian astronomers recently detected a powerful burst at 111 MHz, expanding our understanding of the FRB range. Frequency Ranges: 1400 MHz: Many of the known FRBs have been detected...
Back
Top