aburgasser / splat

SpeX Prism Spectral Analysis Toolkit
MIT License
28 stars 46 forks source link

Minor: Wrong docstring for for Spectrum.sp.rvShift #104

Closed caganze closed 7 years ago

caganze commented 7 years ago

Docstring: :Purpose: Shifts the wavelength scale by a radial velocity factor. This routine changes the underlying Spectrum object.

:Example:

import splat import astropy.units as u sp = splat.Spectrum(file='somespectrum',wunit=u.Angstrom) sp.wave.unit Unit("Angstrom") sp.toMicron() sp.wave.unit Unit("micron")

aburgasser commented 7 years ago

oops! fixed