Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steviecurran/interspec
C code (Pgplot) for the analysis and visualisation of absorption spectra from radio telescopes
https://github.com/steviecurran/interspec
21-cm analysis astrophysics galaxies hydrogen plotting radio-astronomy spectroscopy visualization
Last synced: about 8 hours ago
JSON representation
C code (Pgplot) for the analysis and visualisation of absorption spectra from radio telescopes
- Host: GitHub
- URL: https://github.com/steviecurran/interspec
- Owner: steviecurran
- Created: 2023-03-23T01:25:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-24T21:20:16.000Z (over 1 year ago)
- Last Synced: 2024-01-29T06:54:24.571Z (10 months ago)
- Topics: 21-cm, analysis, astrophysics, galaxies, hydrogen, plotting, radio-astronomy, spectroscopy, visualization
- Language: C
- Homepage: https://ui.adsabs.harvard.edu/abs/2013MNRAS.429.3402C/abstract
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interspec
C code (using Pgplot interactively) for the analysis and visualisation of absorption spectra from radio telescopesThis will read in a radio-band spectrum as an asci file and recalibrate the axes to velocity or frequency (abscissa) and flux density/optical depth (ordinate). The spectrum can be resampled to any arbitrary velocity resolution and a polynomial fit subtracted from the bandpass. Once smoothed and bandpass subtracted, the rms noise level, peak optical depth, integrated optical depth, integrated flux and velocity (redshift) of the spectum will be given. These values are more physically justified than the usual practice of assuming a number of Gaussian fits (although these can also be performed).
There is also an option to produce a postscript plot.