https://github.com/sheepforce/spectraalign
Combine Spectra from different ranges
https://github.com/sheepforce/spectraalign
Last synced: 4 months ago
JSON representation
Combine Spectra from different ranges
- Host: GitHub
- URL: https://github.com/sheepforce/spectraalign
- Owner: sheepforce
- License: gpl-3.0
- Created: 2017-03-31T14:50:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T07:34:38.000Z (over 9 years ago)
- Last Synced: 2025-01-14T02:43:48.543Z (over 1 year ago)
- Language: Fortran
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpectraAlign
Combine Spectra from different ranges by aligning them and finding a smooth overlap. Call it with two 2-column ASCII files containing the spectra
spectraaligner spectrum_1.asc spectrum_2.asc > combined_spectrum.asc
It does not matter, if spectrum_1 oder spectrum_2 is the spectrum with higher wavenumbers/energies/wavelengths. The spectra just need to go from high to low values and have to overlap by at least one grid point.