jason-neal / companion_simulations

Simulating combined host+companion spectra, and fitting to observed crires spectra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wavelength Interpolation

jason-neal opened this issue · comments

Can I interpolate Multi dimensional data along one axis?

To interpolate to the points of the observation.

Also for the doppler shift of the companion, and system.

Yes, I can. I can interpolate a matrix along one wavelength at a time. Therefore I need to loop over the wavelength change/doppler shift.

Need to set axis=0 if axis0 is the wavelength.